public class BytecodeInstructionNEWMULTIARRAY extends BytecodeInstruction
| Constructor and Description |
|---|
BytecodeInstructionNEWMULTIARRAY(BytecodeOpcodeAddress aOpcodeIndex,
int aTypeIndex,
int aDimensions,
BytecodeConstantPool aConstantPool) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDimensions() |
BytecodeObjectTypeRef |
getObjectType() |
BytecodeClassinfoConstant |
getTypeConstant() |
void |
performLinking(BytecodeClass aOwningClass,
BytecodeLinkerContext aLinkerContext) |
getOpcodeAddress, getPotentialJumpTargets, isJumpSourcepublic BytecodeInstructionNEWMULTIARRAY(BytecodeOpcodeAddress aOpcodeIndex, int aTypeIndex, int aDimensions, BytecodeConstantPool aConstantPool)
public BytecodeClassinfoConstant getTypeConstant()
public BytecodeObjectTypeRef getObjectType()
public int getDimensions()
public void performLinking(BytecodeClass aOwningClass, BytecodeLinkerContext aLinkerContext)
performLinking in class BytecodeInstructionCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.