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