class NewJCall extends AbstractJCall
Modifier and Type | Field and Description |
---|---|
private boolean |
diamond |
private AbstractJType |
type |
Constructor and Description |
---|
NewJCall(AbstractJType type) |
Modifier and Type | Method and Description |
---|---|
JCall |
diamond()
Use the "diamond"
<> syntax to specify inferred type arguments. |
void |
write(SourceFileWriter writer) |
arg, arguments, blockComment, lineComment, typeArg, typeArg, typeArg, typeArguments, writeTypeArgs
_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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_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, or, paren, plus, shl, shr, times
private final AbstractJType type
private boolean diamond
NewJCall(AbstractJType type)
public JCall diamond()
JCall
<>
syntax to specify inferred type arguments.diamond
in interface JCall
diamond
in class AbstractJCall
public void write(SourceFileWriter writer) throws java.io.IOException
write
in interface Writable
write
in class AbstractJCall
java.io.IOException