MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
Loading...
Searching...
No Matches
pascal::UnaryOpNode Member List

This is the complete list of members for pascal::UnaryOpNode, including all inherited members.

accept(ASTVisitor &visitor) overridepascal::UnaryOpNodevirtual
getLineNumber() constpascal::ASTNodeinline
line_numberpascal::ASTNodeprivate
MINUS enum valuepascal::UnaryOpNode
NOT enum valuepascal::UnaryOpNode
operandpascal::UnaryOpNode
Operator enum namepascal::UnaryOpNode
operator_pascal::UnaryOpNode
opToString(Operator op)pascal::UnaryOpNodestatic
PLUS enum valuepascal::UnaryOpNode
print(std::ostream &out, int indent=0) constpascal::ASTNodevirtual
setLineNumber(int line)pascal::ASTNodeinline
toString() const overridepascal::UnaryOpNodevirtual
UnaryOpNode(Operator op, std::unique_ptr< ASTNode > operandNode)pascal::UnaryOpNodeinline
~ASTNode()=defaultpascal::ASTNodevirtual