public abstract class Operation extends Object
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(OperationVisitor v) |
static String |
cleanupQuotedString(String s) |
protected abstract String |
getParametersDescription() |
String |
toString() |
public static final String DQUOTE
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.