Method: TokenTagToken#tokenName
- Defined in:
- lib/antlr4/tree/TokenTagToken.rb
#tokenName ⇒ Object
Constructs a new instance of TokenTagToken with the specified token name, type, and label.
the token tag is unlabeled.
16 17 18 |
# File 'lib/antlr4/tree/TokenTagToken.rb', line 16 def tokenName @tokenName end |