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 JModifiersJStructure.getModifiers()Returns the JModifiers, which allows the qualifiers to be changed.Methods in org.exolab.javasource with parameters of type JModifiersModifier and TypeMethodDescriptionvoidAbstractJField.setModifiers(JModifiers modifiers) Sets the access modifiers on this JField.voidJConstructor.setModifiers(JModifiers modifiers) Sets the modifiers on this JConstructor.voidJMethod.setModifiers(JModifiers modifiers) Sets the JModifiers for this JMethod.voidJMethodSignature.setModifiers(JModifiers modifiers) Sets the JModifiers for this method signature.