|
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.SetMN
|
+--lolo.scans.Int
A class to scan for integer numbers.
| Inner classes inherited from class lolo.Scan |
Scan.Action, Scan.State |
| Fields inherited from class lolo.scans.SetMN |
jog, m, n |
| 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 | |
Int()
Constructs a recognizer which scans one ore more digits as symbol. |
|
Int(int maxDigits)
Constructs a recognizer which scans one or up to maxDigits digits as symbol. |
|
| Method Summary | |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class lolo.scans.SetMN |
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 Int()
public Int(int maxDigits)
maxDigits - the maximal number if digits per symbol.| Method Detail |
public java.lang.String toString()
toString in class SetMN
|
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 | |||||||||