MCPcopy Create free account
hub / github.com/dynjs/dynjs / getTest

Method getTest

src/main/java/org/dynjs/parser/ast/IfStatement.java:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public Expression getTest() {
48 return this.testExpr;
49 }
50
51 public Statement getThenBlock() {
52 return this.thenBlock;

Callers 10

interpretMethod · 0.95
visitMethod · 0.45
visitMethod · 0.45
toIndentedStringMethod · 0.45
interpretMethod · 0.45
toIndentedStringMethod · 0.45
interpretMethod · 0.45
visitMethod · 0.45
visitMethod · 0.45
visitForMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected