edu.neu.ccs.demeterf.demfgen.classes
Class LookDef

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.LookDef
Direct Known Subclasses:
LookAhead, NoLook

public abstract class LookDef
extends java.lang.Object

Representation of LookDef


Constructor Summary
LookDef()
          Construct a(n) LookDef Instance
 
Method Summary
 boolean isLook()
           
 int look()
           
static LookDef parse(java.io.InputStream inpt)
          Parse an instance of LookDef from the given Stream
static LookDef parse(java.io.Reader inpt)
          Parse an instance of LookDef from the given Reader
static LookDef parse(java.lang.String inpt)
          Parse an instance of LookDef from the given String
 java.lang.String print()
          DGP method from Class Print
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookDef

public LookDef()
Construct a(n) LookDef Instance

Method Detail

parse

public static LookDef parse(java.lang.String inpt)
                     throws ParseException
Parse an instance of LookDef from the given String

Throws:
ParseException

parse

public static LookDef parse(java.io.InputStream inpt)
                     throws ParseException
Parse an instance of LookDef from the given Stream

Throws:
ParseException

parse

public static LookDef parse(java.io.Reader inpt)
                     throws ParseException
Parse an instance of LookDef from the given Reader

Throws:
ParseException

isLook

public boolean isLook()

look

public int look()

print

public java.lang.String print()
DGP method from Class Print