StmtId
Slots
- breakStmt
-
static const StmtId breakStmt
- continueStmt
-
static const StmtId continueStmt
- expr
-
static const StmtId expr
- forStmt
-
static const StmtId forStmt
- fromStr
-
static const 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 const StmtId ifStmt
- localDef
-
static const StmtId localDef
- nop
-
static const StmtId nop
- returnStmt
-
static const StmtId returnStmt
- switchStmt
-
static const StmtId switchStmt
- throwStmt
-
static const StmtId throwStmt
- tryStmt
-
static const StmtId tryStmt
- values
-
static const StmtId[] values
List of StmtId values indexed by ordinal
- whileStmt
-
static const StmtId whileStmt