Package org.jruby.ast

Class OpAsgnConstDeclNode

java.lang.Object
org.jruby.ast.Node
org.jruby.ast.OpAsgnConstDeclNode
All Implemented Interfaces:
BinaryOperatorNode

public class OpAsgnConstDeclNode extends Node implements BinaryOperatorNode
A::B ||= 1
  • Field Details

    • lhs

      private final Node lhs
    • operator

      private final RubySymbol operator
    • rhs

      private final Node rhs
  • Constructor Details

    • OpAsgnConstDeclNode

      public OpAsgnConstDeclNode(int line, Node lhs, RubySymbol operator, Node rhs)
  • Method Details