Class BottomType
java.lang.Object
sootup.core.types.Type
sootup.interceptors.typeresolving.types.BottomType
- All Implemented Interfaces:
Acceptor<TypeVisitor>
This type is an imaginary/intermediate type which is used to calculate Type Inference
- Author:
- Zun Wang
-
Method Summary
Modifier and TypeMethodDescription<V extends TypeVisitor>
Vaccept
(@NonNull V v) Called when this object is visited.protected Type
static @NonNull BottomType
protected boolean
toString()
Methods inherited from class sootup.core.types.Type
asPrimitiveType, asReferenceType, asTopType, asUnknownType, asVoidType, createArrayType, getValueBitSize, isIntLikeType, isObject, isObjectLikeType, isPrimitiveType, isReferenceType, isTopType, isUnknownType, isVoidType, toPrimitiveType, toReferenceType, toTopType, toUnknownType, toVoidType
-
Method Details
-
getInstance
-
accept
Description copied from interface:Acceptor
Called when this object is visited. -
toString
-
isBottomType
protected boolean isBottomType()- Overrides:
isBottomType
in classType
-
asBottomType
- Overrides:
asBottomType
in classType
-
toBottomType
- Overrides:
toBottomType
in classType
-