クラス
woolpack.text.DelegateNumberFormat の使用

DelegateNumberFormat を使用しているパッケージ
woolpack.text 文字列をフォーマットまたパースするFormatのサブクラスが含まれる。 
woolpack.visitor.impl woolpack.visitorパッケージを利用した、Woolpack のデフォルト実装が含まれる。 
 

woolpack.text での DelegateNumberFormat の使用
 

woolpack.text での DelegateNumberFormat のサブクラス
 class ToBigDecimalFormat
          文字列を解析してBigDecimalに変換する変換器。
 class ToBigIntegerFormat
          文字列を解析してBigIntegerに変換する変換器。
 class ToByteFormat
          文字列を解析してByteに変換する変換器。
 class ToDoubleFormat
          文字列を解析してDoubleに変換する変換器。
 class ToFloatFormat
          文字列を解析してFloatに変換する変換器。
 class ToIntegerFormat
          文字列を解析してIntegerに変換する変換器。
 class ToLongFormat
          文字列を解析してLongに変換する変換器。
 class ToShortFormat
          文字列を解析してShortに変換する変換器。
 

woolpack.visitor.impl での DelegateNumberFormat の使用
 

DelegateNumberFormat 型の型パラメータを持つ woolpack.visitor.impl のフィールド
static Acceptable<DelegateNumberFormat> IgnoreTextConstants.IGNORE_DELEGATE_NUMBER_FORMAT
          getNumberFormat()のみを Visitor.visit(Object)に渡すAcceptable
 



Copyright (C) 2006 Takahiro Nakamura. All rights reserved.