All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Obj |
visit(AssignmentExpr expr,
Scope scope) |
Obj |
visit(AttributeExpr expr,
Scope scope) |
Obj |
visit(BinaryOperation expr,
Scope scope) |
Obj |
visit(BoolAtom expr,
Scope scope) |
Obj |
visit(FunctionAtom expr,
Scope scope) |
Obj |
visit(InvocationExpr expr,
Scope scope) |
Obj |
visit(ListIndexExpr expr,
Scope scope) |
Obj |
visit(NameAtom expr,
Scope scope) |
Obj |
visit(PipeForwardExpr expr,
Scope scope) |
Obj |
visit(RangeExpr expr,
Scope scope) |
Obj |
visit(SliceExpr expr,
Scope scope) |
Obj |
visit(Statement statement,
Scope scope) |
Obj |
visit(SublistExpr expr,
Scope scope) |
Obj |
visit(UnaryOperation expr,
Scope scope) |
Obj |
visit(UndefAtom expr,
Scope scope) |
Obj |
visit(ValueAtom expr,
Scope scope) |