Class LocalVariable
java.lang.Object
proguard.classfile.util.inject.argument.LocalVariable
- All Implemented Interfaces:
InjectedArgument
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()voidPushes an argument to the stack, adjusting the internal type in case it is an array.
-
Constructor Details
-
LocalVariable
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceInjectedArgument
-
getInternalType
- Specified by:
getInternalTypein interfaceInjectedArgument
-
getTargetVariableIndex
public int getTargetVariableIndex() -
pushToStack
Description copied from interface:InjectedArgumentPushes an argument to the stack, adjusting the internal type in case it is an array.- Specified by:
pushToStackin interfaceInjectedArgument- Parameters:
code- InstructionSequenceBuilder to add the pushing instructions.
-