インタフェース
shohaku.ginkgo.ValueNode の使用

ValueNode を使用しているパッケージ
shohaku.ginkgo ライブラリを構成する基礎的なインターフェースと実装を提供します。 
shohaku.ginkgo.tags タグライブラリの共通的な振る舞いを定義する機能を提供します。 
shohaku.ginkgo.tags.core.base 基本的なデータ型を生成するタグを提供します。 
shohaku.ginkgo.tags.core.beans Java Bean の制御や生成を実行するタグを提供します。 
shohaku.ginkgo.tags.core.collections コレクションを生成するタグを提供します。 
shohaku.ginkgo.tags.core.context ドキュメントのコンテキスト情報を制御するタグを提供します。 
shohaku.ginkgo.tags.core.io 入出力機能のタグを提供します。 
shohaku.ginkgo.tags.core.math 任意精度の整数 (BigInteger)、および任意精度の 10 進数 (BigDecimal) のタグを提供します。 
shohaku.ginkgo.tags.core.net ネットワーク機能のタグを提供します。 
shohaku.ginkgo.tags.core.resource リソースを読み取る機能のタグを提供します。 
shohaku.ginkgo.tags.core.util 多様な値を生成するユーティリティーのタグを提供します。 
 

shohaku.ginkgo での ValueNode の使用
 

shohaku.ginkgo での ValueNode のサブインタフェース
 interface TextNode
          テキストノードを表現するインタフェースを提供します。
 

shohaku.ginkgo.tags での ValueNode の使用
 

ValueNode を実装している shohaku.ginkgo.tags のクラス
 class AbstractContextTag
          コンテキスト制御を実行するタグの抽象実装を提供し実装の負担を最小化します。
 class AbstractValueTag
          デフォルトの値ノードの抽象実装を提供し実装の負担を最小化します。
 

shohaku.ginkgo.tags.core.base での ValueNode の使用
 

ValueNode を実装している shohaku.ginkgo.tags.core.base のクラス
 class BooleanTag
          Boolean 型のデータを表す値タグを提供します。
 class ByteTag
          Byte 型のデータを表す値タグを提供します。
 class CharacterTag
          Character 型のデータを表す値タグを提供します。
 class ClassTag
          クラス型のデータを表す値タグを提供します。
 class DoubleTag
          Double 型のデータを表す値タグを提供します。
 class FloatTag
          Float 型のデータを表す値タグを提供します。
 class IntegerTag
          Integer 型のデータを表す値タグを提供します。
 class LongTag
          Long 型のデータを表す値タグを提供します。
 class ReferenceTag
          参照データを表す値タグを提供します。
 class ShortTag
          Short 型のデータを表す値タグを提供します。
 class StringTag
          文字列型のデータを表す値タグを提供します。
 class ValueTag
          value 属性のオブジェクト型のデータを表す値タグを提供します。
 

shohaku.ginkgo.tags.core.beans での ValueNode の使用
 

ValueNode を実装している shohaku.ginkgo.tags.core.beans のクラス
 class ArgumentDescTag
          引数を表現するデータの値タグを提供します。
 class BeanFactoryTag
          Java Bean を生成するファクトリを生成する値タグを提供します。
 class CallMethodTag
          メソッドを呼び出し戻り値を返す値タグを提供します。
 class ConstantFieldsMapTag
          クラスの全ての定数フィールド(public static final なフィールド)を、マップに格納して返す値タグを提供します。
 class FactoryMethodDescTag
          コンストラクタまたはファクトリメソッドを表現する値タグを提供します。
 class GetFieldValueTag
          クラスの静的フィールドの値を取得する値タグを提供します。
 class MethodDescTag
          メソッドを表現する値タグを提供します。
 class ObjectTag
          オブジェクトを生成する汎用の値タグを提供します。
 class SetPropertyDescTag
          セッタープロパティのメソッドを表現する値タグを提供します。
 

shohaku.ginkgo.tags.core.collections での ValueNode の使用
 

ValueNode を実装している shohaku.ginkgo.tags.core.collections のクラス
 class ArrayTag
          配列型のデータを生成する値タグを提供します。
 class ListTag
          リスト型のデータを生成する値タグを提供します。
 class MapTag
          マップ型のデータを生成する値タグを提供します。
 class SetTag
          セット型のデータを生成する値タグを提供します。
 class SingletonMapTag
          キーと値が一つのみ持つマップを生成するノードを提供します。
 

shohaku.ginkgo.tags.core.context での ValueNode の使用
 

ValueNode を実装している shohaku.ginkgo.tags.core.context のクラス
 class GetAttributeTag
          コンテキスト属性を取得するタグを提供します。
 class IncludeConstantFieldsTag
          クラスの全ての定数フィールド(パブリックで有り、静的、ファイナルなフィールド)をコンテキスト属性に格納するタグを提供します。
 class IncludePropertiesTag
          プロパティセットをコンテキスト属性に格納するタグを提供します。
 class RemoveAttributeTag
          コンテキスト属性を削除するタグを提供します。
 class SetAttributeTag
          コンテキスト属性を格納するタグを提供します。
 

shohaku.ginkgo.tags.core.io での ValueNode の使用
 

ValueNode を実装している shohaku.ginkgo.tags.core.io のクラス
 class FileTag
          ファイル型のデータを表す値タグを提供します。
 

shohaku.ginkgo.tags.core.math での ValueNode の使用
 

ValueNode を実装している shohaku.ginkgo.tags.core.math のクラス
 class BigDecimalTag
          BigDecimal 型のデータを表す値タグを提供します。
 class BigIntegerTag
          BigInteger 型のデータを表す値タグを提供します。
 

shohaku.ginkgo.tags.core.net での ValueNode の使用
 

ValueNode を実装している shohaku.ginkgo.tags.core.net のクラス
 class URITag
          URI型のデータを表す値タグを提供します。
 

shohaku.ginkgo.tags.core.resource での ValueNode の使用
 

ValueNode を実装している shohaku.ginkgo.tags.core.resource のクラス
 class ResourceTag
          ファイルやネットワーク上のリソースを表現する値タグを提供します。
 

shohaku.ginkgo.tags.core.util での ValueNode の使用
 

ValueNode を実装している shohaku.ginkgo.tags.core.util のクラス
 class DateTimeTag
          日付型のデータを表す値タグを提供します。
 class ExpressionTag
          組み込み式としてデータ解析する値タグを提供します、デフォルトではOGDL式が使用されます。
 class PropertiesTag
          Properties 型のデータを表す値タグを提供します。
 class PropertyTag
          単一の、文字列の名前と値を対とするデータの、値タグを提供します。
 class RegexTag
          java.util.regex.Pattern 型のデータを表す値タグを提供します。