MCPcopy
hub / github.com/google/closure-compiler / isTrue

Method isTrue

src/com/google/javascript/rhino/Node.java:3672–3674  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3670 }
3671
3672 public final boolean isTrue() {
3673 return this.token == Token.TRUE;
3674 }
3675
3676 public final boolean isTry() {
3677 return this.token == Token.TRY;

Callers 15

handleWhileMethod · 0.95
handleDoMethod · 0.95
handleForMethod · 0.95
visitMethod · 0.95
compileMethod · 0.80

Calls

no outgoing calls