|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.sql.node.AbstractNode org.seasar.extension.sql.node.ContainerNode org.seasar.extension.sql.node.IfNode
If用のNode
です。
コンストラクタの概要 | |
IfNode(java.lang.String expression)
IfNode を作成します。 |
メソッドの概要 | |
void |
accept(SqlContext ctx)
CommandContext をこのNode に、 適用します。 |
ElseNode |
getElseNode()
ElseNode を返します。 |
java.lang.String |
getExpression()
式を返します。 |
void |
setElseNode(ElseNode elseNode)
ElseNode を設定します。 |
クラス org.seasar.extension.sql.node.AbstractNode から継承したメソッド |
addChild, getChild, getChildSize |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public IfNode(java.lang.String expression)
IfNode
を作成します。
expression
- メソッドの詳細 |
public java.lang.String getExpression()
public ElseNode getElseNode()
ElseNode
を返します。
public void setElseNode(ElseNode elseNode)
ElseNode
を設定します。
elseNode
- public void accept(SqlContext ctx)
Node
の記述: CommandContext
をこのNode
に、 適用します。
Node
内の accept
ContainerNode
内の accept
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |