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 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 JModifiers Modifier and Type Method Description JModifiersJModifiers. copy()Creates a copy of this JModifiersJModifiersJConstructor. getModifiers()Returns the modifiers for this JConstructorJModifiersJField. getModifiers()Returns the modifiers for this JFieldJModifiersJMember. getModifiers()Returns the modifiers for this JMemberJModifiersJMethod. getModifiers()Returns the modifiers for this JMember.JModifiersJMethodSignature. getModifiers()Returns the modifiers for this JMethodSignature.JModifiersJStructure. 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 voidJConstructor. 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.
-