Sha256: faf7ce5a3353da42ea34dd31eba39436b8fb2677d379169daf728dcced6866ad
Contents?: true
Size: 620 Bytes
Versions: 5
Compression:
Stored size: 620 Bytes
Contents
module Lrama class Grammar class Reference attr_accessor type: ::Symbol attr_accessor name: String attr_accessor index: Integer attr_accessor ex_tag: Lexer::Token? attr_accessor first_column: Integer attr_accessor last_column: Integer attr_accessor position_in_rhs: Integer? def initialize: ( type: ::Symbol, ?name: String, ?index: Integer, ?ex_tag: Lexer::Token?, first_column: Integer, last_column: Integer, ?position_in_rhs: Integer? ) -> void def value: () -> (String|Integer) def tag: () -> untyped end end end
Version data entries
5 entries across 5 versions & 1 rubygems