Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
interpret
Method · 0.95
visit
Method · 0.80
visit
Method · 0.80
visit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected