Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getIdentifier
Method
getIdentifier
src/main/java/org/dynjs/parser/ast/PropertySet.java:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
public
String getIdentifier() {
19
return
this.identifier;
20
}
21
22
@Override
23
public
Object accept(Object context, CodeVisitor visitor, boolean strict) {
Callers
1
interpret
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected