public final class OperandOperation extends SimpleOperation
| Modifier and Type | Class and Description |
|---|---|
class |
OperandOperation.Reference
Reference.
|
Operation.Abstract, Operation.OverloadException| Constructor and Description |
|---|
OperandOperation(String name,
SimpleOperations module,
Enum<?> code)
Constructs an Operation.
|
| Modifier and Type | Method and Description |
|---|---|
OperationReference |
newReference(Compiler compiler)
Returns a new reference to this operation.
|
public OperandOperation(@Nonnull
String name,
@Nonnull
SimpleOperations module,
@Nonnull
Enum<?> code)
name - Name of the Operation.module - Module implementing the Operation.code - Operation code.public OperationReference newReference(Compiler compiler)
newReference in interface OperationnewReference in class SimpleOperationcompiler - The compiler generating the program.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.