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

Method isDynamicTyped

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

Returns true if this variable has dynamic type information that could not be resolved at compile time. @return true if dynamically typed

()

Source from the content-addressed store, hash-verified

113 * @return true if dynamically typed
114 */
115 boolean isDynamicTyped();
116
117 /**
118 * Returns the modifiers (access flags) for this variable as per {@code org.objectweb.asm.Opcodes}.

Callers 14

isDynamicTypedMethod · 0.65
isDynamicTypedMethod · 0.65
isDynamicTypedMethod · 0.65
isDynamicTypedMethod · 0.65
visitForLoopMethod · 0.65
visitBinaryExpressionMethod · 0.65
visitForLoopMethod · 0.65
processClosureParamsMethod · 0.65
storeTypeMethod · 0.65
getResultTypeMethod · 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