PartiQLTokens

open class PartiQLTokens : Lexer

Constructors

Link copied to clipboard
open fun PartiQLTokens(input: CharStream)

Functions

Link copied to clipboard
open fun action(_localctx: RuleContext, ruleIndex: Int, actionIndex: Int)
Link copied to clipboard
open fun addErrorListener(listener: ANTLRErrorListener)
Link copied to clipboard
open fun emit(): Token
open fun emit(token: Token)
Link copied to clipboard
open fun emitEOF(): Token
Link copied to clipboard
open fun getAllTokens(): List<out Token>
Link copied to clipboard
open fun getATN(): ATN
Link copied to clipboard
open fun getChannel(): Int
Link copied to clipboard
open fun getChannelNames(): Array<String>
Link copied to clipboard
open fun getCharErrorDisplay(c: Int): String
Link copied to clipboard
open fun getCharIndex(): Int
Link copied to clipboard
open fun getCharPositionInLine(): Int
Link copied to clipboard
open fun getErrorDisplay(s: String): String
Link copied to clipboard
open fun getErrorHeader(e: RecognitionException): String
Link copied to clipboard
open fun getErrorListenerDispatch(): ANTLRErrorListener
Link copied to clipboard
open fun getErrorListeners(): List<out ANTLRErrorListener>
Link copied to clipboard
open fun getGrammarFileName(): String
Link copied to clipboard
open fun getInputStream(): CharStream
abstract fun getInputStream(): IntStream
Link copied to clipboard
open fun getInterpreter(): ATNInterpreter
Link copied to clipboard
open fun getLine(): Int
Link copied to clipboard
open fun getModeNames(): Array<String>
Link copied to clipboard
open fun getParseInfo(): ParseInfo
Link copied to clipboard
open fun getRuleIndexMap(): Map<String, Integer>
Link copied to clipboard
abstract fun getRuleNames(): Array<String>
Link copied to clipboard
open fun getSerializedATN(): String
Link copied to clipboard
open fun getSourceName(): String
Link copied to clipboard
fun getState(): Int
Link copied to clipboard
open fun getText(): String
Link copied to clipboard
open fun getToken(): Token
Link copied to clipboard
open fun getTokenErrorDisplay(t: Token): String
Link copied to clipboard
open fun getTokenFactory(): TokenFactory<out Token>
abstract fun getTokenFactory(): TokenFactory<out Any>
Link copied to clipboard
open fun getTokenNames(): Array<String>
Link copied to clipboard
open fun getTokenType(tokenName: String): Int
Link copied to clipboard
open fun getTokenTypeMap(): Map<String, Integer>
Link copied to clipboard
open fun getType(): Int
Link copied to clipboard
open fun getVocabulary(): Vocabulary
Link copied to clipboard
open fun mode(m: Int)
Link copied to clipboard
open fun more()
Link copied to clipboard
open fun nextToken(): Token
Link copied to clipboard
open fun notifyListeners(e: LexerNoViableAltException)
Link copied to clipboard
open fun popMode(): Int
Link copied to clipboard
open fun precpred(localctx: RuleContext, precedence: Int): Boolean
Link copied to clipboard
open fun pushMode(m: Int)
Link copied to clipboard
open fun recover(e: LexerNoViableAltException)
Link copied to clipboard
open fun removeErrorListener(listener: ANTLRErrorListener)
Link copied to clipboard
open fun removeErrorListeners()
Link copied to clipboard
open fun reset()
Link copied to clipboard
open fun sempred(_localctx: RuleContext, ruleIndex: Int, actionIndex: Int): Boolean
Link copied to clipboard
open fun setChannel(channel: Int)
Link copied to clipboard
open fun setCharPositionInLine(charPositionInLine: Int)
Link copied to clipboard
open fun setInputStream(input: IntStream)
Link copied to clipboard
open fun setInterpreter(interpreter: ATNInterpreter)
Link copied to clipboard
open fun setLine(line: Int)
Link copied to clipboard
fun setState(atnState: Int)
Link copied to clipboard
open fun setText(text: String)
Link copied to clipboard
open fun setToken(_token: Token)
Link copied to clipboard
open fun setTokenFactory(factory: TokenFactory<out Any>)
Link copied to clipboard
open fun setType(ttype: Int)
Link copied to clipboard
open fun skip()

Properties

Link copied to clipboard
val _ATN: ATN
Link copied to clipboard
val _serializedATN: String
Link copied to clipboard
val ABSOLUTE: Int
Link copied to clipboard
val ACTION: Int
Link copied to clipboard
val ADD: Int
Link copied to clipboard
val ALL: Int
Link copied to clipboard
val ALLOCATE: Int
Link copied to clipboard
val ALTER: Int
Link copied to clipboard
val AMPERSAND: Int
Link copied to clipboard
val AND: Int
Link copied to clipboard
val ANGLE_DOUBLE_LEFT: Int
Link copied to clipboard
val ANGLE_DOUBLE_RIGHT: Int
Link copied to clipboard
val ANGLE_LEFT: Int
Link copied to clipboard
val ANGLE_RIGHT: Int
Link copied to clipboard
val ANY: Int
Link copied to clipboard
val ARE: Int
Link copied to clipboard
val AS: Int
Link copied to clipboard
val ASC: Int
Link copied to clipboard
val ASSERTION: Int
Link copied to clipboard
val ASTERISK: Int
Link copied to clipboard
val AT: Int
Link copied to clipboard
val AT_SIGN: Int
Link copied to clipboard
val AUTHORIZATION: Int
Link copied to clipboard
val AVG: Int
Link copied to clipboard
val BACKTICK: Int
Link copied to clipboard
val BAG: Int
Link copied to clipboard
val BANG: Int
Link copied to clipboard
val BEGIN: Int
Link copied to clipboard
val BETWEEN: Int
Link copied to clipboard
val BIGINT: Int
Link copied to clipboard
val BIT: Int
Link copied to clipboard
val BIT_LENGTH: Int
Link copied to clipboard
val BLOB: Int
Link copied to clipboard
val BOOL: Int
Link copied to clipboard
val BOOLEAN: Int
Link copied to clipboard
val BRACE_LEFT: Int
Link copied to clipboard
val BRACE_RIGHT: Int
Link copied to clipboard
val BRACKET_LEFT: Int
Link copied to clipboard
val BRACKET_RIGHT: Int
Link copied to clipboard
val BY: Int
Link copied to clipboard
val CAN_CAST: Int
Link copied to clipboard
val CAN_LOSSLESS_CAST: Int
Link copied to clipboard
val CARET: Int
Link copied to clipboard
val CASCADE: Int
Link copied to clipboard
val CASCADED: Int
Link copied to clipboard
val CASE: Int
Link copied to clipboard
val CAST: Int
Link copied to clipboard
val CATALOG: Int
Link copied to clipboard
open val channelNames: Array<String>
Link copied to clipboard
val CHAR: Int
Link copied to clipboard
val CHAR_LENGTH: Int
Link copied to clipboard
val CHARACTER: Int
Link copied to clipboard
val CHARACTER_LENGTH: Int
Link copied to clipboard
val CHECK: Int
Link copied to clipboard
val CLOB: Int
Link copied to clipboard
val CLOSE: Int
Link copied to clipboard
val COALESCE: Int
Link copied to clipboard
val COLLATE: Int
Link copied to clipboard
val COLLATION: Int
Link copied to clipboard
val COLON: Int
Link copied to clipboard
val COLON_SEMI: Int
Link copied to clipboard
val COLUMN: Int
Link copied to clipboard
val COMMA: Int
Link copied to clipboard
val COMMENT_BLOCK: Int
Link copied to clipboard
val COMMENT_SINGLE: Int
Link copied to clipboard
val COMMIT: Int
Link copied to clipboard
val CONCAT: Int
Link copied to clipboard
val CONFLICT: Int
Link copied to clipboard
val CONNECT: Int
Link copied to clipboard
val CONNECTION: Int
Link copied to clipboard
val CONSTRAINT: Int
Link copied to clipboard
val CONSTRAINTS: Int
Link copied to clipboard
val CONTINUE: Int
Link copied to clipboard
val CONVERT: Int
Link copied to clipboard
val CORRESPONDING: Int
Link copied to clipboard
val COUNT: Int
Link copied to clipboard
val CREATE: Int
Link copied to clipboard
val CROSS: Int
Link copied to clipboard
val CURRENT: Int
Link copied to clipboard
val CURRENT_DATE: Int
Link copied to clipboard
val CURRENT_TIME: Int
Link copied to clipboard
val CURRENT_TIMESTAMP: Int
Link copied to clipboard
val CURRENT_USER: Int
Link copied to clipboard
val CURSOR: Int
Link copied to clipboard
val DATE: Int
Link copied to clipboard
val DATE_ADD: Int
Link copied to clipboard
val DATE_DIFF: Int
Link copied to clipboard
val DEALLOCATE: Int
Link copied to clipboard
val DEC: Int
Link copied to clipboard
val DECIMAL: Int
Link copied to clipboard
val DECLARE: Int
Link copied to clipboard
val DEFAULT: Int
Link copied to clipboard
val DEFERRABLE: Int
Link copied to clipboard
val DEFERRED: Int
Link copied to clipboard
val DELETE: Int
Link copied to clipboard
val DESC: Int
Link copied to clipboard
val DESCRIBE: Int
Link copied to clipboard
val DESCRIPTOR: Int
Link copied to clipboard
val DIAGNOSTICS: Int
Link copied to clipboard
val DISCONNECT: Int
Link copied to clipboard
val DISTINCT: Int
Link copied to clipboard
val DO: Int
Link copied to clipboard
val DOMAIN: Int
Link copied to clipboard
val DOUBLE: Int
Link copied to clipboard
val DROP: Int
Link copied to clipboard
val ELSE: Int
Link copied to clipboard
val END: Int
Link copied to clipboard
val END_EXEC: Int
Link copied to clipboard
val EQ: Int
Link copied to clipboard
val ESCAPE: Int
Link copied to clipboard
val EVERY: Int
Link copied to clipboard
val EXCEPT: Int
Link copied to clipboard
val EXCEPTION: Int
Link copied to clipboard
val EXCLUDE: Int
Link copied to clipboard
val EXCLUDED: Int
Link copied to clipboard
val EXEC: Int
Link copied to clipboard
val EXECUTE: Int
Link copied to clipboard
val EXISTS: Int
Link copied to clipboard
val EXPLAIN: Int
Link copied to clipboard
val EXTERNAL: Int
Link copied to clipboard
val EXTRACT: Int
Link copied to clipboard
val FALSE: Int
Link copied to clipboard
val FETCH: Int
Link copied to clipboard
val FIRST: Int
Link copied to clipboard
val FLOAT: Int
Link copied to clipboard
val FOR: Int
Link copied to clipboard
val FOREIGN: Int
Link copied to clipboard
val FOUND: Int
Link copied to clipboard
val FROM: Int
Link copied to clipboard
val FULL: Int
Link copied to clipboard
val GET: Int
Link copied to clipboard
val GLOBAL: Int
Link copied to clipboard
val GO: Int
Link copied to clipboard
val GOTO: Int
Link copied to clipboard
val GRANT: Int
Link copied to clipboard
val GROUP: Int
Link copied to clipboard
val GT_EQ: Int
Link copied to clipboard
val HAVING: Int
Link copied to clipboard
val IDENTIFIER: Int
Link copied to clipboard
val IDENTIFIER_QUOTED: Int
Link copied to clipboard
val IDENTITY: Int
Link copied to clipboard
val IMMEDIATE: Int
Link copied to clipboard
val IN: Int
Link copied to clipboard
val INDEX: Int
Link copied to clipboard
val INDICATOR: Int
Link copied to clipboard
val INITIALLY: Int
Link copied to clipboard
val INNER: Int
Link copied to clipboard
val INPUT: Int
Link copied to clipboard
val INSENSITIVE: Int
Link copied to clipboard
val INSERT: Int
Link copied to clipboard
val INT: Int
Link copied to clipboard
val INT2: Int
Link copied to clipboard
val INT4: Int
Link copied to clipboard
val INT8: Int
Link copied to clipboard
val INTEGER: Int
Link copied to clipboard
val INTEGER2: Int
Link copied to clipboard
val INTEGER4: Int
Link copied to clipboard
val INTEGER8: Int
Link copied to clipboard
val INTERSECT: Int
Link copied to clipboard
val INTERVAL: Int
Link copied to clipboard
val INTO: Int
Link copied to clipboard
val ION: Int
Link copied to clipboard
val ION_CLOSURE: Int
Link copied to clipboard
val IS: Int
Link copied to clipboard
val ISOLATION: Int
Link copied to clipboard
val JOIN: Int
Link copied to clipboard
val KEY: Int
Link copied to clipboard
val LAG: Int
Link copied to clipboard
val LANGUAGE: Int
Link copied to clipboard
val LAST: Int
Link copied to clipboard
val LATERAL: Int
Link copied to clipboard
val LEAD: Int
Link copied to clipboard
val LEFT: Int
Link copied to clipboard
val LET: Int
Link copied to clipboard
val LEVEL: Int
Link copied to clipboard
val LIKE: Int
Link copied to clipboard
val LIMIT: Int
Link copied to clipboard
val LIST: Int
Link copied to clipboard
val LITERAL_DECIMAL: Int
Link copied to clipboard
val LITERAL_INTEGER: Int
Link copied to clipboard
val LITERAL_STRING: Int
Link copied to clipboard
val LOCAL: Int
Link copied to clipboard
val LOWER: Int
Link copied to clipboard
val LT_EQ: Int
Link copied to clipboard
val MATCH: Int
Link copied to clipboard
val MAX: Int
Link copied to clipboard
val MIN: Int
Link copied to clipboard
val MINUS: Int
Link copied to clipboard
val MISSING: Int
Link copied to clipboard
open val modeNames: Array<String>
Link copied to clipboard
val MODIFIED: Int
Link copied to clipboard
val MODULE: Int
Link copied to clipboard
val NAMES: Int
Link copied to clipboard
val NATIONAL: Int
Link copied to clipboard
val NATURAL: Int
Link copied to clipboard
val NCHAR: Int
Link copied to clipboard
val NEQ: Int
Link copied to clipboard
val NEW: Int
Link copied to clipboard
val NEXT: Int
Link copied to clipboard
val NO: Int
Link copied to clipboard
val NOT: Int
Link copied to clipboard
val NOTHING: Int
Link copied to clipboard
val NULL: Int
Link copied to clipboard
val NULLIF: Int
Link copied to clipboard
val NULLS: Int
Link copied to clipboard
val NUMERIC: Int
Link copied to clipboard
val OCTET_LENGTH: Int
Link copied to clipboard
val OF: Int
Link copied to clipboard
val OFFSET: Int
Link copied to clipboard
val OLD: Int
Link copied to clipboard
val ON: Int
Link copied to clipboard
val ONLY: Int
Link copied to clipboard
val OPEN: Int
Link copied to clipboard
val OPTION: Int
Link copied to clipboard
val OR: Int
Link copied to clipboard
val ORDER: Int
Link copied to clipboard
val OUTER: Int
Link copied to clipboard
val OUTPUT: Int
Link copied to clipboard
val OVER: Int
Link copied to clipboard
val OVERLAPS: Int
Link copied to clipboard
val OVERLAY: Int
Link copied to clipboard
val PAD: Int
Link copied to clipboard
val PAREN_LEFT: Int
Link copied to clipboard
val PAREN_RIGHT: Int
Link copied to clipboard
val PARTIAL: Int
Link copied to clipboard
val PARTITION: Int
Link copied to clipboard
val PERCENT: Int
Link copied to clipboard
val PERIOD: Int
Link copied to clipboard
val PIVOT: Int
Link copied to clipboard
val PLACING: Int
Link copied to clipboard
val PLUS: Int
Link copied to clipboard
val POSITION: Int
Link copied to clipboard
val PRECISION: Int
Link copied to clipboard
val PREPARE: Int
Link copied to clipboard
val PRESERVE: Int
Link copied to clipboard
val PRIMARY: Int
Link copied to clipboard
val PRIOR: Int
Link copied to clipboard
val PRIVILEGES: Int
Link copied to clipboard
val PROCEDURE: Int
Link copied to clipboard
val PUBLIC: Int
Link copied to clipboard
val QUESTION_MARK: Int
Link copied to clipboard
val READ: Int
Link copied to clipboard
val REAL: Int
Link copied to clipboard
val REFERENCES: Int
Link copied to clipboard
val RELATIVE: Int
Link copied to clipboard
val REMOVE: Int
Link copied to clipboard
val REPLACE: Int
Link copied to clipboard
val RESTRICT: Int
Link copied to clipboard
val RETURNING: Int
Link copied to clipboard
val REVOKE: Int
Link copied to clipboard
val RIGHT: Int
Link copied to clipboard
val ROLLBACK: Int
Link copied to clipboard
val ROWS: Int
Link copied to clipboard
val ruleNames: Array<String>
Link copied to clipboard
val SCHEMA: Int
Link copied to clipboard
val SCROLL: Int
Link copied to clipboard
val SECTION: Int
Link copied to clipboard
val SELECT: Int
Link copied to clipboard
val SESSION: Int
Link copied to clipboard
val SESSION_USER: Int
Link copied to clipboard
val SET: Int
Link copied to clipboard
val SEXP: Int
Link copied to clipboard
val SHORTEST: Int
Link copied to clipboard
val SIZE: Int
Link copied to clipboard
val SLASH_FORWARD: Int
Link copied to clipboard
val SMALLINT: Int
Link copied to clipboard
val SOME: Int
Link copied to clipboard
val SPACE: Int
Link copied to clipboard
val SQL: Int
Link copied to clipboard
val SQLCODE: Int
Link copied to clipboard
val SQLERROR: Int
Link copied to clipboard
val SQLSTATE: Int
Link copied to clipboard
val STRING: Int
Link copied to clipboard
val STRUCT: Int
Link copied to clipboard
val SUBSTRING: Int
Link copied to clipboard
val SUM: Int
Link copied to clipboard
val SYMBOL: Int
Link copied to clipboard
val SYSTEM_USER: Int
Link copied to clipboard
val TABLE: Int
Link copied to clipboard
val TEMPORARY: Int
Link copied to clipboard
val THEN: Int
Link copied to clipboard
val TILDE: Int
Link copied to clipboard
val TIME: Int
Link copied to clipboard
val TIMESTAMP: Int
Link copied to clipboard
val TO: Int
Link copied to clipboard
val tokenNames: Array<String>
Link copied to clipboard
val TRANSACTION: Int
Link copied to clipboard
val TRANSLATE: Int
Link copied to clipboard
val TRANSLATION: Int
Link copied to clipboard
val TRIM: Int
Link copied to clipboard
val TRUE: Int
Link copied to clipboard
val TUPLE: Int
Link copied to clipboard
val UNION: Int
Link copied to clipboard
val UNIQUE: Int
Link copied to clipboard
val UNKNOWN: Int
Link copied to clipboard
val UNPIVOT: Int
Link copied to clipboard
val UNRECOGNIZED: Int
Link copied to clipboard
val UPDATE: Int
Link copied to clipboard
val UPPER: Int
Link copied to clipboard
val UPSERT: Int
Link copied to clipboard
val USAGE: Int
Link copied to clipboard
val USER: Int
Link copied to clipboard
val USING: Int
Link copied to clipboard
val VALUE: Int
Link copied to clipboard
val VALUES: Int
Link copied to clipboard
val VARCHAR: Int
Link copied to clipboard
val VARYING: Int
Link copied to clipboard
val VERTBAR: Int
Link copied to clipboard
val VIEW: Int
Link copied to clipboard
val VOCABULARY: Vocabulary
Link copied to clipboard
val WHEN: Int
Link copied to clipboard
val WHENEVER: Int
Link copied to clipboard
val WHERE: Int
Link copied to clipboard
val WITH: Int
Link copied to clipboard
val WORK: Int
Link copied to clipboard
val WRITE: Int
Link copied to clipboard
val WS: Int
Link copied to clipboard
val ZONE: Int