logo

Slots

breakStmt

static StmtId breakStmt

Source

continueStmt

static StmtId continueStmt

Source

expr

static StmtId expr

Source

forStmt

static StmtId forStmt

Source

fromStr

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

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

Source

ifStmt

static StmtId ifStmt

Source

localDef

static StmtId localDef

Source

nop

static StmtId nop

Source

returnStmt

static StmtId returnStmt

Source

switchStmt

static StmtId switchStmt

Source

throwStmt

static StmtId throwStmt

Source

tryStmt

static StmtId tryStmt

Source

values

static StmtId[] values

List of StmtId values indexed by ordinal

Source

whileStmt

static StmtId whileStmt

Source