public abstract class LVInstruction extends Instruction
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LVInstruction.LVType  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
LVInstruction(byte[] bytes)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getLVIndex()
Gets the local variable index this LVInstruction references. 
 | 
LVInstruction.LVType | 
getLVType()
Gets the type of this LVInstruction 
 | 
getAttribute, getBranchParent, getBytes, getOffset, getOpcode, isBranchTarget, length, setAttribute, setAttribute, setBytes, setOffset, stackConsumption, stackUsage, toStringpublic int getLVIndex()
public LVInstruction.LVType getLVType()
Copyright © 2017. All rights reserved.