smacs.sql.syntaxtree
Class PlSqlAndExpression
java.lang.Object
smacs.sql.syntaxtree.PlSqlAndExpression
- All Implemented Interfaces:
- Node, Serializable
- public class PlSqlAndExpression
- extends Object
- implements Node
Grammar production:
plSqlUnaryLogicalExpressions -> PlSqlUnaryLogicalExpressions()
nodeList -> ( "AND" PlSqlUnaryLogicalExpressions() )+
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
plSqlUnaryLogicalExpressions
public PlSqlUnaryLogicalExpressions plSqlUnaryLogicalExpressions
nodeList
public NodeList nodeList
PlSqlAndExpression
public PlSqlAndExpression(PlSqlUnaryLogicalExpressions n0,
NodeList n1)
accept
public void accept(Visitor v)
- Specified by:
accept in interface Node
accept
public Object accept(ObjectVisitor v,
Object argu)
- Specified by:
accept in interface Node
setParent
public void setParent(Node n)
- Specified by:
setParent in interface Node
getParent
public Node getParent()
- Specified by:
getParent in interface Node