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

Method getGrouping

code/src/java/pcgen/rules/context/LoadContext.java:222–222  ·  view source on GitHub ↗

Returns a GroupingCollection based on the given scope name and grouping name. Note: This is used to for new Grouping items (MODIFY) and is the strategic direction for grouping in LoadContext. @param scope The scope used to determine the contents of the Grouping @param instructions

(PCGenScope scope, String instructions)

Source from the content-addressed store, hash-verified

220 * instructions
221 */
222 public GroupingCollection<?> getGrouping(PCGenScope scope, String instructions);
223}

Callers 6

evaluateMethod · 0.95
parseNonEmptyTokenMethod · 0.95
unparseMethod · 0.65
processAddMethod · 0.65
processRemoveMethod · 0.65
getGroupingMethod · 0.65

Implementers 2

LoadContextInstcode/src/java/pcgen/rules/context/Load
DerivedLoadContextcode/src/java/pcgen/rules/context/Load

Calls

no outgoing calls

Tested by

no test coverage detected