Overload List

  NameDescription
Public methodReinit(Token)
Copy the prototype token's fields into this one. Note: Payloads are shared.
Public methodReinit(Token, String)
Copy the prototype token's fields into this one, with a different term. Note: Payloads are shared.
Public methodReinit(String, Int32, Int32)
Shorthand for calling {@link #clear}, {@link #SetTermBuffer(String)}, {@link #setStartOffset}, {@link #setEndOffset} {@link #setType} on Token.DEFAULT_TYPE
Public methodReinit(String, Int32, Int32, String)
Shorthand for calling {@link #clear}, {@link #SetTermBuffer(String)}, {@link #setStartOffset}, {@link #setEndOffset} {@link #setType}
Public methodReinit(Token, array<Char>[]()[][], Int32, Int32)
Copy the prototype token's fields into this one, with a different term. Note: Payloads are shared.
Public methodReinit(array<Char>[]()[][], Int32, Int32, Int32, Int32)
Shorthand for calling {@link #clear}, {@link #SetTermBuffer(char[], int, int)}, {@link #setStartOffset}, {@link #setEndOffset} {@link #setType} on Token.DEFAULT_TYPE
Public methodReinit(String, Int32, Int32, Int32, Int32)
Shorthand for calling {@link #clear}, {@link #SetTermBuffer(String, int, int)}, {@link #setStartOffset}, {@link #setEndOffset} {@link #setType} on Token.DEFAULT_TYPE
Public methodReinit(array<Char>[]()[][], Int32, Int32, Int32, Int32, String)
Shorthand for calling {@link #clear}, {@link #SetTermBuffer(char[], int, int)}, {@link #setStartOffset}, {@link #setEndOffset}, {@link #setType}
Public methodReinit(String, Int32, Int32, Int32, Int32, String)
Shorthand for calling {@link #clear}, {@link #SetTermBuffer(String, int, int)}, {@link #setStartOffset}, {@link #setEndOffset} {@link #setType}

See Also