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

java.lang.Object
  extended by edu.neu.ccs.demeterf.lexer.classes.Label
      extended by edu.neu.ccs.demeterf.lexer.classes.GrpLbl

public class GrpLbl
extends Label

Representation of GrpLbl


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

Constructor Detail

GrpLbl

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

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

contains

public boolean contains(char c)
Overrides:
contains in class Label

toString

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

Overrides:
toString in class Label

getGs

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