Method: TokenTagToken#tokenName

Defined in:
lib/antlr4/tree/TokenTagToken.rb

#tokenNameObject

Constructs a new instance of TokenTagToken with the specified token name, type, and label.

the token tag is unlabeled.

Parameters:

  • tokenName

    The token name.

  • type

    The token type.

  • label

    The label associated with the token tag, or null if



16
17
18
# File 'lib/antlr4/tree/TokenTagToken.rb', line 16

def tokenName
  @tokenName
end