antlr
Class ASTPair

java.lang.Object
  |
  +--antlr.ASTPair

public class ASTPair
extends Object

Untamed:


Field Summary
 AST child
          Enabled:
 AST root
          Enabled:
 
Constructor Summary
ASTPair()
          Enabled:
 
Method Summary
 void advanceChildToEnd()
          Enabled: Make sure that child is the last sibling
 ASTPair copy()
          Enabled: Copy an ASTPair.
 String toString()
          Suppressed:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

root

public AST root
Enabled:


child

public AST child
Enabled:

Constructor Detail

ASTPair

public ASTPair()
Enabled:

Method Detail

advanceChildToEnd

public final void advanceChildToEnd()
Enabled: Make sure that child is the last sibling


copy

public ASTPair copy()
Enabled: Copy an ASTPair. Don't call it clone() because we want type-safety


toString

public String toString()
Suppressed:

Overrides:
toString in class Object
Returns:
a string representation of the object.


comments?