Property | Type | Description |
---|
Method | Description | |
---|---|---|
RuleTagToken ( string ruleName, int bypassTokenType ) : System |
Constructs a new instance of RuleTagToken with the specified rule name and bypass token type and no label.
|
|
RuleTagToken ( string ruleName, int bypassTokenType, string label ) : System |
Constructs a new instance of RuleTagToken with the specified rule name, bypass token type, and label.
|
|
ToString ( ) : string |
The implementation for RuleTagToken returns a string of the form
|
public RuleTagToken ( string ruleName, int bypassTokenType ) : System | ||
ruleName | string | The name of the parser rule this rule tag matches. |
bypassTokenType | int | The bypass token type assigned to the parser rule. |
return | System |
public RuleTagToken ( string ruleName, int bypassTokenType, string label ) : System | ||
ruleName | string | The name of the parser rule this rule tag matches. |
bypassTokenType | int | The bypass token type assigned to the parser rule. |
label | string |
/// The label associated with the rule tag, or
/// |
return | System |