logo

Slots

abstractKeyword

static Token abstractKeyword

Source

amp

static Token amp

Source

arrow

static Token arrow

Source

asKeyword

static Token asKeyword

Source

assertKeyword

static Token assertKeyword

Source

assign

static Token assign

Source

assignAmp

static Token assignAmp

Source

assignCaret

static Token assignCaret

Source

assignLshift

static Token assignLshift

Source

assignMinus

static Token assignMinus

Source

assignPercent

static Token assignPercent

Source

assignPipe

static Token assignPipe

Source

assignPlus

static Token assignPlus

Source

assignRshift

static Token assignRshift

Source

assignSlash

static Token assignSlash

Source

assignStar

static Token assignStar

Source

at

static Token at

Source

bang

static Token bang

Source

breakKeyword

static Token breakKeyword

Source

caret

static Token caret

Source

caseKeyword

static Token caseKeyword

Source

catchKeyword

static Token catchKeyword

Source

classKeyword

static Token classKeyword

Source

cmp

static Token cmp

Source

colon

static Token colon

Source

comma

static Token comma

Source

constKeyword

static Token constKeyword

Source

continueKeyword

static Token continueKeyword

Source

decimalLiteral

static Token decimalLiteral

Source

decrement

static Token decrement

Source

defAssign

static Token defAssign

Source

defaultKeyword

static Token defaultKeyword

Source

doKeyword

static Token doKeyword

Source

docComment

static Token docComment

Source

dot

static Token dot

Source

dotDot

static Token dotDot

Source

dotDotDot

static Token dotDotDot

Source

doubleAmp

static Token doubleAmp

Source

doubleColon

static Token doubleColon

Source

doublePipe

static Token doublePipe

Source

durationLiteral

static Token durationLiteral

Source

elseKeyword

static Token elseKeyword

Source

elvis

static Token elvis

Source

enumKeyword

static Token enumKeyword

Source

eof

static Token eof

Source

eq

static Token eq

Source

falseKeyword

static Token falseKeyword

Source

finalKeyword

static Token finalKeyword

Source

finallyKeyword

static Token finallyKeyword

Source

floatLiteral

static Token floatLiteral

Source

forKeyword

static Token forKeyword

Source

foreachKeyword

static Token foreachKeyword

Source

fromStr

static Token fromStr(Str name, Bool checked := true)

Return the Token instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

Source

gotoKeyword

static Token gotoKeyword

Source

gt

static Token gt

Source

gtEq

static Token gtEq

Source

identifier

static Token identifier

Source

ifKeyword

static Token ifKeyword

Source

increment

static Token increment

Source

intLiteral

static Token intLiteral

Source

internalKeyword

static Token internalKeyword

Source

isAssign

const Bool isAssign

Is this an assignment token such as "=", etc "+=", etc

Source

isKeyword

static Token isKeyword

Source

isnotKeyword

static Token isnotKeyword

Source

keyword

const Bool keyword

Is this a keyword token such as "null"

Source

keywords

static Str:Token keywords

Get a map of the keywords

Source

lbrace

static Token lbrace

Source

lbracket

static Token lbracket

Source

lparen

static Token lparen

Source

lshift

static Token lshift

Source

lt

static Token lt

Source

ltEq

static Token ltEq

Source

main

static Void main()

Source

minus

static Token minus

Source

mixinKeyword

static Token mixinKeyword

Source

nativeKeyword

static Token nativeKeyword

Source

newKeyword

static Token newKeyword

Source

notEq

static Token notEq

Source

notSame

static Token notSame

Source

nullKeyword

static Token nullKeyword

Source

onceKeyword

static Token onceKeyword

Source

overrideKeyword

static Token overrideKeyword

Source

percent

static Token percent

Source

pipe

static Token pipe

Source

plus

static Token plus

Source

pound

static Token pound

Source

privateKeyword

static Token privateKeyword

Source

protectedKeyword

static Token protectedKeyword

Source

publicKeyword

static Token publicKeyword

Source

question

static Token question

Source

rbrace

static Token rbrace

Source

rbracket

static Token rbracket

Source

readonlyKeyword

static Token readonlyKeyword

Source

returnKeyword

static Token returnKeyword

Source

rparen

static Token rparen

Source

rshift

static Token rshift

Source

safeArrow

static Token safeArrow

Source

safeDot

static Token safeDot

Source

same

static Token same

Source

semicolon

static Token semicolon

Source

slash

static Token slash

Source

star

static Token star

Source

staticKeyword

static Token staticKeyword

Source

strLiteral

static Token strLiteral

Source

superKeyword

static Token superKeyword

Source

switchKeyword

static Token switchKeyword

Source

symbol

const Str symbol

Get string used to display token to user in error messages

Source

thisKeyword

static Token thisKeyword

Source

throwKeyword

static Token throwKeyword

Source

tilde

static Token tilde

Source

toExprId

ExprId toExprId()

Get this Token as a ExprId or throw Err.

Source

toShortcutOp

ShortcutOp toShortcutOp(Int degree)

Source

toStr

override Str toStr()

Always returns name().

Source

trueKeyword

static Token trueKeyword

Source

tryKeyword

static Token tryKeyword

Source

uriLiteral

static Token uriLiteral

Source

usingKeyword

static Token usingKeyword

Source

values

static Token[] values

List of Token values indexed by ordinal

Source

virtualKeyword

static Token virtualKeyword

Source

voidKeyword

static Token voidKeyword

Source

volatileKeyword

static Token volatileKeyword

Source

whileKeyword

static Token whileKeyword

Source