Package org.jruby.ast

Class OpAsgnOrNode

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

public class OpAsgnOrNode extends Node implements BinaryOperatorNode
  • Field Details

    • firstNode

      private final Node firstNode
    • secondNode

      private final Node secondNode
  • Constructor Details

    • OpAsgnOrNode

      public OpAsgnOrNode(int line, Node headNode, Node valueNode)
  • Method Details