Uses of Class
org.codehaus.modello.generator.java.javasource.JModifiers

Packages that use JModifiers
org.codehaus.modello.generator.java.javasource   
 

Uses of JModifiers in org.codehaus.modello.generator.java.javasource
 

Fields in org.codehaus.modello.generator.java.javasource declared as JModifiers
private  JModifiers JConstructor.modifiers
          The set of modifiers for this JMethod
private  JModifiers JStructure.modifiers
          The JModifiers for this JStructure, which allows us to change the resulting qualifiers
private  JModifiers JMethodSignature.modifiers
          The set of modifiers for this JMethod
private  JModifiers JField.modifiers
          The set of modifiers for this JField
 

Methods in org.codehaus.modello.generator.java.javasource that return JModifiers
 JModifiers JMember.getModifiers()
          Returns the modifiers for this JMember
 JModifiers JConstructor.getModifiers()
          Returns the modifiers for this JConstructor
 JModifiers JMethod.getModifiers()
          Returns the modifiers for this JMember.
 JModifiers JModifiers.copy()
          Creates a copy of this JModifiers
 JModifiers JStructure.getModifiers()
          Returns the JModifiers which allows the qualifiers to be changed.
 JModifiers JMethodSignature.getModifiers()
          Returns the modifiers for this JMethodSignature.
 JModifiers JField.getModifiers()
          Returns the modifiers for this JField
 

Methods in org.codehaus.modello.generator.java.javasource with parameters of type JModifiers
 void JConstructor.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.
 void JField.setModifiers(JModifiers modifiers)