| Package | Description |
|---|---|
| org.codehaus.modello.plugin.java.javasource |
| Modifier and Type | Method | Description |
|---|---|---|
JModifiers |
JModifiers.copy() |
Creates a copy of this JModifiers
|
JModifiers |
JConstructor.getModifiers() |
Returns the modifiers for this JConstructor
|
JModifiers |
JField.getModifiers() |
Returns the modifiers for this JField
|
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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
JConstructor.setModifiers(JModifiers modifiers) |
|
void |
JField.setModifiers(JModifiers modifiers) |
|
void |
JMethod.setModifiers(JModifiers modifiers) |
Sets the JModifiers for this JMethod.
|
void |
JMethodSignature.setModifiers(JModifiers modifiers) |
Sets the JModifiers for this method signature.
|
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.