org.oklab.compiler.nametable.content
クラス ContentInteger

java.lang.Object
  上位を拡張 org.oklab.compiler.nametable.content.Content
      上位を拡張 org.oklab.compiler.nametable.content.ContentInteger

 class ContentInteger
extends Content

整数コンテントを扱う.

導入されたバージョン:
1.0
バージョン:
1.01
作成者:
Satoshi Okita satoshiokita@gmail.com

フィールドの概要
private  int bytes
           
 
クラス org.oklab.compiler.nametable.content.Content から継承されたフィールド
contentPoolIndex
 
コンストラクタの概要
ContentInteger(int bytes)
          Creates a new instance of ContentInteger
 
メソッドの概要
(package private)  void emitCode(java.io.DataOutputStream f)
          クラスファイルへの出力.
 
クラス org.oklab.compiler.nametable.content.Content から継承されたメソッド
getContentPoolIndex, setContentPoolIndex, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

bytes

private int bytes
コンストラクタの詳細

ContentInteger

ContentInteger(int bytes)
Creates a new instance of ContentInteger

メソッドの詳細

emitCode

void emitCode(java.io.DataOutputStream f)
        throws java.io.IOException
クラスファイルへの出力.

定義:
クラス Content 内の emitCode
パラメータ:
f - 出力クラスファイル.
例外:
java.io.IOException - 出力に失敗した時に発生する.