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

Method getMeaning

src/main/java/org/codehaus/groovy/syntax/Token.java:88–91  ·  view source on GitHub ↗

Returns the current meaning (interpretation) of this token. May differ from #getType() if the meaning has been reassigned. @return the token's current meaning type

()

Source from the content-addressed store, hash-verified

86 * @return the token's current meaning type
87 */
88 @Override
89 public int getMeaning() {
90 return meaning;
91 }
92
93 /**
94 * Sets the meaning (interpretation) for this token.

Callers 3

writeMethod · 0.95
makePrefixMethod · 0.45
makePostfixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected