Package | Description |
---|---|
org.codehaus.modello.plugin.java.javasource |
Modifier and Type | Field and Description |
---|---|
private JModifiers |
JMethodSignature.modifiers
The set of modifiers for this JMethod
|
private JModifiers |
JConstructor.modifiers
The set of modifiers for this JMethod
|
private JModifiers |
JStructure.modifiers
The JModifiers for this JStructure, which allows us to
change the resulting qualifiers
|
private JModifiers |
JField.modifiers
The set of modifiers for this JField
|
Modifier and Type | Method and Description |
---|---|
JModifiers |
JModifiers.copy()
Creates a copy of this JModifiers
|
JModifiers |
JMethodSignature.getModifiers()
Returns the modifiers for this JMethodSignature.
|
JModifiers |
JConstructor.getModifiers()
Returns the modifiers for this JConstructor
|
JModifiers |
JStructure.getModifiers()
Returns the JModifiers which allows the qualifiers to be changed.
|
JModifiers |
JMethod.getModifiers()
Returns the modifiers for this JMember.
|
JModifiers |
JMember.getModifiers()
Returns the modifiers for this JMember
|
JModifiers |
JField.getModifiers()
Returns the modifiers for this JField
|
Modifier and Type | Method and Description |
---|---|
void |
JMethodSignature.setModifiers(JModifiers modifiers)
Sets the JModifiers for this method signature.
|
void |
JConstructor.setModifiers(JModifiers modifiers) |
void |
JMethod.setModifiers(JModifiers modifiers)
Sets the JModifiers for this JMethod.
|
void |
JField.setModifiers(JModifiers modifiers) |