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

Method getVarName

code/src/java/pcgen/cdom/content/VarModifier.java:91–94  ·  view source on GitHub ↗

Retrieves the Variable Name for this VarModifier. @return the Variable Name for this VarModifier

()

Source from the content-addressed store, hash-verified

89 * @return the Variable Name for this VarModifier
90 */
91 public String getVarName()
92 {
93 return varName;
94 }
95
96 /**
97 * Retrieves the PCGenScope for this VarModifier.

Callers 5

unparseMethod · 0.45
unparseMethod · 0.45
unparseMethod · 0.45
addModifierMethod · 0.45
removeModifierMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected