public class Generator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Generator.Break |
| Modifier | Constructor and Description |
|---|---|
protected |
Generator() |
|
Generator(PnutsFunction gfunc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(PnutsFunction closure,
Context context) |
static SimpleNode |
convertYield(SimpleNode node,
java.lang.String closureSymbol) |
java.lang.Object[] |
toArray() |
java.lang.String |
toString() |
protected Generator()
public Generator(PnutsFunction gfunc)
public java.lang.Object apply(PnutsFunction closure, Context context)
public java.lang.Object[] toArray()
public java.lang.String toString()
toString in class java.lang.Objectpublic static SimpleNode convertYield(SimpleNode node, java.lang.String closureSymbol)