|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.demfgen.classes.FieldList
public abstract class FieldList
Representation of FieldList
| Constructor Summary | |
|---|---|
FieldList()
Construct a(n) FieldList Instance |
|
| Method Summary | |
|---|---|
abstract FieldList |
append(FieldList l)
|
abstract FieldList |
append(List<FieldOrSyntax> l)
|
abstract boolean |
isEmpty()
|
abstract List<Field> |
justFields()
|
static FieldList |
parse(java.io.InputStream inpt)
Parse an instance of FieldList from the given Stream |
static FieldList |
parse(java.io.Reader inpt)
Parse an instance of FieldList from the given Reader |
static FieldList |
parse(java.lang.String inpt)
Parse an instance of FieldList from the given String |
java.lang.String |
print()
DGP method from Class Print |
FieldList |
push(FieldOrSyntax f)
|
abstract List<FieldOrSyntax> |
toList()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldList()
| Method Detail |
|---|
public static FieldList parse(java.lang.String inpt)
throws ParseException
ParseException
public static FieldList parse(java.io.InputStream inpt)
throws ParseException
ParseException
public static FieldList parse(java.io.Reader inpt)
throws ParseException
ParseExceptionpublic abstract List<Field> justFields()
public abstract List<FieldOrSyntax> toList()
public abstract FieldList append(FieldList l)
public abstract FieldList append(List<FieldOrSyntax> l)
public abstract boolean isEmpty()
public FieldList push(FieldOrSyntax f)
public java.lang.String print()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||