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

Method getElseBlock

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

Source from the content-addressed store, hash-verified

53 }
54
55 public Statement getElseBlock() {
56 return this.elseBlock;
57 }
58
59 public List<VariableDeclaration> getVariableDeclarations() {
60 List<VariableDeclaration> decls = new ArrayList<>();

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