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

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

public class NGrpRE
extends RegExp

Representation of NGrpRE


Nested Class Summary
static class NGrpRE.gs
          Field Class for NGrpRE.gs
 
Constructor Summary
NGrpRE(List<GrpPart> gs)
          Construct a(n) NGrpRE Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this NGrpRE?
 List<GrpPart> getGs()
          Getter for field NGrpRE.gs
static NGrpRE parse(java.io.InputStream inpt)
          Parse an instance of NGrpRE from the given Stream
static NGrpRE parse(java.io.Reader inpt)
          Parse an instance of NGrpRE from the given Reader
static NGrpRE parse(java.lang.String inpt)
          Parse an instance of NGrpRE 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

NGrpRE

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

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

public static NGrpRE parse(java.io.Reader inpt)
                    throws ParseException
Parse an instance of NGrpRE 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 NGrpRE.gs