Class: RubyLexer::NestedContexts::WhenParamListContext
- Inherits:
-
ImplicitContext
- Object
- NestedContext
- ListContext
- ImplicitContext
- RubyLexer::NestedContexts::WhenParamListContext
- Defined in:
- lib/rubylexer/context.rb
Instance Attribute Summary
Attributes inherited from NestedContext
Instance Method Summary collapse
-
#initialize(starter, linenum) ⇒ WhenParamListContext
constructor
A new instance of WhenParamListContext.
Methods inherited from NestedContext
#lhs, #lhs=, #matches?, #see, #wantarrow
Constructor Details
#initialize(starter, linenum) ⇒ WhenParamListContext
Returns a new instance of WhenParamListContext.
152 153 154 |
# File 'lib/rubylexer/context.rb', line 152 def initialize(starter,linenum) super(starter,nil,linenum) end |