Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getTokenName
Method
getTokenName
code/src/java/plugin/lsttokens/SelectLst.java:35–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
{
34
35
@Override
36
public
String getTokenName()
37
{
38
return
"SELECT"
;
39
}
40
41
@Override
42
public
ParseResult parseToken(LoadContext context, CDOMObject cdo, String value)
Callers
1
parseToken
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected