Method | Description | |
---|---|---|
Ch ( ) : char | ||
Ch ( int index ) : char | ||
GatherInt ( string errorMsg, int maxValue ) : int |
Parses a integer from the source and sets the pointer after it.
|
|
HasNext ( ) : bool | ||
Length ( ) : int | ||
ParseState ( string str ) : System | ||
Pos ( ) : int | ||
Skip ( ) : void |
Skips the next char.
|
public GatherInt ( string errorMsg, int maxValue ) : int | ||
errorMsg | string | Error message to put in the exception if no number can be found |
maxValue | int | the max value of the number to return |
return | int |
public ParseState ( string str ) : System | ||
str | string | initializes the parser container |
return | System |