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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.Impl
      extended by edu.neu.ccs.demeterf.demfgen.classes.IntfImpl

public class IntfImpl
extends Impl

Representation of IntfImpl


Nested Class Summary
static class IntfImpl.intf
          Field Class for IntfImpl.intf
 
Constructor Summary
IntfImpl(NETypeUseList intf)
          Construct a(n) IntfImpl Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this IntfImpl?
 NETypeUseList getIntf()
          Getter for field IntfImpl.intf
static IntfImpl parse(java.io.InputStream inpt)
          Parse an instance of IntfImpl from the given Stream
static IntfImpl parse(java.io.Reader inpt)
          Parse an instance of IntfImpl from the given Reader
static IntfImpl parse(java.lang.String inpt)
          Parse an instance of IntfImpl from the given String
 java.lang.String print()
          DGP method from Class Print
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntfImpl

public IntfImpl(NETypeUseList intf)
Construct a(n) IntfImpl Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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

Overrides:
print in class Impl

getIntf

public NETypeUseList getIntf()
Getter for field IntfImpl.intf