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

Method getName

src/main/java/org/dynjs/ir/operands/Variable.java:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 public abstract String getName();
14
15 public void addUsedVariables(List<Variable> l) {
16 l.add(this);

Callers 15

toStringMethod · 0.95
getMessageMethod · 0.45
executeMethod · 0.45
emitDynamicVarMethod · 0.45
toStringMethod · 0.45
invokeMethodMethod · 0.45
getInterfaceMethod · 0.45
showASTMethod · 0.45
executeFileMethod · 0.45
withSourceMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected