Class: RubyLexer::NestedContexts::UnparenedParamListLhsContext

Inherits:
ImplicitLhsContext show all
Defined in:
lib/rubylexer/context.rb

Instance Attribute Summary

Attributes inherited from NestedContext

#linenum

Instance Method Summary collapse

Methods inherited from ImplicitLhsContext

#initialize, #lhs

Methods inherited from NestedContext

#initialize, #lhs=, #matches?, #see, #wantarrow

Constructor Details

This class inherits a constructor from RubyLexer::NestedContexts::ImplicitLhsContext

Instance Method Details

#enderObject

; or n when from method def, { or do when from stabby block



121
# File 'lib/rubylexer/context.rb', line 121

def ender; huh end

#endtoken(offset) ⇒ Object



122
123
124
# File 'lib/rubylexer/context.rb', line 122

def endtoken offset
  KwParamListEndToken.new offset
end

#starterObject

“ ” ???



120
# File 'lib/rubylexer/context.rb', line 120

def starter; huh end