Class BottomType

java.lang.Object
sootup.core.types.Type
sootup.interceptors.typeresolving.types.BottomType
All Implemented Interfaces:
Acceptor<TypeVisitor>

public class BottomType extends Type
This type is an imaginary/intermediate type which is used to calculate Type Inference
Author:
Zun Wang
  • Method Details

    • getInstance

      public static @NonNull BottomType getInstance()
    • accept

      public <V extends TypeVisitor> V accept(@NonNull V v)
      Description copied from interface: Acceptor
      Called when this object is visited.
    • toString

      public String toString()
      Overrides:
      toString in class Object