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

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

public class HuhRE
extends RegExp

Representation of HuhRE


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

HuhRE

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

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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