edu.neu.ccs.demeterf.demfgen.classes
Class NoLook

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.LookDef
      extended by edu.neu.ccs.demeterf.demfgen.classes.NoLook

public class NoLook
extends LookDef

Representation of NoLook


Constructor Summary
NoLook()
          Construct a(n) NoLook Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this NoLook?
static NoLook parse(java.io.InputStream inpt)
          Parse an instance of NoLook from the given Stream
static NoLook parse(java.io.Reader inpt)
          Parse an instance of NoLook from the given Reader
static NoLook parse(java.lang.String inpt)
          Parse an instance of NoLook from the given String
 java.lang.String print()
          DGP method from Class Print
 
Methods inherited from class edu.neu.ccs.demeterf.demfgen.classes.LookDef
isLook, look
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoLook

public NoLook()
Construct a(n) NoLook Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

public java.lang.String print()
DGP method from Class Print

Overrides:
print in class LookDef