Package de.mirkosertic.bytecoder.core.ir
Class MethodInvocation
java.lang.Object
de.mirkosertic.bytecoder.core.ir.Node
de.mirkosertic.bytecoder.core.ir.ControlTokenConsumer
de.mirkosertic.bytecoder.core.ir.MethodInvocation
- All Implemented Interfaces:
AbstractInvocation
,PotentialSideeffect
public class MethodInvocation
extends ControlTokenConsumer
implements PotentialSideeffect, AbstractInvocation
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.objectweb.asm.tree.MethodInsnNode
final ResolvedMethod
Fields inherited from class de.mirkosertic.bytecoder.core.ir.ControlTokenConsumer
controlComingFrom, controlFlowsTo
Fields inherited from class de.mirkosertic.bytecoder.core.ir.Node
error, incomingDataFlows, outgoingFlows, tobepruned
-
Constructor Summary
ConstructorsConstructorDescriptionMethodInvocation
(org.objectweb.asm.tree.MethodInsnNode insnNode, ResolvedMethod method, InvocationType invocationType) -
Method Summary
Modifier and TypeMethodDescriptionvoid
changeInvocationTypeTo
(InvocationType newInvocationType) method()
Methods inherited from class de.mirkosertic.bytecoder.core.ir.ControlTokenConsumer
addControlFlowTo, hasIncomingBackEdges, remapControlFlowTo
Methods inherited from class de.mirkosertic.bytecoder.core.ir.Node
addIncomingData, addOutgoingData, clearIncomingData, isMarkedToBePruned, markAsDoBePruned, remapDataFlow, removeFromIncomingData, removeFromOutgoingData
-
Field Details
-
insnNode
public final org.objectweb.asm.tree.MethodInsnNode insnNode -
method
-
invocationType
-
-
Constructor Details
-
MethodInvocation
public MethodInvocation(org.objectweb.asm.tree.MethodInsnNode insnNode, ResolvedMethod method, InvocationType invocationType)
-
-
Method Details
-
additionalDebugInfo
- Overrides:
additionalDebugInfo
in classNode
-
method
- Specified by:
method
in interfaceAbstractInvocation
-
invocationType
- Specified by:
invocationType
in interfaceAbstractInvocation
-
changeInvocationTypeTo
- Specified by:
changeInvocationTypeTo
in interfaceAbstractInvocation
-