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:
-
Constructor Details
-
CondExpr
-
-
Method Details
-
condExpr
-
setCond
-
thenExpr
-
setThen
-
elseExpr
-
setElse
-
getTag
-
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.
-