Class InvokeDynamicInstruction
java.lang.Object
org.teavm.model.Instruction
org.teavm.model.InvokeDynamicInstruction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(InstructionVisitor visitor) voidsetBootstrapMethod(MethodHandle bootstrapMethod) voidsetInstance(Variable instance) voidsetMethod(MethodDescriptor method) voidsetReceiver(Variable receiver) Methods inherited from class Instruction
delete, getBasicBlock, getLocation, getNext, getPrevious, getProgram, insertNext, insertNextAll, insertPrevious, insertPreviousAll, replace, setLocation
-
Constructor Details
-
InvokeDynamicInstruction
public InvokeDynamicInstruction()
-
-
Method Details
-
getMethod
-
setMethod
-
getBootstrapMethod
-
setBootstrapMethod
-
getReceiver
-
setReceiver
-
getBootstrapArguments
-
getInstance
-
setInstance
-
getArguments
-
acceptVisitor
- Specified by:
acceptVisitorin classInstruction
-