Bash++
Bash++ compiler internal documentation
Main Page
Namespaces
Concepts
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
AST
ASTNode
AST::ASTNode Member List
This is the complete list of members for
AST::ASTNode
, including all inherited members.
addChild
(const std::shared_ptr< ASTNode > &child)
AST::ASTNode
addChildren
(const std::vector< std::shared_ptr< ASTNode > > &childs)
AST::ASTNode
ASTNode
()=default
AST::ASTNode
children
AST::ASTNode
protected
clear
()
AST::ASTNode
clearChildren
()
AST::ASTNode
end_position
AST::ASTNode
protected
getCharPositionInLine
() const
AST::ASTNode
getChildAt
(size_t index) const
AST::ASTNode
getChildren
() const
AST::ASTNode
getChildrenCount
() const
AST::ASTNode
getEndPosition
() const
AST::ASTNode
getFirstChild
() const
AST::ASTNode
getLastChild
() const
AST::ASTNode
getLine
() const
AST::ASTNode
getPosition
() const
AST::ASTNode
getType
() const =0
AST::ASTNode
pure virtual
operator<<
AST::ASTNode
friend
position
AST::ASTNode
protected
prettyPrint
(std::ostream &os, int indentation_level=0) const =0
AST::ASTNode
pure virtual
setEndPosition
(const AST::FilePosition &pos)
AST::ASTNode
setEndPosition
(uint32_t line, uint32_t column)
AST::ASTNode
setPosition
(const AST::FilePosition &pos)
AST::ASTNode
setPosition
(uint32_t line, uint32_t column)
AST::ASTNode
Generated by
1.9.8