edu.neu.ccs.demeterf.lexer.classes
Class LexDef

java.lang.Object
  extended by edu.neu.ccs.demeterf.lexer.classes.LexDef
Direct Known Subclasses:
LocDef, TokDef

public abstract class LexDef
extends java.lang.Object

Representation of LexDef


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

Constructor Detail

LexDef

public LexDef()
Construct a(n) LexDef Instance

Method Detail

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

toString

public java.lang.String toString()
DGP method from Class PrintToString

Overrides:
toString in class java.lang.Object