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

Method getLegalScope

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

Retrieves the PCGenScope for this VarModifier. @return the PCGenScope for this VarModifier

()

Source from the content-addressed store, hash-verified

99 * @return the PCGenScope for this VarModifier
100 */
101 public PCGenScope getLegalScope()
102 {
103 return legalScope;
104 }
105
106 /**
107 * Retrieves the FormulaModifier for this VarModifier.

Callers 7

getFullLegalScopeNameMethod · 0.95
getGlobalScopeMethod · 0.45
unparseMethod · 0.45
unparseMethod · 0.45
getModifierMethod · 0.45
getModifierMethod · 0.45

Calls

no outgoing calls

Tested by 2

getGlobalScopeMethod · 0.36