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

Method isFalse

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

Source from the content-addressed store, hash-verified

3386 }
3387
3388 public final boolean isFalse() {
3389 return this.token == Token.FALSE;
3390 }
3391
3392 public final boolean isVanillaFor() {
3393 return this.token == Token.FOR;

Callers 15

visitMethod · 0.95
testSourceRootMethod · 0.80
assertNotMatchMethod · 0.80
testNormalInputsMethod · 0.80
testWarningsFilteringMethod · 0.80

Calls

no outgoing calls