ConForM.CoopnTools.JavaProto.Interpretor
Class GateRequirement

java.lang.Object
  |
  +--ConForM.CoopnTools.JavaProto.Interpretor.GateRequirement

public class GateRequirement
extends java.lang.Object


Constructor Summary
GateRequirement(CoopnContextGateSymbol gate, java.lang.Object[] args)
           
 
Method Summary
 CoopnContextGateSymbol getGate()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GateRequirement

public GateRequirement(CoopnContextGateSymbol gate,
                       java.lang.Object[] args)
Method Detail

getGate

public CoopnContextGateSymbol getGate()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object