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

    • OpAsgnOrNode

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