Interface InjectedArgument
-
- All Known Implementing Classes:
ConstantPrimitive
,ConstantString
public interface InjectedArgument
This interface defines api for modeling arguments to be passed to the method invocation instructions that are injected byCodeInjector
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getInternalType()
java.lang.Object
getValue()
-