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

Method dropIntoContext

code/src/java/pcgen/rules/context/LoadContext.java:171–171  ·  view source on GitHub ↗
(String scope)

Source from the content-addressed store, hash-verified

169 public <T> GroupDefinition<T> getGroup(Class<T> cl, String instructions);
170
171 LoadContext dropIntoContext(String scope);
172
173 /**
174 * Returns the VariableContext for this LoadContext.

Callers 7

evaluateMethod · 0.95
parseNonEmptyTokenMethod · 0.65
parseNonEmptyTokenMethod · 0.65
dropIntoContextMethod · 0.65
processNonFirstTokenMethod · 0.65
loadLstFilesMethod · 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