|
|||||||||
| 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
public abstract class TypeUseList
Representation of TypeUseList
| Constructor Summary | |
|---|---|
TypeUseList()
Construct a(n) TypeUseList Instance |
|
| Method Summary | |
|---|---|
int |
length()
|
static TypeUseList |
parse(java.io.InputStream inpt)
Parse an instance of TypeUseList from the given Stream |
static TypeUseList |
parse(java.io.Reader inpt)
Parse an instance of TypeUseList from the given Reader |
static TypeUseList |
parse(java.lang.String inpt)
Parse an instance of TypeUseList from the given String |
java.lang.String |
print()
DGP method from Class Print |
List<java.lang.String> |
toList()
|
List<TypeUse> |
toTUList()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeUseList()
| Method Detail |
|---|
public static TypeUseList parse(java.lang.String inpt)
throws ParseException
ParseException
public static TypeUseList parse(java.io.InputStream inpt)
throws ParseException
ParseException
public static TypeUseList parse(java.io.Reader inpt)
throws ParseException
ParseExceptionpublic int length()
public List<java.lang.String> toList()
public List<TypeUse> toTUList()
public java.lang.String print()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||