Class: YARD::Parser::Ruby::KeywordNode
- Defined in:
- lib/yard/parser/ruby/ast_node.rb
Direct Known Subclasses
Constant Summary
Constants inherited from AstNode
Instance Attribute Summary
Attributes inherited from AstNode
#docstring, #docstring_hash_flag, #docstring_range, #file, #full_source, #group, #line_range, #parent, #source, #source_range, #type
Managing node state collapse
Methods inherited from AstNode
#==, #block?, #call?, #children, #condition?, #def?, #first_line, #has_line?, #initialize, #inspect, #jump, #line, #literal?, #loop?, node_class_for, #pretty_print, #ref?, #show, #to_s, #token?, #traverse, #unfreeze
Methods inherited from Array
Constructor Details
This class inherits a constructor from YARD::Parser::Ruby::AstNode
Instance Method Details
#kw? ⇒ Boolean
377 |
# File 'lib/yard/parser/ruby/ast_node.rb', line 377 def kw?; true end |