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