Class: YARD::Parser::Ruby::LiteralNode
- Defined in:
- lib/yard/parser/ruby/ast_node.rb
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
Printing a Node collapse
Methods inherited from AstNode
#call?, #children, #condition?, #first_line, #has_line?, #initialize, #inspect, #jump, #kw?, #line, node_class_for, #pretty_print, #ref?, #show, #to_s, #token?, #traverse
Methods inherited from Array
Constructor Details
This class inherits a constructor from YARD::Parser::Ruby::AstNode
Instance Method Details
#literal? ⇒ Boolean
336 |
# File 'lib/yard/parser/ruby/ast_node.rb', line 336 def literal?; true end |