class CastJExpr extends AbstractJExpr
Modifier and Type | Field and Description |
---|---|
private AbstractJExpr |
expr |
private JType |
type |
Constructor and Description |
---|
CastJExpr(AbstractJExpr expr,
JType type) |
Modifier and Type | Method and Description |
---|---|
(package private) AbstractJExpr |
getExpression() |
(package private) JType |
getType() |
void |
write(SourceFileWriter writer) |
_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
private final AbstractJExpr expr
private final JType type
CastJExpr(AbstractJExpr expr, JType type)
AbstractJExpr getExpression()
JType getType()
public void write(SourceFileWriter writer) throws java.io.IOException
java.io.IOException