ReqTTokenMaker

reqt.ReqTTokenMaker
See theReqTTokenMaker companion object
class ReqTTokenMaker extends AbstractTokenMaker

Attributes

Companion
object
Graph
Supertypes
class AbstractTokenMaker
class TokenMakerBase
trait TokenMaker
class Object
trait Matchable
class Any
Show 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
def exists(p: Token => Boolean): Boolean
def firstReqTToken(): Option[Token]
override def getTokenList(text: Segment, startTokenType: Int, startOffset: Int): Token

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
override def getWordsToHighlight(): TokenMap

Attributes

Definition Classes
AbstractTokenMaker
def hasRelAttr(): Boolean
def hasStrAttr(): Boolean

Inherited methods

def addNullToken(): Unit

Attributes

Inherited from:
TokenMakerBase
def addToken(x$0: Array[Char], x$1: Int, x$2: Int, x$3: Int, x$4: Int, x$5: Boolean): Unit

Attributes

Inherited from:
TokenMakerBase
def addToken(x$0: Array[Char], x$1: Int, x$2: Int, x$3: Int, x$4: Int): Unit

Attributes

Inherited from:
TokenMakerBase

Attributes

Inherited from:
TokenMakerBase
def getCurlyBracesDenoteCodeBlocks(x$0: Int): Boolean

Attributes

Inherited from:
TokenMakerBase
def getInsertBreakAction(): Action

Attributes

Inherited from:
TokenMakerBase
def getLastTokenTypeOnLine(x$0: Segment, x$1: Int): Int

Attributes

Inherited from:
TokenMakerBase
def getLineCommentStartAndEnd(x$0: Int): Array[String]

Attributes

Inherited from:
TokenMakerBase
def getMarkOccurrencesOfTokenType(x$0: Int): Boolean

Attributes

Inherited from:
TokenMakerBase
def getOccurrenceMarker(): OccurrenceMarker

Attributes

Inherited from:
TokenMakerBase
def getShouldIndentNextLineAfter(x$0: Token): Boolean

Attributes

Inherited from:
TokenMakerBase
def isIdentifierChar(x$0: Int, x$1: Char): Boolean

Attributes

Inherited from:
TokenMakerBase
def isMarkupLanguage(): Boolean

Attributes

Inherited from:
TokenMakerBase
def removeLastToken(): Unit

Attributes

Inherited from:
AbstractTokenMaker