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

Method getMeaning

src/main/java/org/codehaus/groovy/syntax/CSTNode.java:49–51  ·  view source on GitHub ↗

Returns the current semantic meaning (interpretation) of this node. For nodes without a root, returns Types#UNKNOWN. @return the node's meaning type from Types

()

Source from the content-addressed store, hash-verified

47 * @return the node's meaning type from {@link Types}
48 */
49 public int getMeaning() {
50 return getRoot(true).getMeaning();
51 }
52
53 /**
54 * Sets the semantic meaning (interpretation) of this node.

Callers 5

canMeanMethod · 0.95
isAMethod · 0.95
isOneOfMethod · 0.95
isAllOfMethod · 0.95
getDescriptionMethod · 0.95

Calls 1

getRootMethod · 0.95

Tested by

no test coverage detected