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 JModifiersJConstructor.modifiersThe set of modifiers for this JMethodprivate JModifiersJField.modifiersThe set of modifiers for this JFieldprivate JModifiersJMethodSignature.modifiersThe set of modifiers for this JMethodprivate JModifiersJStructure.modifiersThe 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 TypeMethodDescriptionvoidJConstructor.setModifiers(JModifiers modifiers) voidJField.setModifiers(JModifiers modifiers) voidJMethod.setModifiers(JModifiers modifiers) Sets the JModifiers for this JMethod.voidJMethodSignature.setModifiers(JModifiers modifiers) Sets the JModifiers for this method signature.