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
Methods 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 JFieldJModifiersJMethod. 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.
-