RuleTagToken.this

@uml Constructs a new instance of {@link RuleTagToken} with the specified rule name and bypass token type and no label.

@param ruleName The name of the parser rule this rule tag matches. @param bypassTokenType The bypass token type assigned to the parser rule.

@exception IllegalArgumentException if {@code ruleName} is {@code null} or empty.

  1. this(string ruleName, int bypassTokenType)
    class RuleTagToken
    this
  2. this(string ruleName, int bypassTokenType, string label)

Meta