Uses of Class
org.codehaus.modello.plugin.java.javasource.JModifiers
Packages that use JModifiers
-
Uses of JModifiers in org.codehaus.modello.plugin.java.javasource
Methods 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 JFieldJMethod.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.