MCPcopy Create free account
hub / github.com/dynjs/dynjs / getBase

Method getBase

src/main/java/org/dynjs/runtime/Reference.java:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 public Object getBase() {
18 return this.base;
19 }
20
21 public String getReferencedName() {
22 return this.referencedName;

Callers 15

interpretMethod · 0.95
callMethod · 0.95
visitMethod · 0.95
interpretMethod · 0.45
interpretMethod · 0.45
interpretMethod · 0.45
interpretMethod · 0.45
filterMethod · 0.45
guardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected