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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.FieldList
      extended by edu.neu.ccs.demeterf.demfgen.classes.FieldEmpty
All Implemented Interfaces:
EmptyList

public class FieldEmpty
extends FieldList
implements EmptyList

Representation of FieldEmpty


Constructor Summary
FieldEmpty()
          Construct a(n) FieldEmpty Instance
 
Method Summary
 FieldList append(FieldList l)
           
 FieldList append(List<FieldOrSyntax> l)
           
 boolean equals(java.lang.Object o)
          Is the given object Equal to this FieldEmpty?
 boolean isEmpty()
           
 List<Field> justFields()
           
static FieldEmpty parse(java.io.InputStream inpt)
          Parse an instance of FieldEmpty from the given Stream
static FieldEmpty parse(java.io.Reader inpt)
          Parse an instance of FieldEmpty from the given Reader
static FieldEmpty parse(java.lang.String inpt)
          Parse an instance of FieldEmpty from the given String
 java.lang.String print()
          DGP method from Class Print
 List<FieldOrSyntax> toList()
           
 
Methods inherited from class edu.neu.ccs.demeterf.demfgen.classes.FieldList
push
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldEmpty

public FieldEmpty()
Construct a(n) FieldEmpty Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

justFields

public List<Field> justFields()
Specified by:
justFields in class FieldList

toList

public List<FieldOrSyntax> toList()
Specified by:
toList in class FieldList

append

public FieldList append(FieldList l)
Specified by:
append in class FieldList

append

public FieldList append(List<FieldOrSyntax> l)
Specified by:
append in class FieldList

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in class FieldList

print

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

Overrides:
print in class FieldList