|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.demfgen.classes.TypeUseList
edu.neu.ccs.demeterf.demfgen.classes.TypeUseCons
public class TypeUseCons
Representation of TypeUseCons
| Nested Class Summary | |
|---|---|
static class |
TypeUseCons.first
Field Class for TypeUseCons.first |
static class |
TypeUseCons.rest
Field Class for TypeUseCons.rest |
| Constructor Summary | |
|---|---|
TypeUseCons(TypeUse first,
TypeUseList rest)
Construct a(n) TypeUseCons Instance |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Is the given object Equal to this TypeUseCons? |
TypeUse |
getFirst()
Getter for field TypeUseCons.first |
TypeUseList |
getRest()
Getter for field TypeUseCons.rest |
int |
length()
|
static TypeUseCons |
parse(java.io.InputStream inpt)
Parse an instance of TypeUseCons from the given Stream |
static TypeUseCons |
parse(java.io.Reader inpt)
Parse an instance of TypeUseCons from the given Reader |
static TypeUseCons |
parse(java.lang.String inpt)
Parse an instance of TypeUseCons from the given String |
java.lang.String |
print()
DGP method from Class Print |
List<java.lang.String> |
toList()
|
java.lang.String |
toString()
|
List<TypeUse> |
toTUList()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypeUseCons(TypeUse first,
TypeUseList rest)
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
public static TypeUseCons parse(java.lang.String inpt)
throws ParseException
ParseException
public static TypeUseCons parse(java.io.InputStream inpt)
throws ParseException
ParseException
public static TypeUseCons parse(java.io.Reader inpt)
throws ParseException
ParseExceptionpublic int length()
length in class TypeUseListpublic java.lang.String toString()
toString in class java.lang.Objectpublic List<java.lang.String> toList()
toList in class TypeUseListpublic List<TypeUse> toTUList()
toTUList in class TypeUseListpublic java.lang.String print()
print in class TypeUseListpublic TypeUseList getRest()
public TypeUse getFirst()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||