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.invocationTypeMethodInvocationExpression.invocationTypeMethods in de.mirkosertic.bytecoder.core.ir that return InvocationTypeModifier and TypeMethodDescriptionAbstractInvocation.invocationType()MethodInvocation.invocationType()MethodInvocationExpression.invocationType()static InvocationTypeReturns 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 TypeMethodDescriptionvoidAbstractInvocation.changeInvocationTypeTo(InvocationType newInvocationType) voidMethodInvocation.changeInvocationTypeTo(InvocationType newInvocationType) voidMethodInvocationExpression.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 InvocationTypeModifierConstructorDescription(package private)MethodInvocation(Graph owner, org.objectweb.asm.tree.MethodInsnNode insnNode, ResolvedMethod method, InvocationType invocationType) (package private)MethodInvocationExpression(Graph owner, org.objectweb.asm.tree.MethodInsnNode insnNode, ResolvedMethod method, InvocationType invocationType)