org.jrubyparser.util
Class NodePair

java.lang.Object
  extended by org.jrubyparser.util.NodePair

public class NodePair
extends Object

Simple struct for holding a pair of nodes


Constructor Summary
NodePair(Node first, Node second)
           
 
Method Summary
 Node getFirst()
           
 Node getSecond()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodePair

public NodePair(Node first,
                Node second)
Method Detail

getFirst

public Node getFirst()

getSecond

public Node getSecond()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.