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