uk.ac.man.cs.rainbow.rapa.gcl
Class GINRet

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.rapa.gcl.GINRet

public class GINRet
extends Object

Multiple-return structure used in GCL generation only.


Field Summary
 Rules g
           
 int i
           
 int n
           
 
Constructor Summary
GINRet(Rule[] rules, int i, int n)
           
GINRet(Rule rule, int i, int n)
           
GINRet(Rules g, int i, int n)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

g

public final Rules g

i

public final int i

n

public final int n
Constructor Detail

GINRet

public GINRet(Rules g,
              int i,
              int n)

GINRet

public GINRet(Rule[] rules,
              int i,
              int n)

GINRet

public GINRet(Rule rule,
              int i,
              int n)
Method Detail

toString

public String toString()
Overrides:
toString in class Object