ShakeInterpreterClass

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val classRegistryIndex: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val isStatic: Boolean
Link copied to clipboard
Link copied to clipboard
abstract val qualifiedName: String
Link copied to clipboard
abstract val simpleName: String
Link copied to clipboard
abstract val sizeInMemory: Long
Link copied to clipboard
abstract val staticLocation: Long
Link copied to clipboard
abstract val staticSizeInMemory: Long
Link copied to clipboard
abstract val storage: Class

Functions

Link copied to clipboard
Link copied to clipboard

The methods, fields and subclasses of this class

Link copied to clipboard

The methods, fields and subclasses of this class

Link copied to clipboard

The methods, fields and subclasses of this class

Link copied to clipboard
abstract fun getClass(descriptor: PathDescriptor): ShakeInterpreterClass?
open fun getClass(descriptor: String): ShakeInterpreterClass?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getField(descriptor: PathDescriptor): ShakeInterpreterField
open fun getField(descriptor: String): ShakeInterpreterField
Link copied to clipboard
abstract fun getMethod(descriptor: PathDescriptor): ShakeInterpreterMethod?
open fun getMethod(descriptor: String): ShakeInterpreterMethod?
Link copied to clipboard
abstract fun getStorageOfField(name: String): Long