Class: RuboCop::AST::NextNode

Inherits:
Node
  • Object
show all
Includes:
ParameterizedNode::WrappedArguments
Defined in:
lib/rubocop/ast/node/next_node.rb

Overview

A node extension for ‘next` nodes. This will be used in place of a plain node when the builder constructs the AST, making its methods available to all `next` nodes within RuboCop.

Constant Summary

Constants inherited from Node

RuboCop::AST::Node::ARGUMENT_TYPES, RuboCop::AST::Node::ASSIGNMENTS, RuboCop::AST::Node::BASIC_CONDITIONALS, RuboCop::AST::Node::BASIC_LITERALS, RuboCop::AST::Node::COMPARISON_OPERATORS, RuboCop::AST::Node::COMPOSITE_LITERALS, RuboCop::AST::Node::CONDITIONALS, RuboCop::AST::Node::EQUALS_ASSIGNMENTS, RuboCop::AST::Node::FALSEY_LITERALS, RuboCop::AST::Node::IMMUTABLE_LITERALS, RuboCop::AST::Node::KEYWORDS, RuboCop::AST::Node::LITERALS, RuboCop::AST::Node::LOOP_TYPES, RuboCop::AST::Node::MUTABLE_LITERALS, RuboCop::AST::Node::OPERATOR_KEYWORDS, RuboCop::AST::Node::POST_CONDITION_LOOP_TYPES, RuboCop::AST::Node::REFERENCES, RuboCop::AST::Node::SHORTHAND_ASSIGNMENTS, RuboCop::AST::Node::SPECIAL_KEYWORDS, RuboCop::AST::Node::TRUTHY_LITERALS, RuboCop::AST::Node::VARIABLES

Method Summary

Methods included from ParameterizedNode::WrappedArguments

#arguments

Methods included from ParameterizedNode

#arguments?, #block_argument?, #first_argument, #last_argument, #parenthesized?, #splat_argument?

Methods inherited from Node

#ancestors, #argument?, #argument_type?, #assignment?, #assignment_or_similar?, #basic_conditional?, #basic_literal?, #boolean_type?, #call_type?, #chained?, #class_constructor?, #class_definition?, #complete!, #complete?, #conditional?, #const_name, #defined_module, #defined_module_name, #each_ancestor, #empty_source?, #equals_asgn?, #falsey_literal?, #first_line, #global_const?, #guard_clause?, #immutable_literal?, #initialize, #keyword?, #lambda?, #lambda_or_proc?, #last_line, #left_sibling, #left_siblings, #line_count, #literal?, #loop_keyword?, #match_guard_clause?, #module_definition?, #multiline?, #mutable_literal?, #nonempty_line_count, #numeric_type?, #operator_keyword?, #parent, #parent?, #parent_module_name, #parenthesized_call?, #post_condition_loop?, #proc?, #pure?, #range_type?, #receiver, #reference?, #right_sibling, #right_siblings, #root?, #send_type?, #shorthand_asgn?, #sibling_index, #single_line?, #source, #source_length, #source_range, #special_keyword?, #str_content, #struct_constructor?, #truthy_literal?, #updated, #value_used?, #variable?

Methods included from RuboCop::AST::NodePattern::Macros

#def_node_matcher, #def_node_search

Methods included from Descendence

#child_nodes, #descendants, #each_child_node, #each_descendant, #each_node

Methods included from Sexp

#s

Constructor Details

This class inherits a constructor from RuboCop::AST::Node