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

Method getTryBlock

src/main/java/org/dynjs/parser/ast/TryStatement.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public Statement getTryBlock() {
27 return this.tryBlock;
28 }
29
30 public CatchClause getCatchClause() {
31 return this.catchClause;

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected