MCPcopy Create free account
hub / github.com/apache/groovy / getModifiers

Method getModifiers

src/main/java/org/codehaus/groovy/ast/FieldNode.java:171–174  ·  view source on GitHub ↗

Returns the ASM modifier flags for this field. Flags include visibility (public/protected/private), static, final, transient, volatile, etc. @return ASM opcode flags representing this field's modifiers

()

Source from the content-addressed store, hash-verified

169 * @return ASM opcode flags representing this field's modifiers
170 */
171 @Override
172 public int getModifiers() {
173 return modifiers;
174 }
175
176 /**
177 * Sets the ASM modifier flags for this field.

Callers 14

addListenerToClassMethod · 0.95
findClassMemberMethod · 0.95
getMetaClassFieldMethod · 0.95
isEnumMethod · 0.95
visitClassMethod · 0.95
visitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected