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
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.objectweb.asm.tree.MethodInsnNodefinal ResolvedMethodFields inherited from class Node
error, incomingDataFlows, nodeType, owner -
Constructor Summary
ConstructorsConstructorDescriptionMethodInvocationExpression(Graph owner, org.objectweb.asm.tree.MethodInsnNode insnNode, ResolvedMethod method, InvocationType invocationType) -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeInvocationTypeTo(InvocationType newInvocationType) booleanmethod()Methods inherited from class Node
addIncomingData, hasSideSideEffectRecursive, isConstant, outgoingDataFlows, remapDataFlow, removeFromIncomingData, sanityCheck
-
Field Details
-
insnNode
public final org.objectweb.asm.tree.MethodInsnNode insnNode -
method
-
invocationType
-
-
Constructor Details
-
MethodInvocationExpression
MethodInvocationExpression(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
-