lapis.tc
Class TC.Nth
java.lang.Object
lapis.tc.TC.Node
lapis.tc.TC.Nth
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- TC
- public static class TC.Nth
- extends TC.Node
- See Also:
- Serialized Form
TC.Nth
public TC.Nth(int n,
TC.Node counter,
TC.Node context)
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