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

Method updateVariables

code/src/java/pcgen/util/PJEP.java:156–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154 }
155
156 private boolean updateVariables()
157 {
158 boolean updated = true;
159 if (localCommandList != null)
160 {
161 for (PCGenCommand com : localCommandList)
162 {
163 updated = updated && !com.updateVariables(this);
164 }
165 }
166 return updated;
167 }
168
169 /**
170 * @deprecated

Callers 1

parseExpressionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected