Package-level declarations

Types

Link copied to clipboard
class MethodDescriptor(val name: String, val parameters: Array<TypeDescriptor>, val returnType: TypeDescriptor)

A class to represent a method descriptor

Link copied to clipboard
class PathDescriptor(val packageEntities: Array<String>, val classEntities: Array<String>, val entity: String)

Path Signature

Link copied to clipboard
interface TypeDescriptor

A type (of a field, method, parameter, variable, etc.)