mjplusplus  v0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ast::Ident Member List

This is the complete list of members for ast::Ident, including all inherited members.

accept(ASTVisitor &visitor) const ast::Identvirtual
getName() const ast::Ident
getPosition() const ast::PositionAwareNode
Ident(lexer::Token const &token)ast::Ident
operator!=(Ident const &other)ast::Ident
operator==(Ident const &other)ast::Ident
positionast::PositionAwareNodeprotected
PositionAwareNode(lexer::Token const &token)ast::PositionAwareNode
PositionAwareNode(source_position_t const &position)ast::PositionAwareNode
toString(std::ostream &out, unsigned int indent, bool=false) const ast::Identvirtual