Interface ICmdBlockBuilder
- Namespace
- Hi.Numerical.SoftParsers.CmdBlocks
- Assembly
- HiMech.dll
Builder of CmdBlock
public interface ICmdBlockBuilder
- Extension Methods
Properties
Name
string Name { get; }
Property Value
Methods
Build(LinkedListNode<BlockEntry>)
Build BlockEntry of the node.
void Build(LinkedListNode<BlockEntry> blockEntryNode)
Parameters
blockEntryNodeLinkedListNode<BlockEntry>
Remarks
Since the building process may require the information of the related node, a whole node is passed in. The passed-in BlockEntry.CmdBlock can be null or not, This function is supposed to create it or refine it.