@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.
See Implementation
@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.