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

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

public class Include
extends java.lang.Object

Representation of Include


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

Include

public Include(DoGen gen,
               java.lang.String file)
Construct a(n) Include Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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


getFile

public java.lang.String getFile()
Getter for field Include.file


getGen

public DoGen getGen()
Getter for field Include.gen