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

Method getType

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

Returns the actual type of this token as determined by the lexer. @return the token type from Types

()

Source from the content-addressed store, hash-verified

110 * @return the token type from {@link Types}
111 */
112 @Override
113 public int getType() {
114 return type;
115 }
116
117 //--------------------------------------------------------------------------
118 // MEMBER ACCESS

Callers 10

findTokensToRenderMethod · 0.95
highlightMatchedMethod · 0.95
writeMethod · 0.95
ensureValidSetterMethod · 0.95
isCompoundAssignmentMethod · 0.95
actionPerformedMethod · 0.95
scanScriptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected