public class Save extends OperatorProcessor
context
Constructor | Description |
---|---|
Save() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
Returns the name of this operator, e.g.
|
void |
process(Operator operator,
java.util.List<COSBase> arguments) |
Process the operator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkArrayTypesClass, getContext, setContext
public void process(Operator operator, java.util.List<COSBase> arguments)
OperatorProcessor
process
in class OperatorProcessor
operator
- the operator to processarguments
- the operands to use when processingpublic java.lang.String getName()
OperatorProcessor
getName
in class OperatorProcessor
Copyright © 2002–2018. All rights reserved.