|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnaryExpression | |
---|---|
com.jeffpalm.basic.compiler.ast | |
com.jeffpalm.basic.compiler.visitors |
Uses of UnaryExpression in com.jeffpalm.basic.compiler.ast |
---|
Methods in com.jeffpalm.basic.compiler.ast that return UnaryExpression | |
---|---|
UnaryExpression |
AST.newUnaryExpression(Pos pos,
Unop op,
Expression expr)
|
Methods in com.jeffpalm.basic.compiler.ast with parameters of type UnaryExpression | |
---|---|
boolean |
IVisitor.enter(UnaryExpression node)
|
void |
IVisitor.leave(UnaryExpression node)
|
Uses of UnaryExpression in com.jeffpalm.basic.compiler.visitors |
---|
Methods in com.jeffpalm.basic.compiler.visitors with parameters of type UnaryExpression | |
---|---|
boolean |
PrintingVisitor.enter(UnaryExpression node)
|
boolean |
DebuggedAbstractVisitor.enter(UnaryExpression node)
|
boolean |
AbstractVisitor.enter(UnaryExpression node)
|
boolean |
Interpreter.enterRest(UnaryExpression node)
|
boolean |
DebuggedAbstractVisitor.enterRest(UnaryExpression node)
|
void |
PrintingVisitor.leave(UnaryExpression node)
|
void |
DebuggedAbstractVisitor.leave(UnaryExpression node)
|
void |
AbstractVisitor.leave(UnaryExpression node)
|
void |
Interpreter.leaveRest(UnaryExpression node)
|
void |
DebuggedAbstractVisitor.leaveRest(UnaryExpression node)
|
void |
CodeGenerator.leaveRest(UnaryExpression node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |