lapis.tc
Class TC.Nth

java.lang.Object
  extended bylapis.tc.TC.Node
      extended bylapis.tc.TC.Nth
All Implemented Interfaces:
Serializable
Enclosing class:
TC

public static class TC.Nth
extends TC.Node

See Also:
Serialized Form

Constructor Summary
TC.Nth(int n, TC.Node counter, TC.Node context)
           
 
Method Summary
 Object accept(Visitor v)
           
 TC.Node getContext()
           
 int getCount()
           
 TC.Node getCounter()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TC.Nth

public TC.Nth(int n,
              TC.Node counter,
              TC.Node context)
Method Detail

getCount

public int getCount()

getCounter

public TC.Node getCounter()

getContext

public TC.Node getContext()

accept

public Object accept(Visitor v)
Specified by:
accept in class TC.Node

toString

public String toString()
Overrides:
toString in class TC.Node