Serializable
public class CondExpr extends ASTList
Constructor | Description |
---|---|
CondExpr(ASTree cond,
ASTree thenp,
ASTree elsep) |
Modifier and Type | Method | Description |
---|---|---|
void |
accept(Visitor v) |
Is a method for the visitor pattern.
|
ASTree |
condExpr() |
|
ASTree |
elseExpr() |
|
String |
getTag() |
Returns the type of this node.
|
void |
setCond(ASTree t) |
|
void |
setElse(ASTree t) |
|
void |
setThen(ASTree t) |
|
ASTree |
thenExpr() |
public ASTree condExpr()
public void setCond(ASTree t)
public ASTree thenExpr()
public void setThen(ASTree t)
public ASTree elseExpr()
public void setElse(ASTree t)
public 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
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.