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