| Package | Description |
|---|---|
| org.codehaus.modello.plugin.java.javasource |
| Modifier and Type | Method and Description |
|---|---|
JModifiers |
JModifiers.copy()
Creates a copy of this JModifiers
|
JModifiers |
JStructure.getModifiers()
Returns the JModifiers which allows the qualifiers to be changed.
|
JModifiers |
JMethodSignature.getModifiers()
Returns the modifiers for this JMethodSignature.
|
JModifiers |
JField.getModifiers()
Returns the modifiers for this JField
|
JModifiers |
JConstructor.getModifiers()
Returns the modifiers for this JConstructor
|
JModifiers |
JMethod.getModifiers()
Returns the modifiers for this JMember.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JMethodSignature.setModifiers(JModifiers modifiers)
Sets the JModifiers for this method signature.
|
void |
JField.setModifiers(JModifiers modifiers) |
void |
JConstructor.setModifiers(JModifiers modifiers) |
void |
JMethod.setModifiers(JModifiers modifiers)
Sets the JModifiers for this JMethod.
|
Copyright © 2001-2016 Codehaus. All Rights Reserved.