models/statement library
Classes
- BreakStatement
- ContinueStatement
- ForLoopStatement
- Loops
- FunctionCallBodyExecutionResult
- FunctionCallPostExecutionResult
- FunctionCallPreExecutionResult
- Function calls
- FunctionCallStatement
- IfElseStatement
- Decision Structures
- PrintStatement
- Miscellaneous
- ReturnStatement
- Return value
- Statement
- The core class which represents an instruction in DartBlock, e.g., a variable declaration or a for-loop.
- StatementBlock
-
StatementContext<
T extends StatementContextPostExecutionResult?> - StatementContextBodyExecutionResult
- StatementContextPostExecutionResult
- StatementContextPreExecutionResult
- VariableAssignmentStatement
- Shouldn't value be nullable?
- VariableDeclarationStatement
- Variables
- WhileLoopStatement
Enums
- DartBlockTypedLanguage
- The conventional (typed) programming languages available to export a DartBlock program to.
- StatementCategory
- The category to which a Statement belongs.
- StatementType
- The type of a Statement.