Uses of Class
org.codehaus.modello.plugin.java.javasource.JModifiers
Packages that use JModifiers
-
Uses of JModifiers in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource declared as JModifiersModifier and TypeFieldDescriptionprivate 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 JModifiersModifier and TypeMethodDescriptionJModifiers.copy()
Creates a copy of this JModifiersJConstructor.getModifiers()
Returns the modifiers for this JConstructorJField.getModifiers()
Returns the modifiers for this JFieldJMember.getModifiers()
Returns the modifiers for this JMemberJMethod.getModifiers()
Returns the modifiers for this JMember.JMethodSignature.getModifiers()
Returns the modifiers for this JMethodSignature.JStructure.getModifiers()
Returns the JModifiers which allows the qualifiers to be changed.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JModifiersModifier and TypeMethodDescriptionvoid
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.