coins.backend.gen
クラス CodeGenerator_ppc.StructureScheduler.Instruction

java.lang.Object
  |
  +--coins.backend.gen.CodeGenerator_ppc.StructureScheduler.Instruction
含まれているクラス:
CodeGenerator_ppc.StructureScheduler

static class CodeGenerator_ppc.StructureScheduler.Instruction
extends java.lang.Object


フィールドの概要
(パッケージプライベート)  java.lang.String mInst
           
(パッケージプライベート)  int mPlace
           
(パッケージプライベート)  int mType
           
 
コンストラクタの概要
(パッケージプライベート) CodeGenerator_ppc.StructureScheduler.Instruction(int iType, java.lang.String iInst, int iPlace)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

mType

final int mType

mPlace

final int mPlace

mInst

final java.lang.String mInst
コンストラクタの詳細

CodeGenerator_ppc.StructureScheduler.Instruction

CodeGenerator_ppc.StructureScheduler.Instruction(int iType,
                                                 java.lang.String iInst,
                                                 int iPlace)