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

Method getFunctionName

code/src/java/plugin/function/GetFunction.java:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46{
47
48 @Override
49 public String getFunctionName()
50 {
51 return "Get";
52 }
53
54 @Override
55 public Boolean isStatic(StaticVisitor visitor, Node[] args)

Callers 1

allowArgsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected