shohaku.composer.node.base
クラス ClassNode

java.lang.Object
  拡張shohaku.composer.AbstractNode
      拡張shohaku.composer.node.AbstractBaseNode
          拡張shohaku.composer.node.AbstractValueNode
              拡張shohaku.composer.node.base.ClassNode
すべての実装インタフェース:
Node

public class ClassNode
extends AbstractValueNode

クラス型のデータを表す値型のノードを提供します。


フィールドの概要
 
クラス shohaku.composer.node.AbstractBaseNode から継承したフィールド
TEXT_ALIAS
 
インタフェース shohaku.composer.Node から継承したフィールド
SCOPE_OWNER, SCOPE_PRIVATE, SCOPE_PUBLIC, TYPE_COMMAND, TYPE_COMMENT, TYPE_CONTAINER, TYPE_TEXT, TYPE_VALUE
 
コンストラクタの概要
ClassNode()
           
 
メソッドの概要
protected  java.lang.Object generateValue()
          値を生成して返却します。
 
クラス shohaku.composer.node.AbstractValueNode から継承したメソッド
getCacheValue, getNodeScope, getNodeValue, getTypes, setCacheValue
 
クラス shohaku.composer.node.AbstractBaseNode から継承したメソッド
getAttribute, getCacheText, getClassLoader, getComposer, getCompositeContext, getCompositeRule, getDocumentContext, getFeature, getNodeAttribute, getText, initialize, isType, setCacheText, toTextString
 
クラス shohaku.composer.AbstractNode から継承したメソッド
begin, child, end, finish, getAttribute, getNodeContext, getScope
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ClassNode

public ClassNode()
メソッドの詳細

generateValue

protected java.lang.Object generateValue()
値を生成して返却します。

定義:
クラス AbstractValueNode 内の generateValue
戻り値:
生成された値