MCPcopy Create free account
hub / github.com/PCGen/pcgen / count

Method count

code/src/java/pcgen/util/JepCountType.java:138–143  ·  view source on GitHub ↗
(PlayerCharacter pc, Object[] params)

Source from the content-addressed store, hash-verified

136 }
137
138 @Override
139 public Double count(PlayerCharacter pc, Object[] params) throws ParseException
140 {
141 final Object[] par = params.length > 0 ? params : new String[]{"EXPORT=YES"};
142 return super.count(pc, par);
143 }
144
145 @Override
146 protected Set<ChronicleEntry> filterSetP(final String c, Collection<ChronicleEntry> coll) throws ParseException

Callers 6

runMethod · 0.95
runMethod · 0.95
getAdjacentNodeCountMethod · 0.45
finishLoadMethod · 0.45
getParserMethod · 0.45
countMethod · 0.45

Calls 5

getRacialSubTypeCountMethod · 0.80
sizeMethod · 0.65
getFollowerListMethod · 0.45
getDisplayMethod · 0.45
getSpellBookCountMethod · 0.45

Tested by

no test coverage detected