logo
class

compiler::CallExpr

sys::Obj
  compiler::Node
    compiler::Expr
      compiler::NameExpr
        compiler::CallExpr

CallExpr is a method call.

Slots

args

Expr[] args

isCtorChain

Bool isCtorChain

isDynamic

Bool isDynamic

isStmt

virtual Bool isStmt()

make

new make(Location location, Expr target := def, Str name := def, ExprId id := def)

makeWithMethod

new makeWithMethod(Location location, Expr target, CMethod method, Expr[] args := def)

method

CMethod method

print

virtual Void print(AstWriter out)

toStr

virtual Str toStr()

walkChildren

virtual Void walkChildren(Visitor v)