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

Method getFunctionName

code/src/java/plugin/function/InputFunction.java:52–56  ·  view source on GitHub ↗

Returns the function name for this function. This is how it is called by a user in a formula.

()

Source from the content-addressed store, hash-verified

50 * a user in a formula.
51 */
52 @Override
53 public String getFunctionName()
54 {
55 return "INPUT";
56 }
57
58 @Override
59 public final FormatManager<?> allowArgs(SemanticsVisitor visitor, Node[] args, FormulaSemantics semantics)

Callers 1

allowArgsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected