Uses of Class
org.exolab.javasource.JModifiers

Packages that use JModifiers
org.exolab.javasource 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 JModifiers
 JModifiers JModifiers.copy()
          Creates a copy of this JModifiers instance.
 JModifiers JMethodSignature.getModifiers()
          Returns the modifiers for this JMethodSignature.
 JModifiers AbstractJField.getModifiers()
          Returns the modifiers for this JField.
 JModifiers JMember.getModifiers()
          Returns the modifiers for this JMember.
 JModifiers JStructure.getModifiers()
          Returns the JModifiers, which allows the qualifiers to be changed.
 JModifiers JAnnotationTypeElement.getModifiers()
          Returns the modifiers for this JAnnotationTypeElement.
 JModifiers JMethod.getModifiers()
          Returns the modifiers for this JMethod.
 JModifiers JConstructor.getModifiers()
          Returns the modifiers for this JConstructor.
 JModifiers JEnumConstant.getModifiers()
          Returns the modifiers for this JEnumConstant.
 

Methods in org.exolab.javasource with parameters of type JModifiers
 void JMethodSignature.setModifiers(JModifiers modifiers)
          Sets the JModifiers for this method signature.
 void AbstractJField.setModifiers(JModifiers modifiers)
          Sets the access modifiers on this JField.
 void JMethod.setModifiers(JModifiers modifiers)
          Sets the JModifiers for this JMethod.
 void JConstructor.setModifiers(JModifiers modifiers)
          Sets the modifiers on this JConstructor.
 



Copyright © 2012. All Rights Reserved.