MCPcopy 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

interpretMethod · 0.95
visitMethod · 0.45
walkUnaryExpressionMethod · 0.45
visitMethod · 0.45
sourceElementsMethod · 0.45
toStringMethod · 0.45
interpretMethod · 0.45
interpretMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
interpretMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected