coins.backend.regalo
Class RegisterAllocation.CopyPair

java.lang.Object
  extended bycoins.backend.regalo.RegisterAllocation.CopyPair
Enclosing class:
RegisterAllocation

static class RegisterAllocation.CopyPair
extends java.lang.Object

Copy pair


Field Summary
 int x
           
 int y
           
 
Constructor Summary
RegisterAllocation.CopyPair(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public final int x

y

public final int y
Constructor Detail

RegisterAllocation.CopyPair

public RegisterAllocation.CopyPair(int x,
                                   int y)