reqt.ReqTTokenMaker
See theReqTTokenMaker companion object
class ReqTTokenMaker extends AbstractTokenMaker
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class AbstractTokenMakerclass TokenMakerBasetrait TokenMakerclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def addToken(segment: Segment, start: Int, end: Int, tokenType: Int, startOffset: Int): Unit
Attributes
- Definition Classes
-
TokenMakerBase
Returns a list of tokens representing the given text.
Returns a list of tokens representing the given text.
Value parameters
- startOffset
-
The offset at which the line of tokens begins.
- startTokenType
-
The token with which to start tokenizing.
- text
-
The text to break into tokens.
Attributes
- Returns
-
A linked list of tokens representing
text. - Definition Classes
-
TokenMaker
Attributes
- Definition Classes
-
AbstractTokenMaker
Inherited methods
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- TokenMakerBase
Attributes
- Inherited from:
- AbstractTokenMaker
In this article