| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.backend.llvm | |
| de.mirkosertic.bytecoder.backend.wasm | |
| de.mirkosertic.bytecoder.core | |
| de.mirkosertic.bytecoder.relooper |
| Modifier and Type | Method and Description |
|---|---|
static String |
LLVMWriterUtils.toMethodName(BytecodeObjectTypeRef aClassName,
BytecodeUtf8Constant aConstant,
BytecodeMethodSignature aSignature) |
| Modifier and Type | Method and Description |
|---|---|
static String |
WASMWriterUtils.toMethodName(BytecodeObjectTypeRef aClassName,
BytecodeUtf8Constant aConstant,
BytecodeMethodSignature aSignature) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeUtf8Constant |
BytecodeClassinfoConstant.getConstant() |
BytecodeUtf8Constant |
BytecodeNameIndex.getName() |
BytecodeUtf8Constant |
BytecodeField.getName() |
BytecodeUtf8Constant |
BytecodeMethod.getName() |
BytecodeUtf8Constant |
BytecodeAnnotation.ElementValuePair.getName() |
BytecodeUtf8Constant |
BytecodeStringConstant.getValue() |
BytecodeUtf8Constant |
BytecodeReplacer.replaceTypeIn(BytecodeUtf8Constant aType) |
| Modifier and Type | Method and Description |
|---|---|
Set<BytecodeUtf8Constant> |
BytecodeBasicBlock.getCatchType() |
| Modifier and Type | Method and Description |
|---|---|
static BytecodeObjectTypeRef |
BytecodeObjectTypeRef.fromUtf8Constant(BytecodeUtf8Constant aConstant) |
BytecodeLinkedClass |
BytecodeLinkerContext.isLinkedOrNull(BytecodeUtf8Constant aConstant) |
BytecodeUtf8Constant |
BytecodeReplacer.replaceTypeIn(BytecodeUtf8Constant aType) |
boolean |
BytecodeLinkedClass.resolveInstanceField(BytecodeUtf8Constant aName) |
boolean |
BytecodeLinkedClass.resolveStaticField(BytecodeUtf8Constant aName) |
BytecodeTypeRef |
BytecodeSignatureParser.toFieldType(BytecodeUtf8Constant aConstant) |
BytecodeMethodSignature |
BytecodeSignatureParser.toMethodSignature(BytecodeUtf8Constant aConstant) |
| Constructor and Description |
|---|
BytecodeField(BytecodeAccessFlags aAccessFlags,
BytecodeUtf8Constant aName,
BytecodeTypeRef aTypeRef,
BytecodeAttributeInfo[] aAttributeInfo) |
BytecodeMethod(BytecodeAccessFlags aAccessFlags,
BytecodeUtf8Constant aName,
BytecodeMethodSignature aSignature,
BytecodeAttributeInfo[] aAttributes) |
BytecodeUnknownAttributeInfo(BytecodeUtf8Constant aAttributeName,
byte[] aAttributeData) |
| Constructor and Description |
|---|
BytecodeBasicBlock(Set<BytecodeUtf8Constant> aCatchType) |
| Modifier and Type | Method and Description |
|---|---|
Set<BytecodeUtf8Constant> |
Relooper.TryBlock.CatchBlock.getCaughtExceptions() |
| Constructor and Description |
|---|
CatchBlock(Set<BytecodeUtf8Constant> caughtExceptions,
Relooper.Block handler) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.