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

Method applyProcessor

code/src/java/pcgen/cdom/content/Processor.java:46–46  ·  view source on GitHub ↗

Applies this Processor to the given input object, in the context of the given context object. Note that classes that implement this Processor interface may return the object passed in as the input object. Therefore, if the input object is mutable, the caller of the applyProcessor method should be a

(T obj, Object context)

Source from the content-addressed store, hash-verified

44 * @return The modified object, of the same class as the input object.
45 */
46 public T applyProcessor(T obj, Object context);
47
48 /**
49 * The class of object this Processor acts upon.

Callers 3

applyProcessorMethod · 0.65
getLevelHitDieMethod · 0.65
typeListMethod · 0.65

Implementers 5

HitDieFormulacode/src/java/pcgen/cdom/processor/Hit
ContextProcessorcode/src/java/pcgen/cdom/processor/Con
HitDieLockcode/src/java/pcgen/cdom/processor/Hit
ChangeArmorTypecode/src/java/pcgen/cdom/processor/Cha
HitDieStepcode/src/java/pcgen/cdom/processor/Hit

Calls

no outgoing calls

Tested by

no test coverage detected