Class: RubyLexer::KwParamListStartToken
- Inherits:
-
ZwToken
- Object
- Token
- IgnoreToken
- ZwToken
- RubyLexer::KwParamListStartToken
- Defined in:
- lib/rubylexer/token.rb
Overview
Instance Attribute Summary
Attributes inherited from IgnoreToken
Attributes inherited from Token
#allow_ooo_offset, #as, #endline, #ident, #offset, #startline, #tag
Instance Method Summary collapse
Methods inherited from ZwToken
Methods inherited from IgnoreToken
Methods inherited from Token
#dump, #error, #has_no_block?, #initialize, #inspect, #linecount, #orig_inspect, #to_s, #ws_munge
Constructor Details
This class inherits a constructor from RubyLexer::ZwToken
Instance Method Details
#explicit_form ⇒ Object
656 657 658 |
# File 'lib/rubylexer/token.rb', line 656 def explicit_form nil end |
#explicit_form_all ⇒ Object
653 654 655 |
# File 'lib/rubylexer/token.rb', line 653 def explicit_form_all "#((#" end |