Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Field and Description |
---|---|
private JMods |
JDefinedClass.mods
Modifiers for the class declaration
|
private JMods |
JVar.mods
Modifiers.
|
private JMods |
JMethod.mods
Modifiers for this method
|
Modifier and Type | Method and Description |
---|---|
(package private) static JMods |
JMods.forClass(int mods) |
(package private) static JMods |
JMods.forField(int mods) |
(package private) static JMods |
JMods.forInterface(int mods) |
(package private) static JMods |
JMods.forMethod(int mods) |
(package private) static JMods |
JMods.forVar(int mods) |
JMods |
JMethod.getMods()
Deprecated.
use
JMethod.mods() |
JMods |
JDefinedClass.mods() |
JMods |
JVar.mods() |
JMods |
JMethod.mods() |
Constructor and Description |
---|
JFieldVar(JDefinedClass owner,
JMods mods,
JType type,
java.lang.String name,
JExpression init)
JFieldVar constructor
|
JVar(JMods mods,
JType type,
java.lang.String name,
JExpression init)
JVar constructor
|