123456789_123456789_123456789_123456789_123456789_

Class: Ripper::Lexer::Elem

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
Defined in: ext/ripper/lib/ripper/lexer.rb

Instance Attribute Summary

Instance Attribute Details

#event (rw)

[ GitHub ]

  
# File 'ext/ripper/lib/ripper/lexer.rb', line 48

Elem = Struct.new(:pos, :event, :tok)

#pos (rw)

[ GitHub ]

  
# File 'ext/ripper/lib/ripper/lexer.rb', line 48

Elem = Struct.new(:pos, :event, :tok)

#tok (rw)

[ GitHub ]

  
# File 'ext/ripper/lib/ripper/lexer.rb', line 48

Elem = Struct.new(:pos, :event, :tok)