|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.lexer.classes.Label
edu.neu.ccs.demeterf.lexer.classes.ChLbl
public class ChLbl
Representation of ChLbl
| Nested Class Summary | |
|---|---|
static class |
ChLbl.v
Field Class for ChLbl.v |
| Constructor Summary | |
|---|---|
ChLbl(char v)
Construct a(n) ChLbl Instance |
|
| Method Summary | |
|---|---|
boolean |
contains(char c)
|
boolean |
equals(java.lang.Object o)
Is the given object Equal to this ChLbl? |
char |
getV()
Getter for field ChLbl.v |
static ChLbl |
parse(java.io.InputStream inpt)
Parse an instance of ChLbl from the given Stream |
static ChLbl |
parse(java.io.Reader inpt)
Parse an instance of ChLbl from the given Reader |
static ChLbl |
parse(java.lang.String inpt)
Parse an instance of ChLbl from the given String |
java.lang.String |
toString()
DGP method from Class PrintToString |
| Methods inherited from class edu.neu.ccs.demeterf.lexer.classes.Label |
|---|
isEpsilon |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChLbl(char v)
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
public static ChLbl parse(java.lang.String inpt)
throws ParseException
ParseException
public static ChLbl parse(java.io.InputStream inpt)
throws ParseException
ParseException
public static ChLbl parse(java.io.Reader inpt)
throws ParseException
ParseExceptionpublic boolean contains(char c)
contains in class Labelpublic java.lang.String toString()
toString in class Labelpublic char getV()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||