cloud.orbit.dsl / OrbitLexer

OrbitLexer

open class OrbitLexer : Lexer

Constructors

<init>

OrbitLexer(input: CharStream!)

Properties

_ATN

static val _ATN: ATN!

_decisionToDFA

static val _decisionToDFA: Array<DFA!>!

_serializedATN

static val _serializedATN: String

_sharedContextCache

static val _sharedContextCache: PredictionContextCache!

ACTOR

static val ACTOR: Int

channelNames

static var channelNames: Array<String!>!

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

L_PAREN

static val L_PAREN: Int

LC_BRACE

static val LC_BRACE: Int

modeNames

static var modeNames: Array<String!>!

R_PAREN

static val R_PAREN: Int

RC_BRACE

static val RC_BRACE: Int

ruleNames

static val ruleNames: Array<String!>!

SEMI_COLON

static val SEMI_COLON: Int

tokenNames

static val tokenNames: Array<String!>!

VOCABULARY

static val VOCABULARY: Vocabulary!

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!