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

java.lang.Object
  extended by edu.neu.ccs.demeterf.lexer.classes.RegExp
      extended by edu.neu.ccs.demeterf.lexer.classes.GrpRE

public class GrpRE
extends RegExp

Representation of GrpRE


Nested Class Summary
static class GrpRE.gs
          Field Class for GrpRE.gs
 
Constructor Summary
GrpRE(List<GrpPart> gs)
          Construct a(n) GrpRE Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this GrpRE?
 List<GrpPart> getGs()
          Getter for field GrpRE.gs
static GrpRE parse(java.io.InputStream inpt)
          Parse an instance of GrpRE from the given Stream
static GrpRE parse(java.io.Reader inpt)
          Parse an instance of GrpRE from the given Reader
static GrpRE parse(java.lang.String inpt)
          Parse an instance of GrpRE from the given String
 java.lang.String toString()
          DGP method from Class PrintToString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GrpRE

public GrpRE(List<GrpPart> gs)
Construct a(n) GrpRE Instance

Method Detail

equals

public boolean equals(java.lang.Object o)
Is the given object Equal to this GrpRE?

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

toString

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

Overrides:
toString in class RegExp

getGs

public List<GrpPart> getGs()
Getter for field GrpRE.gs