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

public class ExpandNode extends AbstractSqlNode
  • Field Details

    • location

      protected final SqlLocation location
    • alias

      protected final String alias
    • text

      protected final String text
  • Constructor Details

  • Method Details

    • getLocation

      public SqlLocation getLocation()
    • getAlias

      public String getAlias()
    • getText

      public String getText()
    • appendNode

      public void appendNode(SqlNode child)
      Specified by:
      appendNode in interface AppendableSqlNode
      Overrides:
      appendNode in class AbstractSqlNode
    • accept

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