|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.neu.ccs.demeterf.demfgen.classes.TE
public class TE
Representation of TE
| Constructor Summary | |
|---|---|
TE()
Construct a(n) TE Instance |
|
TE(java.lang.String s)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Is the given object Equal to this TE? |
static TE |
parse(java.io.InputStream inpt)
Parse an instance of TE from the given Stream |
static TE |
parse(java.io.Reader inpt)
Parse an instance of TE from the given Reader |
static TE |
parse(java.lang.String inpt)
Parse an instance of TE from the given String |
java.lang.String |
print()
DGP method from Class Print |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TE()
public TE(java.lang.String s)
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
public static TE parse(java.lang.String inpt)
throws ParseException
ParseException
public static TE parse(java.io.InputStream inpt)
throws ParseException
ParseException
public static TE parse(java.io.Reader inpt)
throws ParseException
ParseExceptionpublic java.lang.String print()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||