sig/lrama/grammar/code.rbs in lrama-0.6.9 vs sig/lrama/grammar/code.rbs in lrama-0.6.10
- old
+ new
@@ -1,19 +1,19 @@
module Lrama
class Grammar
class Code
extend Forwardable
- attr_accessor type: Symbol
- attr_accessor token_code: Lexer::Token::UserCode
+ attr_accessor type: ::Symbol
+ attr_accessor token_code: Grammar::Code
# delegated
def s_value: -> String
def line: -> Integer
def column: -> Integer
def references: -> Array[Lrama::Grammar::Reference]
- def initialize: (type: Symbol, token_code: Lexer::Token::UserCode) -> void
+ def initialize: (type: ::Symbol, token_code: Grammar::Code) -> void
def translated_code: () -> String
private
\ No newline at end of file