类 LocalVariable
- java.lang.Object
-
- proguard.classfile.util.inject.argument.LocalVariable
-
- 所有已实现的接口:
InjectedArgument
public class LocalVariable extends java.lang.Object implements InjectedArgument
-
-
构造器概要
构造器 构造器 说明 LocalVariable(int targetVariableIndex, java.lang.String internalType)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.StringgetInternalType()intgetTargetVariableIndex()java.lang.ObjectgetValue()voidpushToStack(InstructionSequenceBuilder code)Pushes an argument to the stack, adjusting the internal type in case it is an array.
-
-
-
方法详细资料
-
getValue
public java.lang.Object getValue()
- 指定者:
getValue在接口中InjectedArgument
-
getInternalType
public java.lang.String getInternalType()
- 指定者:
getInternalType在接口中InjectedArgument
-
getTargetVariableIndex
public int getTargetVariableIndex()
-
pushToStack
public void pushToStack(InstructionSequenceBuilder code)
从接口复制的说明:InjectedArgumentPushes an argument to the stack, adjusting the internal type in case it is an array.- 指定者:
pushToStack在接口中InjectedArgument- 参数:
code- InstructionSequenceBuilder to add the pushing instructions.
-
-