Public Member Functions | |
| TokenSet (String name, char[] tokens) | |
| boolean | contains (Character character) |
Public Attributes | |
| String | tokens |
| String | name |
|
||||||||||||
|
Creates a new TokenSet object.
|
|
|
Tests if the TokenSet contains the specified character.
|
|
|
The name of the TokenSet. |
|
|
All the characters belonging to the TokenSet. |
1.4.1