BytecodeAttributes(BytecodeAttributeInfo[] aAttributes) |
BytecodeClass(BytecodeConstantPool aConstantPool,
BytecodeAccessFlags aAccessFlags,
BytecodeClassinfoConstant aThisClass,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeField[] aFields,
BytecodeMethod[] aMethods,
BytecodeAttributeInfo[] aClassAttributes) |
BytecodeCodeAttributeInfo(int aMaxStack,
int aMaxLocals,
BytecodeProgram aProgramm,
BytecodeAttributeInfo[] aAttributes) |
BytecodeField(BytecodeAccessFlags aAccessFlags,
BytecodeUtf8Constant aName,
BytecodeTypeRef aTypeRef,
BytecodeAttributeInfo[] aAttributeInfo) |
BytecodeMethod(BytecodeAccessFlags aAccessFlags,
BytecodeUtf8Constant aName,
BytecodeMethodSignature aSignature,
BytecodeAttributeInfo[] aAttributes) |
MergeResult(BytecodeMethod[] aMethods,
BytecodeField[] aFields,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeAttributeInfo[] aClassAttributes) |