edu.neu.ccs.demeterf.demfgen.classes
Class Print._LT

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.Print._LT
Enclosing class:
Print

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


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

Constructor Detail

Print._LT

public Print._LT()

Print._LT

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

push

public Print._LT push(Print._T t)

append

public Print._LT append(Print._T t)

append

public Print._LT append(Print._LT t)

toString

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

compress

public Print._LT compress()

compress

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