Property | Type | Description |
---|
Method | Description | |
---|---|---|
TagChunk ( string tag ) : System |
Construct a new instance of TagChunk using the specified tag and no label.
|
|
TagChunk ( string label, string tag ) : System |
Construct a new instance of TagChunk using the specified label and tag.
|
|
ToString ( ) : string |
This method returns a text representation of the tag chunk. This method returns a text representation of the tag chunk. Labeled tags are returned in the form |
public TagChunk ( string tag ) : System | ||
tag | string | /// The tag, which should be the name of a parser rule or token /// type. /// |
return | System |
public TagChunk ( string label, string tag ) : System | ||
label | string |
/// The label for the tag. If this is
/// |
tag | string | /// The tag, which should be the name of a parser rule or token /// type. /// |
return | System |