logo

const final enum

compiler::StmtId

sys::Obj
  sys::Enum
    compiler::StmtId

StmtId

Slots

breakStmt

static StmtId breakStmt

continueStmt

static StmtId continueStmt

expr

static StmtId expr

forStmt

static StmtId forStmt

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.

ifStmt

static StmtId ifStmt

localDef

static StmtId localDef

nop

static StmtId nop

returnStmt

static StmtId returnStmt

switchStmt

static StmtId switchStmt

throwStmt

static StmtId throwStmt

tryStmt

static StmtId tryStmt

values

static StmtId[] values

List of StmtId values indexed by ordinal

whileStmt

static StmtId whileStmt