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

Method getThenBlock

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

Source from the content-addressed store, hash-verified

49 }
50
51 public Statement getThenBlock() {
52 return this.thenBlock;
53 }
54
55 public Statement getElseBlock() {
56 return this.elseBlock;

Callers 5

interpretMethod · 0.95
visitMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected