Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getExpr
Method
getExpr
src/main/java/org/dynjs/parser/ast/WithStatement.java:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
public
Expression getExpr() {
42
return
this.expr;
43
}
44
45
public
Statement getBlock() {
46
return
this.block;
Callers
1
interpret
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected