| Modifier and Type | Method and Description |
|---|---|
String |
Minifier.toClassName(BytecodeClassinfoConstant aTypeRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
JSMinifier.toClassName(BytecodeClassinfoConstant aTypeRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
OpenCLMinifier.toClassName(BytecodeClassinfoConstant aTypeRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
WASMMinifier.toClassName(BytecodeClassinfoConstant aTypeRef) |
| Modifier and Type | Field and Description |
|---|---|
static BytecodeClassinfoConstant |
BytecodeClassinfoConstant.OBJECT_CLASS |
| Modifier and Type | Method and Description |
|---|---|
BytecodeClassinfoConstant |
BytecodeExceptionTableEntry.getCatchType() |
BytecodeClassinfoConstant |
BytecodeClassIndex.getClassConstant() |
BytecodeClassinfoConstant |
BytecodeInterface.getClassinfoConstant() |
BytecodeClassinfoConstant |
BytecodeInstructionNEW.getClassInfoForObjectToCreate() |
BytecodeClassinfoConstant |
BytecodeReplacer.MergeResult.getSuperClass() |
BytecodeClassinfoConstant |
BytecodeClass.getSuperClass() |
BytecodeClassinfoConstant |
BytecodeClass.getThisInfo() |
BytecodeClassinfoConstant |
BytecodeInstructionCHECKCAST.getTypeCheck() |
BytecodeClassinfoConstant |
BytecodeInstructionNEWMULTIARRAY.getTypeConstant() |
BytecodeClassinfoConstant |
BytecodeInstructionINSTANCEOF.getTypeRef() |
| Modifier and Type | Method and Description |
|---|---|
BytecodeReplacer.MergeResult |
BytecodeReplacer.replace(BytecodeClassinfoConstant aClass,
BytecodeMethod[] aMethods,
BytecodeField[] aFields,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeAttributeInfo[] aClassAttributes) |
BytecodeReplacer.MergeResult |
BytecodeShadowReplacer.replace(BytecodeClassinfoConstant aClass,
BytecodeMethod[] aMethods,
BytecodeField[] aFields,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeAttributeInfo[] aClassAttributes) |
| Constructor and Description |
|---|
BytecodeClass(BytecodeConstantPool aConstantPool,
BytecodeAccessFlags aAccessFlags,
BytecodeClassinfoConstant aThisClass,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeField[] aFields,
BytecodeMethod[] aMethods,
BytecodeAttributeInfo[] aClassAttributes) |
BytecodeInterface(BytecodeClassinfoConstant aClassinfoConstant) |
MergeResult(BytecodeMethod[] aMethods,
BytecodeField[] aFields,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeAttributeInfo[] aClassAttributes) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeClassinfoConstant |
NewObjectExpression.getType() |
BytecodeClassinfoConstant |
InstanceOfExpression.getType() |
| Constructor and Description |
|---|
CheckCastExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
Value aValue,
BytecodeClassinfoConstant aType) |
InstanceOfExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
Value aVariable,
BytecodeClassinfoConstant aType) |
NewObjectExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
BytecodeClassinfoConstant aType) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.