Uses of Class
org.codehaus.modello.plugin.java.javasource.JModifiers
-
Packages that use JModifiers Package Description org.codehaus.modello.plugin.java.javasource -
-
Uses of JModifiers in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource declared as JModifiers Modifier and Type Field Description private JModifiers
JConstructor. modifiers
The set of modifiers for this JMethodprivate JModifiers
JField. modifiers
The set of modifiers for this JFieldprivate JModifiers
JMethodSignature. modifiers
The set of modifiers for this JMethodprivate JModifiers
JStructure. modifiers
The JModifiers for this JStructure, which allows us to change the resulting qualifiersMethods in org.codehaus.modello.plugin.java.javasource that return JModifiers Modifier and Type Method Description JModifiers
JModifiers. copy()
Creates a copy of this JModifiersJModifiers
JConstructor. getModifiers()
Returns the modifiers for this JConstructorJModifiers
JField. getModifiers()
Returns the modifiers for this JFieldJModifiers
JMember. getModifiers()
Returns the modifiers for this JMemberJModifiers
JMethod. getModifiers()
Returns the modifiers for this JMember.JModifiers
JMethodSignature. getModifiers()
Returns the modifiers for this JMethodSignature.JModifiers
JStructure. getModifiers()
Returns the JModifiers which allows the qualifiers to be changed.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JModifiers Modifier and Type Method Description void
JConstructor. setModifiers(JModifiers modifiers)
void
JField. 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.
-