Uses of Enum
de.mirkosertic.bytecoder.core.ir.InvocationType
Packages that use InvocationType
-
Uses of InvocationType in de.mirkosertic.bytecoder.core.ir
Fields in de.mirkosertic.bytecoder.core.ir declared as InvocationTypeModifier and TypeFieldDescriptionMethodInvocation.invocationType
MethodInvocationExpression.invocationType
Methods in de.mirkosertic.bytecoder.core.ir that return InvocationTypeModifier and TypeMethodDescriptionAbstractInvocation.invocationType()
MethodInvocation.invocationType()
MethodInvocationExpression.invocationType()
static InvocationType
Returns the enum constant of this type with the specified name.static InvocationType[]
InvocationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mirkosertic.bytecoder.core.ir with parameters of type InvocationTypeModifier and TypeMethodDescriptionvoid
AbstractInvocation.changeInvocationTypeTo
(InvocationType newInvocationType) void
MethodInvocation.changeInvocationTypeTo
(InvocationType newInvocationType) void
MethodInvocationExpression.changeInvocationTypeTo
(InvocationType newInvocationType) Graph.newMethodInvocation
(InvocationType invocationType, org.objectweb.asm.tree.MethodInsnNode insn, ResolvedMethod rm) Graph.newMethodInvocationExpression
(InvocationType invocationType, org.objectweb.asm.tree.MethodInsnNode insn, ResolvedMethod rm) Constructors in de.mirkosertic.bytecoder.core.ir with parameters of type InvocationTypeModifierConstructorDescriptionMethodInvocation
(org.objectweb.asm.tree.MethodInsnNode insnNode, ResolvedMethod method, InvocationType invocationType) MethodInvocationExpression
(org.objectweb.asm.tree.MethodInsnNode insnNode, ResolvedMethod method, InvocationType invocationType)