core/dartblock_executor library

Classes

DartBlockArbiter
The executor for DartBlock programs. Serves for executing and keeping track of the output of a DartBlockProgram.
DartBlockExecutor
A concrete implementation of DartBlockArbiter.
DartBlockProgramTreeCustomFunctionNode
The node for a DartBlockFunction in the tree representation.
DartBlockProgramTreeNode
The tree-based representation of a DartBlock component (Statement, Function) as a node.
DartBlockProgramTreeNodeAcceptor
Visitor pattern for the tree representation of DartBlock components.
DartBlockProgramTreeRootNode
The root node of the tree representation of a DartBlockProgram.
DartBlockProgramTreeStatementNode
The node for a Statement in the tree representation.