Class: RubyLexer::NestedContexts::ListContext

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

Overview

contexts which expect to see commas, (other than assignment lhs, which has no context)

Instance Attribute Summary

Attributes inherited from NestedContext

#ender, #linenum, #starter

Method Summary

Methods inherited from NestedContext

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

Constructor Details

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