Fantom

 

Slots

breakStmtSource

static StmtId breakStmt

continueStmtSource

static StmtId continueStmt

exprSource

static StmtId expr

forStmtSource

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

static StmtId ifStmt

localDefSource

static StmtId localDef

nopSource

static StmtId nop

returnStmtSource

static StmtId returnStmt

switchStmtSource

static StmtId switchStmt

throwStmtSource

static StmtId throwStmt

tryStmtSource

static StmtId tryStmt

valsSource

static StmtId[] vals := ...

List of StmtId values indexed by ordinal

whileStmtSource

static StmtId whileStmt