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

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

accept(ASTVisitor &visitor) const ast::Expressionvirtual
childast::ue::UnaryExpressionprotected
constBool() const ast::ue::UnaryExpressionvirtual
createUnaryExpr(shptr< Expression > child, shptr< vec< lexer::Token::Token_type >> operator_types)ast::ue::UnaryExpressionstatic
Expression(source_position_t position)ast::Expression
get_type(semantic::SemanticAnalysis &sa, shptr< semantic::symbol::SymbolTable > symbolTable) const =0ast::Expressionpure virtual
getChild() const ast::ue::UnaryExpressionvirtual
getPosition() const ast::PositionAwareNode
getSize() const ast::ue::UnaryExpressionvirtual
isLValue() const ast::ue::UnaryExpressionvirtual
positionast::PositionAwareNodeprotected
PositionAwareNode(lexer::Token const &token)ast::PositionAwareNode
PositionAwareNode(source_position_t const &position)ast::PositionAwareNode
sizeast::ue::UnaryExpressionprotected
standalone() const ast::ue::UnaryExpressionvirtual
toString(std::ostream &out, unsigned int indent, std::string op, bool special=false) const ast::ue::UnaryExpressionprotected
toString(std::ostream &out, unsigned int indent, bool special=false) const =0ast::ue::UnaryExpressionprotectedpure virtual
UNARY_MINUS enum valueast::ue::UnaryExpressionprotected
UNARY_NOT enum valueast::ue::UnaryExpressionprotected
Unary_Operator enum nameast::ue::UnaryExpressionprotected
UnaryExpression(shptr< Expression > child, int size)ast::ue::UnaryExpressionprotected