| Package | Description |
|---|---|
| de.dhbwstuttgart.typeinference |
| Modifier and Type | Field and Description |
|---|---|
private Pair.PairOperator |
Pair.eOperator |
| Modifier and Type | Method and Description |
|---|---|
Pair.PairOperator |
Pair.GetOperator()
Author: Arne Lüdtke
Gibt den Operator zurück. |
static Pair.PairOperator |
Pair.PairOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pair.PairOperator[] |
Pair.PairOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pair.SetOperator(Pair.PairOperator operator)
Author: Arne Lüdtke
Setzt den Operator |
| Constructor and Description |
|---|
Pair(Type TA1,
Type TA2,
Pair.PairOperator eOp) |
Pair(Type TA1,
Type TA2,
Pair.PairOperator eOp,
boolean bSubst) |