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