This turns the strings that represent the block, class, state and substate
into a BlockObject. It is only valid to call when isBlockExpression
is true.
localBlocks is a dictionary of local block names to the Block.
Generated using TypeDoc
The reader does a first pass at construction time to decide if the expression is of the correct syntactic form to be a block expression. Checking
isBlockExpression
after construction lets the caller decide if she wants to go on to convert to a block object by callinggetResult(localBlocks)
.