edu.neu.ccs.demeterf.lexer.classes
Class PrintToString._LT

java.lang.Object
  extended by edu.neu.ccs.demeterf.lexer.classes.PrintToString._LT
Enclosing class:
PrintToString

public static class PrintToString._LT
extends java.lang.Object


Constructor Summary
PrintToString._LT()
           
PrintToString._LT(List<PrintToString._T> ll)
           
 
Method Summary
 PrintToString._LT append(PrintToString._LT t)
           
 PrintToString._LT append(PrintToString._T t)
           
 PrintToString._LT compress()
           
static PrintToString._LT compress(PrintToString._S s, List<PrintToString._T> r)
           
 PrintToString._LT push(PrintToString._T t)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrintToString._LT

public PrintToString._LT()

PrintToString._LT

public PrintToString._LT(List<PrintToString._T> ll)
Method Detail

push

public PrintToString._LT push(PrintToString._T t)

append

public PrintToString._LT append(PrintToString._T t)

append

public PrintToString._LT append(PrintToString._LT t)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compress

public PrintToString._LT compress()

compress

public static PrintToString._LT compress(PrintToString._S s,
                                         List<PrintToString._T> r)