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

Method addModifier

code/src/java/pcgen/cdom/base/VarHolder.java:32–32  ·  view source on GitHub ↗

Adds a new local Modifier to this VarContainer. @param varModifier The VarModifier to be added to this VarContainer.

(VarModifier<?> varModifier)

Source from the content-addressed store, hash-verified

30 * The VarModifier to be added to this VarContainer.
31 */
32 public void addModifier(VarModifier<?> varModifier);
33
34 /**
35 * Adds a new RemoteModifier to this VarContainer.

Callers 9

testGetSetEffectsMethod · 0.65
testProcessDynamicSetMethod · 0.65
parseNonEmptyTokenMethod · 0.65
parseNonEmptyTokenMethod · 0.65
addModifierMethod · 0.65
addModifierMethod · 0.65
processAddMethod · 0.65
processAdditionMethod · 0.65

Implementers 3

Dynamiccode/src/java/pcgen/cdom/inst/Dynamic.
CDOMObjectcode/src/java/pcgen/cdom/base/CDOMObje
VarHolderSupportcode/src/java/pcgen/cdom/helper/VarHol

Calls

no outgoing calls

Tested by 3

testGetSetEffectsMethod · 0.52
testProcessDynamicSetMethod · 0.52