TokenTagToken.this

@uml Constructs a new instance of {@link TokenTagToken} for an unlabeled tag with the specified token name and type.

@param tokenName The token name. @param type The token type.

  1. this(string tokenName, int type)
    class TokenTagToken
    this
    (
    string tokenName
    ,
    int type
    )
  2. this(string tokenName, int type, string label)

Meta