logo

Slots

asExpr

static ExprId asExpr

Source

assign

static ExprId assign

Source

boolAnd

static ExprId boolAnd

Source

boolNot

static ExprId boolNot

Source

boolOr

static ExprId boolOr

Source

call

static ExprId call

Source

cast

static ExprId cast

Source

closure

static ExprId closure

Source

cmpNotNull

static ExprId cmpNotNull

Source

cmpNull

static ExprId cmpNull

Source

construction

static ExprId construction

Source

curry

static ExprId curry

Source

decimalLiteral

static ExprId decimalLiteral

Source

durationLiteral

static ExprId durationLiteral

Source

elvis

static ExprId elvis

Source

falseLiteral

static ExprId falseLiteral

Source

field

static ExprId field

Source

floatLiteral

static ExprId floatLiteral

Source

fromStr

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

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

Source

intLiteral

static ExprId intLiteral

Source

isExpr

static ExprId isExpr

Source

isnotExpr

static ExprId isnotExpr

Source

listLiteral

static ExprId listLiteral

Source

localVar

static ExprId localVar

Source

mapLiteral

static ExprId mapLiteral

Source

notSame

static ExprId notSame

Source

nullLiteral

static ExprId nullLiteral

Source

rangeLiteral

static ExprId rangeLiteral

Source

same

static ExprId same

Source

shortcut

static ExprId shortcut

Source

slotLiteral

static ExprId slotLiteral

Source

staticTarget

static ExprId staticTarget

Source

storage

static ExprId storage

Source

strLiteral

static ExprId strLiteral

Source

superExpr

static ExprId superExpr

Source

ternary

static ExprId ternary

Source

thisExpr

static ExprId thisExpr

Source

trueLiteral

static ExprId trueLiteral

Source

typeLiteral

static ExprId typeLiteral

Source

unknownVar

static ExprId unknownVar

Source

uriLiteral

static ExprId uriLiteral

Source

values

static ExprId[] values

List of ExprId values indexed by ordinal

Source

withBase

static ExprId withBase

Source

withBlock

static ExprId withBlock

Source

withSub

static ExprId withSub

Source