|
Codemodel 2.6-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JFieldVar | |
---|---|
com.sun.codemodel | Library for generating Java source code |
Uses of JFieldVar in com.sun.codemodel |
---|
Methods in com.sun.codemodel that return JFieldVar | |
---|---|
JFieldVar |
JDefinedClass.field(int mods,
Class<?> type,
String name)
|
JFieldVar |
JDefinedClass.field(int mods,
Class<?> type,
String name,
JExpression init)
|
JFieldVar |
JDefinedClass.field(int mods,
JType type,
String name)
Adds a field to the list of field members of this JDefinedClass. |
JFieldVar |
JDefinedClass.field(int mods,
JType type,
String name,
JExpression init)
Adds a field to the list of field members of this JDefinedClass. |
Methods in com.sun.codemodel that return types with arguments of type JFieldVar | |
---|---|
Map<String,JFieldVar> |
JDefinedClass.fields()
Returns all the fields declred in this class. |
Methods in com.sun.codemodel with parameters of type JFieldVar | |
---|---|
void |
JDefinedClass.removeField(JFieldVar field)
Removes a JFieldVar from this class. |
|
Codemodel 2.6-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |