class StaticRefJExpr extends AbstractJAssignableExpr
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
refName |
private AbstractJType |
type |
| Constructor and Description |
|---|
StaticRefJExpr(AbstractJType type,
java.lang.String refName) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.String |
getName() |
(package private) java.lang.String |
getRefName() |
(package private) AbstractJType |
getType() |
void |
write(SourceFileWriter writer) |
addAssign, andAssign, assign, blockComment, divAssign, lineComment, lshrAssign, modAssign, mulAssign, orAssign, postDec, postInc, preDec, preInc, shlAssign, shrAssign, subAssign, xorAssign_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, timesclone, 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, timesprivate final AbstractJType type
private final java.lang.String refName
StaticRefJExpr(AbstractJType type, java.lang.String refName)
AbstractJType getType()
java.lang.String getRefName()
public void write(SourceFileWriter writer) throws java.io.IOException
java.io.IOExceptionjava.lang.String getName()