Package | Description |
---|---|
org.exolab.javasource |
This package contains classes that represent Java Source objects for Castor XML
code generator.
|
Modifier and Type | Method and Description |
---|---|
JModifiers |
JModifiers.copy()
Creates a copy of this JModifiers instance.
|
JModifiers |
JMethodSignature.getModifiers()
Returns the modifiers for this JMethodSignature.
|
JModifiers |
JMethod.getModifiers()
Returns the modifiers for this JMethod.
|
JModifiers |
JMember.getModifiers()
Returns the modifiers for this JMember.
|
JModifiers |
AbstractJField.getModifiers()
Returns the modifiers for this JField.
|
JModifiers |
JEnumConstant.getModifiers()
Returns the modifiers for this JEnumConstant.
|
JModifiers |
JConstructor.getModifiers()
Returns the modifiers for this JConstructor.
|
JModifiers |
JStructure.getModifiers()
Returns the JModifiers, which allows the qualifiers to be changed.
|
JModifiers |
JAnnotationTypeElement.getModifiers()
Returns the modifiers for this JAnnotationTypeElement.
|
Modifier and Type | Method and Description |
---|---|
void |
JMethodSignature.setModifiers(JModifiers modifiers)
Sets the JModifiers for this method signature.
|
void |
JMethod.setModifiers(JModifiers modifiers)
Sets the JModifiers for this JMethod.
|
void |
AbstractJField.setModifiers(JModifiers modifiers)
Sets the access modifiers on this JField.
|
void |
JConstructor.setModifiers(JModifiers modifiers)
Sets the modifiers on this JConstructor.
|
Copyright © 2017. All rights reserved.