Table of Contents

Class HeadIndexSyntax

Namespace
Hi.NcParsers.Syntaxs.Derived.IndexSyntaxs
Assembly
HiMech.dll
public class HeadIndexSyntax : INcSyntax
Inheritance
HeadIndexSyntax
Implements
Inherited Members
Extension Methods

Constructors

HeadIndexSyntax(string)

public HeadIndexSyntax(string headSymbol)

Parameters

headSymbol string

Properties

HeadSymbol

public string HeadSymbol { get; set; }

Property Value

string

Remarks

The Head Symbol can be not null empty string. NC Index from Heidenhain may have no head symbol.

Name

public string Name { get; }

Property Value

string

Methods

Build(LazyLinkedListNode<SyntaxPiece>)

Build syntax arrangement into the syntaxPieceNode in-place.

public void Build(LazyLinkedListNode<SyntaxPiece> syntaxPieceNode)

Parameters

syntaxPieceNode LazyLinkedListNode<SyntaxPiece>