Package javassist.compiler.ast
Class CondExpr
java.lang.Object
javassist.compiler.ast.ASTree
javassist.compiler.ast.ASTList
javassist.compiler.ast.CondExpr
- All Implemented Interfaces:
Serializable
Conditional expression.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
default serialVersionUID -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDdefault serialVersionUID- See Also:
-
-
Constructor Details
-
CondExpr
-
-
Method Details
-
condExpr
-
setCond
-
thenExpr
-
setThen
-
elseExpr
-
setElse
-
getTag
Description copied from class:ASTree
Returns the type of this node. This method is used bytoString()
. -
accept
Description copied from class:ASTree
Is a method for the visitor pattern. It callsatXXX()
on the given visitor, whereXXX
is the class name of the node object.- Overrides:
accept
in classASTList
- Throws:
CompileError
-