|
jdeparser 1.0.0.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jdeparser.JExpressionImpl
org.jboss.jdeparser.JVar
org.jboss.jdeparser.JFieldVar
public class JFieldVar
A field that can have a JDocComment
associated with it
Method Summary | |
---|---|
void |
declare(JFormatter f)
|
JDocComment |
javadoc()
Creates, if necessary, and returns the class javadoc for this JDefinedClass |
void |
name(String name)
Changes the name of this variable. |
Methods inherited from class org.jboss.jdeparser.JVar |
---|
annotate, annotate, annotate2, annotations, assign, assignPlus, bind, generate, init, isAnnotated, mods, name, type, type |
Methods inherited from class org.jboss.jdeparser.JExpressionImpl |
---|
_instanceof, band, bor, cand, complement, component, cond, cor, decr, div, eq, gt, gte, incr, invoke, invoke, lt, lte, minus, minus, mod, mul, ne, not, plus, ref, ref, shl, shr, shrz, xor |
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.JExpression |
---|
_instanceof, band, bor, cand, complement, component, cond, cor, decr, div, eq, gt, gte, incr, invoke, invoke, lt, lte, minus, minus, mod, mul, ne, not, plus, ref, ref, shl, shr, shrz, xor |
Method Detail |
---|
public void name(String name)
JVar
name
in class JVar
public JDocComment javadoc()
javadoc
in interface JDocCommentable
public void declare(JFormatter f)
declare
in interface JDeclaration
declare
in class JVar
|
jdeparser 1.0.0.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |