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/NamedValue.java:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
public
Expression getExpr() {
17
return
this.expr;
18
}
19
20
public
String toString() {
21
return
getName() +
":"
+ this.expr;
Callers
15
interpret
Method · 0.95
visit
Method · 0.45
walkUnaryExpression
Method · 0.45
visit
Method · 0.45
sourceElements
Method · 0.45
toString
Method · 0.45
interpret
Method · 0.45
interpret
Method · 0.45
toString
Method · 0.45
toString
Method · 0.45
interpret
Method · 0.45
toString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected