public abstract class AbstractFunction extends java.lang.Object implements Function
Modifier and Type | Field and Description |
---|---|
protected GMLEditor |
editor
The GMLEditor instance.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractFunction(GMLEditor editor)
Construct an AbstractFunction.
|