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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.FieldOrSyntax
      extended by edu.neu.ccs.demeterf.demfgen.classes.Syntax
          extended by edu.neu.ccs.demeterf.demfgen.classes.AddTab

public class AddTab
extends Syntax

Representation of AddTab


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

Constructor Detail

AddTab

public AddTab()
Construct a(n) AddTab Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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

Overrides:
print in class Syntax