Package org.jboss.jdeparser
Class StaticRefJExpr
java.lang.Object
org.jboss.jdeparser.AbstractJExpr
org.jboss.jdeparser.AbstractJAssignableExpr
org.jboss.jdeparser.StaticRefJExpr
- All Implemented Interfaces:
JAssignableExpr
,JCommentable
,JExpr
,JStatement
,Writable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) String
getName()
(package private) String
(package private) AbstractJType
getType()
void
write
(SourceFileWriter writer) (package private) void
writeForImport
(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
-
type
-
refName
-
-
Constructor Details
-
StaticRefJExpr
StaticRefJExpr(AbstractJType type, String refName)
-
-
Method Details
-
getType
AbstractJType getType() -
getRefName
String getRefName() -
write
- Throws:
IOException
-
writeForImport
- Throws:
IOException
-
getName
String getName()
-