java.lang.Object
org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
org.seasar.doma.internal.jdbc.sql.node.EndNode
- All Implemented Interfaces:
AppendableSqlNode,SpaceStrippingNode,SqlNode
-
Field Summary
FieldsFields inherited from class org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
children -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(SqlNodeVisitor<R, P> visitor, P p) Accepts the visitor.voidgetText()Methods inherited from class org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
appendNode, getChildrenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.seasar.doma.internal.jdbc.sql.node.AppendableSqlNode
appendNodeMethods inherited from interface org.seasar.doma.jdbc.SqlNode
getChildren
-
Field Details
-
text
-
-
Constructor Details
-
EndNode
-
-
Method Details
-
getText
-
clearChildren
public void clearChildren()- Specified by:
clearChildrenin interfaceSpaceStrippingNode
-
accept
Description copied from interface:SqlNodeAccepts the visitor.
-