Home
last modified time | relevance | path

Searched refs:isNullType (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java76 public boolean isNullType() { return false; } in isNullType() method in TypeData
254 public boolean isNullType() { in isNullType() method in TypeData.TypeVar
256 return lowers.get(0).isNullType(); in isNullType()
319 if (isNullType()) in getArrayType()
400 if (bt == null && !d.isNullType()) in fixTypes()
589 if (!value.isNullType()) in aastore()
596 if (!array.isNullType()) { in aastore()
621 if (!element.isNullType()) in make()
630 if (!t.isNullType()) in merge()
700 if (!array.isNullType()) in make()
[all …]