Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toString
Method · 0.95
getMessage
Method · 0.45
createTemporaryVariableFor
Method · 0.45
execute
Method · 0.45
emitDynamicVar
Method · 0.45
toString
Method · 0.45
invokeMethod
Method · 0.45
getInterface
Method · 0.45
showAST
Method · 0.45
executeFile
Method · 0.45
withSource
Method · 0.45
toString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected