Package de.mirkosertic.bytecoder.core.ir
Class MethodInvocationExpression
java.lang.Object
de.mirkosertic.bytecoder.core.ir.Node
de.mirkosertic.bytecoder.core.ir.Value
de.mirkosertic.bytecoder.core.ir.MethodInvocationExpression
- All Implemented Interfaces:
AbstractInvocation
,PotentialSideeffect
public class MethodInvocationExpression
extends Value
implements PotentialSideeffect, AbstractInvocation
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.objectweb.asm.tree.MethodInsnNode
final ResolvedMethod
Fields inherited from class de.mirkosertic.bytecoder.core.ir.Node
error, incomingDataFlows, outgoingFlows, tobepruned
-
Constructor Summary
ConstructorsConstructorDescriptionMethodInvocationExpression
(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.Node
addIncomingData, addOutgoingData, clearIncomingData, isMarkedToBePruned, markAsDoBePruned, remapDataFlow, removeFromIncomingData, removeFromOutgoingData
-
Field Details
-
insnNode
public final org.objectweb.asm.tree.MethodInsnNode insnNode -
method
-
invocationType
-
-
Constructor Details
-
MethodInvocationExpression
public MethodInvocationExpression(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
-