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

Method getOperator

code/src/java/pcgen/core/prereq/Prerequisite.java:171–174  ·  view source on GitHub ↗

@return Returns the operator.

()

Source from the content-addressed store, hash-verified

169 * @return Returns the operator.
170 */
171 public PrerequisiteOperator getOperator()
172 {
173 return operator;
174 }
175
176 public void addPrerequisite(final Prerequisite prereq)
177 {

Callers 15

parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected