Uses of Class
org.exolab.javasource.JModifiers
Packages that use JModifiers
Package
Description
This package contains classes that represent Java Source objects for Castor XML
code generator.
-
Uses of JModifiers in org.exolab.javasource
Methods in org.exolab.javasource that return JModifiersModifier and TypeMethodDescriptionJModifiers.copy()
Creates a copy of this JModifiers instance.AbstractJField.getModifiers()
Returns the modifiers for this JField.JAnnotationTypeElement.getModifiers()
Returns the modifiers for this JAnnotationTypeElement.JConstructor.getModifiers()
Returns the modifiers for this JConstructor.JEnumConstant.getModifiers()
Returns the modifiers for this JEnumConstant.JMember.getModifiers()
Returns the modifiers for this JMember.JMethod.getModifiers()
Returns the modifiers for this JMethod.JMethodSignature.getModifiers()
Returns the modifiers for this JMethodSignature.final JModifiers
JStructure.getModifiers()
Returns the JModifiers, which allows the qualifiers to be changed.Methods in org.exolab.javasource with parameters of type JModifiersModifier and TypeMethodDescriptionvoid
AbstractJField.setModifiers
(JModifiers modifiers) Sets the access modifiers on this JField.void
JConstructor.setModifiers
(JModifiers modifiers) Sets the modifiers on this JConstructor.void
JMethod.setModifiers
(JModifiers modifiers) Sets the JModifiers for this JMethod.void
JMethodSignature.setModifiers
(JModifiers modifiers) Sets the JModifiers for this method signature.