Class: RubyDetective::AST::Nodes::AbsolutePathSignNode

Inherits:
GenericNode
  • Object
show all
Defined in:
lib/ruby_detective/ast/nodes/absolute_path_sign_node.rb

Instance Attribute Summary

Attributes inherited from GenericNode

#ast_node, #children, #file_path, #parent_node

Instance Method Summary collapse

Methods inherited from GenericNode

#absolute_path_sign_node?, #class_declaration_node?, #constant_reference_node?, #declared_namespace, #first_line, #generic_node?, #initialize, #last_line, #module_declaration_node?, #namespace, #query, #raw_children, #short_namespace, #value_node?

Constructor Details

This class inherits a constructor from RubyDetective::AST::Nodes::GenericNode

Instance Method Details

#typeObject



5
6
7
# File 'lib/ruby_detective/ast/nodes/absolute_path_sign_node.rb', line 5

def type
  :absolute_path_sign
end