MethodContext

data class MethodContext(val access: Int, val name: String?, val descriptor: String?, val signature: String?, val exceptions: List<String>?)

Constructors

Link copied to clipboard
constructor(access: Int, name: String?, descriptor: String?, signature: String?, exceptions: List<String>?)

Properties

Link copied to clipboard
val access: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard