public class ObserverWithType
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
KeYJavaType | 
kjt  | 
IObserverFunction | 
obs  | 
| Constructor and Description | 
|---|
ObserverWithType(KeYJavaType kjt,
                IObserverFunction obs)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object obj)  | 
int | 
hashCode()  | 
public final KeYJavaType kjt
public final IObserverFunction obs
public ObserverWithType(KeYJavaType kjt, IObserverFunction obs)