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

Method getOriginType

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

Returns the original type of this variable before any type wrapping or transformation. For primitive types, this preserves the distinction between boxed and unboxed forms. @return the original ClassNode before transformations

()

Source from the content-addressed store, hash-verified

62 * @return the original {@link ClassNode} before transformations
63 */
64 ClassNode getOriginType();
65
66 /**
67 * Returns the initialization expression for this variable, or null if no initialization is present.

Callers 15

addConstructorMethod · 0.95
resolveTypeMethod · 0.95
getParameterTypesMethod · 0.65
pickGenericTypeMethod · 0.65
getClosureSignaturesMethod · 0.65
visitFieldMethod · 0.65
visitPropertyMethod · 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