All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.shark.ReferenceLocationType.kt Maven / Gradle / Ivy

package shark

/**
 * TODO This is quite similar to the leaktrace equivalent
 */
enum class ReferenceLocationType {
  INSTANCE_FIELD,
  STATIC_FIELD,
  LOCAL,
  ARRAY_ENTRY
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy