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
  • Constructor Details

    • OpAsgnAndNode

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