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

Method isStar

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

Source from the content-addressed store, hash-verified

134 }
135
136 public boolean isStar() {
137 return isStar;
138 }
139
140 public boolean isStatic() {
141 return isStatic;

Callers 1

getTextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected