|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectclassUtils.javassist.compiler.ast.ASTree
classUtils.javassist.compiler.ast.ASTList
classUtils.javassist.compiler.ast.CondExpr
public class CondExpr
Conditional expression.
Constructor Summary | |
---|---|
CondExpr(ASTree cond,
ASTree thenp,
ASTree elsep)
|
Method Summary | |
---|---|
void |
accept(Visitor v)
Is a method for the visitor pattern. |
ASTree |
condExpr()
|
ASTree |
elseExpr()
|
java.lang.String |
getTag()
Returns the type of this node. |
ASTree |
thenExpr()
|
Methods inherited from class classUtils.javassist.compiler.ast.ASTList |
---|
append, concat, getLeft, getRight, head, length, length, make, setHead, setLeft, setRight, setTail, sublist, subst, tail, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CondExpr(ASTree cond, ASTree thenp, ASTree elsep)
Method Detail |
---|
public ASTree condExpr()
public ASTree thenExpr()
public ASTree elseExpr()
public java.lang.String getTag()
ASTree
toString()
.
public void accept(Visitor v) throws CompileError
ASTree
atXXX()
on the given visitor, where
XXX
is the class name of the node object.
accept
in class ASTList
CompileError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |