Package org.jruby.ast

Class OpAsgnAndNode

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

public class OpAsgnAndNode extends Node implements BinaryOperatorNode
  • Field Details

    • firstNode

      private final Node firstNode
    • secondNode

      private final Node secondNode
  • Constructor Details

    • OpAsgnAndNode

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