public abstract class AbstractQueryPlusStatementBuilder extends Object implements StatementBuilder<Statement>
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractQueryPlusStatementBuilder.AbstractOPToken
An
OPToken implementation
that holds the name of the functor associated to an OPToken. |
class |
AbstractQueryPlusStatementBuilder.AbstractStatement
An abstract base class that allows sub classes to implement the applicable
methods on
Statement. |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractQueryPlusStatementBuilder()
Construct a AbstractQueryPlusStatementBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractQueryPlusStatementBuilder.AbstractOPToken |
instantiateOpToken()
Return the OPToken for this command.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getSyntax, realizeprotected AbstractQueryPlusStatementBuilder()
public abstract AbstractQueryPlusStatementBuilder.AbstractOPToken instantiateOpToken()