| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.core |
| Modifier and Type | Method and Description |
|---|---|
BytecodeAccessFlags |
BytecodeField.getAccessFlags() |
BytecodeAccessFlags |
BytecodeMethod.getAccessFlags() |
BytecodeAccessFlags |
BytecodeClass.getAccessFlags() |
| Constructor and Description |
|---|
BytecodeClass(BytecodeConstantPool aConstantPool,
BytecodeAccessFlags aAccessFlags,
BytecodeClassinfoConstant aThisClass,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeField[] aFields,
BytecodeMethod[] aMethods,
BytecodeAttributeInfo[] aClassAttributes) |
BytecodeField(BytecodeAccessFlags aAccessFlags,
BytecodeUtf8Constant aName,
BytecodeTypeRef aTypeRef,
BytecodeAttributeInfo[] aAttributeInfo) |
BytecodeMethod(BytecodeAccessFlags aAccessFlags,
BytecodeUtf8Constant aName,
BytecodeMethodSignature aSignature,
BytecodeAttributeInfo[] aAttributes) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.