java.lang.Object
org.seasar.doma.internal.jdbc.sql.node.AbstractSqlNode
org.seasar.doma.internal.jdbc.sql.node.ElseNode
All Implemented Interfaces:
AppendableSqlNode, SpaceStrippingNode, SqlNode

public class ElseNode extends AbstractSqlNode implements SpaceStrippingNode
  • Field Details

    • text

      protected final String text
  • Constructor Details

    • ElseNode

      public ElseNode(String text)
  • Method Details

    • getText

      public String getText()
    • clearChildren

      public void clearChildren()
      Specified by:
      clearChildren in interface SpaceStrippingNode
    • accept

      public <R, P> R accept(SqlNodeVisitor<R,P> visitor, P p)
      Description copied from interface: SqlNode
      Accepts the visitor.
      Specified by:
      accept in interface SqlNode
      Type Parameters:
      R - the result type
      P - the parameter type
      Parameters:
      visitor - the visitor
      p - the parameter for the visitor
      Returns:
      the result