Package com.tonic.analysis.instruction
Interface LocalVarInstruction
-
- All Known Implementing Classes:
ALoadInstruction,AStoreInstruction,DLoadInstruction,DStoreInstruction,FLoadInstruction,FStoreInstruction,IIncInstruction,ILoadInstruction,IStoreInstruction,LLoadInstruction,LStoreInstruction,RetInstruction,WideIIncInstruction,WideInstruction
public interface LocalVarInstructionImplemented by instructions that reference a local-variable slot: the load/store family,iinc,ret, and the wide forms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetVarIndex()
-