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