Property | Type | Description | |
---|---|---|---|
InitializeInstanceFields | void | ||
StringTokenStream | System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
End ( ) : void | ||
IncrementToken ( ) : bool | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
InitializeInstanceFields ( ) : void | ||
StringTokenStream ( ) : System |
Creates a new TokenStream that returns a String as single token. Warning: Does not initialize the value, you must call #setValue(String) afterwards!
|