Fantom

 

const final enum

compiler::StmtId

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

@Serializable { simple=true collection=false }

Slots

breakStmtSource

const static StmtId breakStmt

continueStmtSource

const static StmtId continueStmt

exprSource

const static StmtId expr

forStmtSource

const static StmtId forStmt

fromStrSource

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.

ifStmtSource

const static StmtId ifStmt

localDefSource

const static StmtId localDef

nopSource

const static StmtId nop

returnStmtSource

const static StmtId returnStmt

switchStmtSource

const static StmtId switchStmt

throwStmtSource

const static StmtId throwStmt

tryStmtSource

const static StmtId tryStmt

valsSource

const static StmtId[] vals := ...

List of StmtId values indexed by ordinal

whileStmtSource

const static StmtId whileStmt