coins.backend.tools
クラス RegisterDescription2Java.RegSymbol

java.lang.Object
  |
  +--coins.backend.tools.RegisterDescription2Java.RegSymbol
含まれているクラス:
RegisterDescription2Java

static class RegisterDescription2Java.RegSymbol
extends java.lang.Object


フィールドの概要
(パッケージプライベート)  int from
           
(パッケージプライベート)  int id
           
(パッケージプライベート)  java.lang.String name
           
(パッケージプライベート)  RegisterDescription2Java.RegSymbol parent
           
(パッケージプライベート)  ImList record
           
(パッケージプライベート)  int regId
           
(パッケージプライベート)  int type
           
(パッケージプライベート)  boolean visited
           
 
コンストラクタの概要
(パッケージプライベート) RegisterDescription2Java.RegSymbol(java.lang.String name, int type, ImList record, int id)
           
 
メソッドの概要
(パッケージプライベート)  void canonRelation()
          Canonicalize parent and from field.
(パッケージプライベート)  void setSubregOf(RegisterDescription2Java.RegSymbol parent, int position)
          Set subregister relation.
 java.lang.String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

name

final java.lang.String name

record

final ImList record

type

final int type

id

final int id

parent

RegisterDescription2Java.RegSymbol parent

from

int from

regId

int regId

visited

boolean visited
コンストラクタの詳細

RegisterDescription2Java.RegSymbol

RegisterDescription2Java.RegSymbol(java.lang.String name,
                                   int type,
                                   ImList record,
                                   int id)
メソッドの詳細

setSubregOf

void setSubregOf(RegisterDescription2Java.RegSymbol parent,
                 int position)
Set subregister relation.


canonRelation

void canonRelation()
Canonicalize parent and from field.


toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString