Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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