Package org.jboss.jdeparser
Class CondJExpr
java.lang.Object
org.jboss.jdeparser.AbstractJExpr
org.jboss.jdeparser.CondJExpr
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AbstractJExpr
private final AbstractJExpr
private final AbstractJExpr
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.jdeparser.AbstractJExpr
_instanceof, _instanceof, _instanceof, _new, _new, _new, _newAnon, _newAnon, _newAnon, $v, and, band, bor, bxor, call, cast, cast, cast, comp, cond, div, eq, field, ge, gt, idx, idx, le, length, lshr, lt, minus, mod, ne, neg, not, of, or, paren, plus, prec, shl, shr, times
-
Field Details
-
cond
-
ifTrue
-
ifFalse
-
-
Constructor Details
-
CondJExpr
CondJExpr(AbstractJExpr cond, AbstractJExpr ifTrue, AbstractJExpr ifFalse)
-
-
Method Details
-
write
- Throws:
IOException
-