Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ parse
Method
parse
code/src/java/plugin/lsttokens/level/CskillmaxToken.java:35–40 ·
view source on GitHub ↗
(LevelInfo levelInfo, String value)
Source
from the content-addressed store, hash-verified
33
}
34
35
@Override
36
public
boolean parse(LevelInfo levelInfo, String value)
37
{
38
levelInfo.setMaxClassSkillString(value);
39
return
true;
40
}
41
}
Callers
nothing calls this directly
Calls
1
setMaxClassSkillString
Method · 0.80
Tested by
no test coverage detected