Class FlagSyntax
Syntax of fully Match flag.
public class FlagSyntax : INcSyntax
- Inheritance
-
FlagSyntax
- Implements
- Inherited Members
- Extension Methods
Remarks
The term Flag generally not accomanys with variable value. The term Tag generally accomanys with variable value.
Constructors
FlagSyntax(IEnumerable<string>, IEnumerable<string>)
public FlagSyntax(IEnumerable<string> categoryPath, IEnumerable<string> flags)
Parameters
categoryPathIEnumerable<string>flagsIEnumerable<string>
Properties
CategoryPath
public List<string> CategoryPath { get; set; }
Property Value
FlagList
public List<string> FlagList { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Methods
Build(LazyLinkedListNode<SyntaxPiece>)
Build syntax arrangement into the syntaxPieceNode in-place.
public void Build(LazyLinkedListNode<SyntaxPiece> syntaxPieceNode)
Parameters
syntaxPieceNodeLazyLinkedListNode<SyntaxPiece>