public class ASTPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
persistence.antlr.collections.AST |
child |
persistence.antlr.collections.AST |
root |
Constructor and Description |
---|
ASTPair() |
Modifier and Type | Method and Description |
---|---|
void |
advanceChildToEnd()
Make sure that child is the last sibling
|
ASTPair |
copy()
Copy an ASTPair.
|
java.lang.String |
toString() |
public persistence.antlr.collections.AST root
public persistence.antlr.collections.AST child
public final void advanceChildToEnd()
public ASTPair copy()
public java.lang.String toString()
toString
in class java.lang.Object