public class PGLineSegmentsExpr extends PGExprImpl implements SQLReplaceable
Constructor and Description |
---|
PGLineSegmentsExpr() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(PGASTVisitor visitor) |
PGLineSegmentsExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getValue() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setValue(SQLExpr value) |
toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine
computeDataType, getHint
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParent
public PGLineSegmentsExpr clone()
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void accept0(PGASTVisitor visitor)
accept0
in interface PGSQLObject
accept0
in class PGExprImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLExpr
getChildren
in class SQLExprImpl
public int hashCode()
hashCode
in class SQLExprImpl
public boolean replace(SQLExpr expr, SQLExpr target)
replace
in interface SQLReplaceable
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2021 Alibaba Group. All rights reserved.