diff --git a/jode/jode/type/NullType.java b/jode/jode/type/NullType.java index fc6f62c..dcccf60 100644 --- a/jode/jode/type/NullType.java +++ b/jode/jode/type/NullType.java @@ -46,6 +46,10 @@ public class NullType extends ClassInterfacesType { return o == this; } + public Type getHint() { + return tNull; + } + /** * Intersect this type with another type and return the new type. * @param type the other type.