Package org.jboss.jdeparser
Class FieldRefJExpr
java.lang.Object
org.jboss.jdeparser.AbstractJExpr
org.jboss.jdeparser.AbstractJAssignableExpr
org.jboss.jdeparser.FieldRefJExpr
- All Implemented Interfaces:
JAssignableExpr
,JCommentable
,JExpr
,JStatement
,Writable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) AbstractJExpr
getExpr()
(package private) String
getName()
void
write
(SourceFileWriter writer) Methods inherited from class org.jboss.jdeparser.AbstractJAssignableExpr
addAssign, andAssign, assign, blockComment, divAssign, lineComment, lshrAssign, modAssign, mulAssign, orAssign, postDec, postInc, preDec, preInc, shlAssign, shrAssign, subAssign, xorAssign
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.jdeparser.JExpr
_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
-
Field Details
-
expr
-
refName
-
-
Constructor Details
-
FieldRefJExpr
FieldRefJExpr(AbstractJExpr expr, String refName)
-
-
Method Details
-
write
- Throws:
IOException
-
getExpr
AbstractJExpr getExpr() -
getName
String getName()
-