Package org.jboss.jdeparser
Class CondJExpr
- java.lang.Object
-
- org.jboss.jdeparser.AbstractJExpr
-
- org.jboss.jdeparser.CondJExpr
-
class CondJExpr extends AbstractJExpr
-
-
Field Summary
Fields Modifier and Type Field Description private AbstractJExpr
cond
private AbstractJExpr
ifFalse
private AbstractJExpr
ifTrue
-
Constructor Summary
Constructors Constructor Description CondJExpr(AbstractJExpr cond, AbstractJExpr ifTrue, AbstractJExpr ifFalse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(SourceFileWriter writer)
-
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 Detail
-
cond
private final AbstractJExpr cond
-
ifTrue
private final AbstractJExpr ifTrue
-
ifFalse
private final AbstractJExpr ifFalse
-
-
Constructor Detail
-
CondJExpr
CondJExpr(AbstractJExpr cond, AbstractJExpr ifTrue, AbstractJExpr ifFalse)
-
-
Method Detail
-
write
public void write(SourceFileWriter writer) throws java.io.IOException
- Throws:
java.io.IOException
-
-