- All Implemented Interfaces:
Expr
public class StructuredQuery
extends Object
implements Expr
- Author:
- HamaWhite
-
Constructor Summary
Constructors
-
Method Summary
Accepts a visitor and performs operations on this expression.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StructuredQuery
public StructuredQuery()
-
Method Details
-
accept
Description copied from interface: Expr
Accepts a visitor and performs operations on this expression.
- Specified by:
accept
in interface Expr
- Parameters:
visitor
- the visitor object to operate on this expression
- Returns:
- the result of the visitor's operation