Class: ReferencingRegexpLexer
- Inherits:
-
ForkingRegexpLexer
- Object
- ForkingRegexpLexer
- ReferencingRegexpLexer
- Defined in:
- lib/rpdf2txt-rockit/token.rb
Instance Attribute Summary
Attributes inherited from ForkingRegexpLexer
Instance Method Summary collapse
-
#initialize(aForkingRegexpLexer, position) ⇒ ReferencingRegexpLexer
constructor
A new instance of ReferencingRegexpLexer.
- #inspect ⇒ Object
- #scanner ⇒ Object
Methods inherited from ForkingRegexpLexer
Constructor Details
#initialize(aForkingRegexpLexer, position) ⇒ ReferencingRegexpLexer
Returns a new instance of ReferencingRegexpLexer.
335 336 337 |
# File 'lib/rpdf2txt-rockit/token.rb', line 335 def initialize(aForkingRegexpLexer, position) @parent_lexer, @position = aForkingRegexpLexer, position end |