org.jactr.tools.analysis.production.relationships
Class DefaultPair

java.lang.Object
  extended by org.jactr.tools.analysis.production.relationships.DefaultPair
All Implemented Interfaces:
IPair

public class DefaultPair
extends java.lang.Object
implements IPair


Constructor Summary
DefaultPair(BufferEndState endState, org.antlr.runtime.tree.CommonTree condition)
           
 
Method Summary
 org.antlr.runtime.tree.CommonTree getCondition()
           
 BufferEndState getEndState()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPair

public DefaultPair(BufferEndState endState,
                   org.antlr.runtime.tree.CommonTree condition)
Method Detail

getCondition

public org.antlr.runtime.tree.CommonTree getCondition()
Specified by:
getCondition in interface IPair

getEndState

public BufferEndState getEndState()
Specified by:
getEndState in interface IPair