Click or drag to resize

StandardTokenizer Constructor


Overload List
  NameDescription
Public methodStandardTokenizer(Version, TextReader)
Creates a new instance of the StandardTokenizer. Attaches the input to the newly created JFlex scanner.
Public methodStandardTokenizer(Version, AttributeSource, TextReader)
Creates a new StandardTokenizer with a given AttributeSource.
Public methodStandardTokenizer(Version, AttributeFactory, TextReader)
Creates a new StandardTokenizer with a given AttributeFactory
Top
See Also