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

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

public class PlusRE
extends RegExp

Representation of PlusRE


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

PlusRE

public PlusRE(RegExp re)
Construct a(n) PlusRE Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

toString

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

Overrides:
toString in class RegExp

getRe

public RegExp getRe()
Getter for field PlusRE.re