coins.backend.regalo
クラス RegisterAllocation.CopyPair

java.lang.Object
  |
  +--coins.backend.regalo.RegisterAllocation.CopyPair
含まれているクラス:
RegisterAllocation

static class RegisterAllocation.CopyPair
extends java.lang.Object

Copy pair


フィールドの概要
 int x
           
 int y
           
 
コンストラクタの概要
RegisterAllocation.CopyPair(int x, int y)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

x

public final int x

y

public final int y
コンストラクタの詳細

RegisterAllocation.CopyPair

public RegisterAllocation.CopyPair(int x,
                                   int y)