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

Method isStatic

src/main/java/org/codehaus/groovy/ast/ImportNode.java:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 public boolean isStatic() {
141 return isStatic;
142 }
143
144 /**
145 * Returns the alias name for this import, if specified.

Callers 1

getTextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected