public static class GoloParser.FunctionRef
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
arity |
java.lang.String |
module |
java.lang.String |
name |
boolean |
varargs |
| Constructor and Description |
|---|
FunctionRef(java.lang.String module,
java.lang.String name,
int arity,
boolean varargs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |