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

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

 class ContentUTF8
extends Content

UTF8の文字列を保持する.

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

フィールドの概要
private  java.lang.String valueOfUTF8
           
 
クラス org.oklab.compiler.nametable.content.Content から継承されたフィールド
contentPoolIndex
 
コンストラクタの概要
ContentUTF8(java.lang.String valueOfUTF8)
          文字列の情報を生成する.
 
メソッドの概要
(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
 

フィールドの詳細

valueOfUTF8

private java.lang.String valueOfUTF8
コンストラクタの詳細

ContentUTF8

ContentUTF8(java.lang.String valueOfUTF8)
文字列の情報を生成する.

パラメータ:
valueOfUTF8 - utf-8の文字列.
メソッドの詳細

emitCode

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

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