public class DivideParseNode extends ArithmeticParseNode
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ParseNodeVisitor<T> visitor) |
String |
getOperator() |
toSQL
equals, getChildren, hashCode, isStateless
public static final String OPERATOR
public String getOperator()
getOperator
in class ArithmeticParseNode
public <T> T accept(ParseNodeVisitor<T> visitor) throws SQLException
accept
in class ParseNode
SQLException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.