接口 InjectedArgument
-
public interface InjectedArgumentThis interface defines an API for modeling arguments to be passed to the method invocation instructions that are injected byCodeInjector.
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 修饰符和类型 方法 说明 java.lang.StringgetInternalType()java.lang.ObjectgetValue()default voidpushToStack(InstructionSequenceBuilder code)Pushes an argument to the stack, adjusting the internal type in case it is an array.
-
-
-
方法详细资料
-
getValue
java.lang.Object getValue()
-
getInternalType
java.lang.String getInternalType()
-
pushToStack
default void pushToStack(InstructionSequenceBuilder code)
Pushes an argument to the stack, adjusting the internal type in case it is an array.- 参数:
code- InstructionSequenceBuilder to add the pushing instructions.
-
-