Bash++
Bash++ compiler internal documentation
AST::BashForStatement Member List

This is the complete list of members for AST::BashForStatement, 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()=defaultAST::ASTNode
childrenAST::ASTNodeprotected
clear()AST::ASTNode
clearChildren()AST::ASTNode
end_positionAST::ASTNodeprotected
getCharPositionInLine() constAST::ASTNode
getChildAt(size_t index) constAST::ASTNode
getChildren() constAST::ASTNode
getChildrenCount() constAST::ASTNode
getEndPosition() constAST::ASTNode
getFirstChild() constAST::ASTNode
getLastChild() constAST::ASTNode
getLine() constAST::ASTNode
getPosition() constAST::ASTNode
getType() const overrideAST::BashForStatementinlinevirtual
m_VARIABLEAST::BashForStatementprotected
positionAST::ASTNodeprotected
prettyPrint(std::ostream &os, int indentation_level=0) const overrideAST::BashForStatementinlinevirtual
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
setVariable(const AST::Token< std::string > &variable)AST::BashForStatementinline
static_typeAST::BashForStatementstatic
VARIABLE() constAST::BashForStatementinline