|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.demfgen.classes.LookDef
edu.neu.ccs.demeterf.demfgen.classes.LookAhead
public class LookAhead
Representation of LookAhead
| Nested Class Summary | |
|---|---|
static class |
LookAhead.n
Field Class for LookAhead.n |
| Constructor Summary | |
|---|---|
LookAhead(int n)
Construct a(n) LookAhead Instance |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Is the given object Equal to this LookAhead? |
int |
getN()
Getter for field LookAhead.n |
boolean |
isLook()
|
int |
look()
|
static LookAhead |
parse(java.io.InputStream inpt)
Parse an instance of LookAhead from the given Stream |
static LookAhead |
parse(java.io.Reader inpt)
Parse an instance of LookAhead from the given Reader |
static LookAhead |
parse(java.lang.String inpt)
Parse an instance of LookAhead from the given String |
java.lang.String |
print()
DGP method from Class Print |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LookAhead(int n)
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
public static LookAhead parse(java.lang.String inpt)
throws ParseException
ParseException
public static LookAhead parse(java.io.InputStream inpt)
throws ParseException
ParseException
public static LookAhead parse(java.io.Reader inpt)
throws ParseException
ParseExceptionpublic boolean isLook()
isLook in class LookDefpublic int look()
look in class LookDefpublic java.lang.String print()
print in class LookDefpublic int getN()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||