ClassInfo
class ClassInfo(val minorVersion: UShort, val majorVersion: UShort, val constantPool: ConstantPool, val accessFlags: UShort, val thisClass: ConstantClassInfo, val superClass: ConstantClassInfo, val interfaces: InterfaceList, val fieldInfos: FieldList, val methodInfos: MethodList, val attributeInfos: AttributeMap)(source)
Constructors
Link copied to clipboard
constructor(minorVersion: UShort, majorVersion: UShort, constantPool: ConstantPool, accessFlags: UShort, thisClass: ConstantClassInfo, superClass: ConstantClassInfo, interfaces: InterfaceList, fieldInfos: FieldList, methodInfos: MethodList, attributeInfos: AttributeMap)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard