| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.ssa |
| Modifier and Type | Method and Description |
|---|---|
FixedBinaryExpression.Operator |
FixedBinaryExpression.getOperator() |
static FixedBinaryExpression.Operator |
FixedBinaryExpression.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixedBinaryExpression.Operator[] |
FixedBinaryExpression.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FixedBinaryExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
Value aValue,
FixedBinaryExpression.Operator aOperator) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.