enum class compiler::StmtId

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

@Serializable { simple=true }

Source

StmtId

breakStmt

const static StmtId breakStmt := ...

Source

continueStmt

const static StmtId continueStmt := ...

Source

expr

const static StmtId expr := ...

Source

forStmt

const static StmtId forStmt := ...

Source

fromStr

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

Source

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

ifStmt

const static StmtId ifStmt := ...

Source

localDef

const static StmtId localDef := ...

Source

nop

const static StmtId nop := ...

Source

returnStmt

const static StmtId returnStmt := ...

Source

switchStmt

const static StmtId switchStmt := ...

Source

throwStmt

const static StmtId throwStmt := ...

Source

tryStmt

const static StmtId tryStmt := ...

Source

vals

const static StmtId[] vals := ...

Source

List of StmtId values indexed by ordinal

whileStmt

const static StmtId whileStmt := ...

Source