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

java.lang.Object
  extended by edu.neu.ccs.demeterf.lexer.classes.GrpPart
Direct Known Subclasses:
GrpChar, GrpRang

public abstract class GrpPart
extends java.lang.Object

Representation of GrpPart


Constructor Summary
GrpPart()
          Construct a(n) GrpPart Instance
 
Method Summary
abstract  boolean contains(char c)
           
static GrpPart parse(java.io.InputStream inpt)
          Parse an instance of GrpPart from the given Stream
static GrpPart parse(java.io.Reader inpt)
          Parse an instance of GrpPart from the given Reader
static GrpPart parse(java.lang.String inpt)
          Parse an instance of GrpPart 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

GrpPart

public GrpPart()
Construct a(n) GrpPart Instance

Method Detail

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

contains

public abstract boolean contains(char c)

toString

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

Overrides:
toString in class java.lang.Object