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
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.objectweb.asm.tree.MethodInsnNodefinal ResolvedMethodFields inherited from class de.mirkosertic.bytecoder.core.ir.ControlTokenConsumer
controlComingFrom, controlFlowsToFields inherited from class de.mirkosertic.bytecoder.core.ir.Node
error, incomingDataFlows, nodeType, owner -
Constructor Summary
ConstructorsConstructorDescriptionMethodInvocation(Graph owner, org.objectweb.asm.tree.MethodInsnNode insnNode, ResolvedMethod method, InvocationType invocationType) -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeInvocationTypeTo(InvocationType newInvocationType) booleanmethod()Methods inherited from class de.mirkosertic.bytecoder.core.ir.ControlTokenConsumer
addControlFlowTo, hasIncomingBackEdges, replaceInControlFlow, sanityCheckMethods inherited from class de.mirkosertic.bytecoder.core.ir.Node
addIncomingData, hasSideSideEffectRecursive, isConstant, outgoingDataFlows, remapDataFlow, removeFromIncomingData
-
Field Details
-
insnNode
public final org.objectweb.asm.tree.MethodInsnNode insnNode -
method
-
invocationType
-
-
Constructor Details
-
MethodInvocation
MethodInvocation(Graph owner, org.objectweb.asm.tree.MethodInsnNode insnNode, ResolvedMethod method, InvocationType invocationType)
-
-
Method Details
-
additionalDebugInfo
- Overrides:
additionalDebugInfoin classNode
-
method
- Specified by:
methodin interfaceAbstractInvocation
-
invocationType
- Specified by:
invocationTypein interfaceAbstractInvocation
-
changeInvocationTypeTo
- Specified by:
changeInvocationTypeToin interfaceAbstractInvocation
-
hasSideSideEffect
public boolean hasSideSideEffect()- Overrides:
hasSideSideEffectin classNode
-
stampInto
-