Joos1W Compiler Framework
|
Public Member Functions | |
MethodInvocation (int num_args) | |
std::ostream & | print (std::ostream &os) const override |
![]() | |
auto | nargs () const |
ast::Type const * | resolveResultType (ast::Type const *type) |
ast::Type const * | resultType () const |
![]() | |
ExprNode (SourceRange loc) | |
void | setNext (ExprNode *new_next_) |
const ExprNode * | next () const |
ExprNode * | mut_next () const |
void | dump () const |
SourceRange | location () const |
Additional Inherited Members | |
![]() | |
ExprOp (int num_args, SourceRange loc) | |
Definition at line 277 of file ExprNode.h.