MCPcopy Index your code
hub / github.com/apache/groovy / getModifiers

Method getModifiers

src/main/java/org/codehaus/groovy/ast/Variable.java:124–124  ·  view source on GitHub ↗

Returns the modifiers (access flags) for this variable as per org.objectweb.asm.Opcodes. May include visibility modifiers (public, protected, private), static, final, etc. @return the modifier flags @see org.objectweb.asm.Opcodes

()

Source from the content-addressed store, hash-verified

122 * @see org.objectweb.asm.Opcodes
123 */
124 int getModifiers();
125
126 /**
127 * Returns true if this variable is declared with the {@code final} modifier.

Callers 15

transformMetaMethodMethod · 0.65
checkCanSetAccessibleMethod · 0.65
checkAccessibleMethod · 0.65
fromCacheHandleMethod · 0.65
configureClassNodeMethod · 0.65
getValueMethod · 0.65
isAbstractClassOfMethod · 0.65
setGuardsMethod · 0.65
generateClassMethod · 0.65
addConstructorMethod · 0.65

Implementers 5

PropertyNodesrc/main/java/org/codehaus/groovy/ast/
Parametersrc/main/java/org/codehaus/groovy/ast/
DynamicVariablesrc/main/java/org/codehaus/groovy/ast/
FieldNodesrc/main/java/org/codehaus/groovy/ast/
VariableExpressionsrc/main/java/org/codehaus/groovy/ast/

Calls

no outgoing calls

Tested by

no test coverage detected