Class: RubyLexer::NestedContexts::ParenedParamListLhsContext

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



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

def ender; ')' end

#starterObject



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

def starter; '(' end