cloud.orbit.dsl / OrbitLexer

OrbitLexer

open class OrbitLexer : Lexer

Constructors

<init>

OrbitLexer(input: CharStream)

Properties

ACTOR

static val ACTOR: Int

COMMA

static val COMMA: Int

COMMENT

static val COMMENT: Int

DATA

static val DATA: Int

ENUM

static val ENUM: Int

EQUAL

static val EQUAL: Int

ID

static val ID: Int

IGNORE

static val IGNORE: Int

INT

static val INT: Int

LC_BRACE

static val LC_BRACE: Int

L_ANGLE

static val L_ANGLE: Int

L_PAREN

static val L_PAREN: Int

RC_BRACE

static val RC_BRACE: Int

R_ANGLE

static val R_ANGLE: Int

R_PAREN

static val R_PAREN: Int

SEMI_COLON

static val SEMI_COLON: Int

VOCABULARY

static val VOCABULARY: Vocabulary

_ATN

static val _ATN: ATN

_serializedATN

static val _serializedATN: String

channelNames

static var channelNames: Array<String>

modeNames

static var modeNames: Array<String>

ruleNames

static val ruleNames: Array<String>

tokenNames

static val tokenNames: Array<String>

Functions

getATN

open fun getATN(): ATN

getChannelNames

open fun getChannelNames(): Array<String>

getGrammarFileName

open fun getGrammarFileName(): String

getModeNames

open fun getModeNames(): Array<String>

getRuleNames

open fun getRuleNames(): Array<String>

getSerializedATN

open fun getSerializedATN(): String

getTokenNames

open fun getTokenNames(): Array<String>

getVocabulary

open fun getVocabulary(): Vocabulary