Package-level declarations
Types
Link copied to clipboard
class AttributeCodeInfo(val name: ConstantUtf8Info, val maxStack: UShort, val maxLocals: UShort, val code: ByteArray, val exceptionTable: Array<AttributeCodeInfo.ExceptionTableEntry>, val attributes: Array<AttributeInfo>) : AttributeInfo
Link copied to clipboard
class AttributeConstantValueInfo(attributeName: ConstantUtf8Info, val value: ConstantInfo) : AttributeInfo
Link copied to clipboard
Link copied to clipboard
open class AttributeMap(val map: Map<String, AttributeInfo>) : Map<String, AttributeInfo> , ConstantUser
Link copied to clipboard
class AttributeStackMapTableInfo(val name: ConstantUtf8Info, val entries: AttributeStackMapTableInfo.StackMapFrameList) : AttributeInfo
Link copied to clipboard
Link copied to clipboard
class MutableAttributeMap(map: MutableMap<String, AttributeInfo>) : AttributeMap, MutableMap<String, AttributeInfo>