
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 := def)
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