Overload List
Name | Description | |
---|---|---|
Token()()()() | Constructs a Token will null text. | |
Token(Int32, Int32) | Constructs a Token with null text and start & end
offsets.
| |
Token(Int32, Int32, Int32) | Constructs a Token with null text and start & end
offsets plus flags. NOTE: flags is EXPERIMENTAL.
| |
Token(Int32, Int32, String) | Constructs a Token with null text and start & end
offsets plus the Token type.
| |
Token(String, Int32, Int32) | Constructs a Token with the given term text, and start
& end offsets. The type defaults to "word."
NOTE: for better indexing speed you should
instead use the char[] termBuffer methods to set the
term text.
| |
Token(String, Int32, Int32, Int32) | Constructs a Token with the given text, start and end
offsets, & type. NOTE: for better indexing
speed you should instead use the char[] termBuffer
methods to set the term text.
| |
Token(String, Int32, Int32, String) | Constructs a Token with the given text, start and end
offsets, & type. NOTE: for better indexing
speed you should instead use the char[] termBuffer
methods to set the term text.
| |
Token(array<Char>[]()[][], Int32, Int32, Int32, Int32) | Constructs a Token with the given term buffer (offset
& length), start and end
offsets
|