|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IfStatement | |
---|---|
com.jeffpalm.basic.compiler.ast | |
com.jeffpalm.basic.compiler.visitors |
Uses of IfStatement in com.jeffpalm.basic.compiler.ast |
---|
Methods in com.jeffpalm.basic.compiler.ast that return IfStatement | |
---|---|
IfStatement |
AST.newIfStatement(Pos pos,
Expression lhs,
Expression rhs,
Operator relop,
Statement stmt)
|
Methods in com.jeffpalm.basic.compiler.ast with parameters of type IfStatement | |
---|---|
boolean |
IVisitor.enter(IfStatement node)
|
void |
IVisitor.leave(IfStatement node)
|
Uses of IfStatement in com.jeffpalm.basic.compiler.visitors |
---|
Methods in com.jeffpalm.basic.compiler.visitors with parameters of type IfStatement | |
---|---|
boolean |
PrintingVisitor.enter(IfStatement node)
|
boolean |
DebuggedAbstractVisitor.enter(IfStatement node)
|
boolean |
AbstractVisitor.enter(IfStatement node)
|
boolean |
Interpreter.enterRest(IfStatement node)
|
boolean |
DebuggedAbstractVisitor.enterRest(IfStatement node)
|
boolean |
CodeGenerator.enterRest(IfStatement node)
|
void |
PrintingVisitor.leave(IfStatement node)
|
void |
DebuggedAbstractVisitor.leave(IfStatement node)
|
void |
AbstractVisitor.leave(IfStatement node)
|
void |
DebuggedAbstractVisitor.leaveRest(IfStatement node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |