|
Send bugs or comments to Bernd Kühl (bernd@informatik.uni-osnabrueck.de) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--lolo.Scan
|
+--lolo.scans.Scan
|
+--lolo.scans.Set
|
+--lolo.scans.Char
A simple class to scan a single character.
| Inner classes inherited from class lolo.Scan |
Scan.Action, Scan.State |
| Fields inherited from class lolo.scans.Set |
inside, set |
| Fields inherited from class lolo.scans.Scan |
reset, stateObject |
| Fields inherited from class lolo.Scan |
action, ignore |
| Constructor Summary | |
Char()
Creates an object which accepts any character. |
|
Char(char ch)
Creates an object which scans for the character ch. |
|
| Method Summary | |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class lolo.scans.Set |
equals, hashCode, nextChar, reset |
| Methods inherited from class lolo.Scan |
action, getAction, getIgnore, setAction, setIgnore |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public Char()
public Char(char ch)
ch - the character of this symbol.| Method Detail |
public java.lang.String toString()
toString in class Set
|
Send bugs or comments to Bernd Kühl (bernd@informatik.uni-osnabrueck.de) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||