git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@413 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent a58048586a
commit 5cf9bbbe2d
  1. 4
      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.

Loading…
Cancel
Save