Package de.mirkosertic.bytecoder.core.ir
Interface AbstractInvocation
- All Known Implementing Classes:
MethodInvocation
,MethodInvocationExpression
public interface AbstractInvocation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeInvocationTypeTo
(InvocationType newInvocationType) method()
-
Method Details
-
method
ResolvedMethod method() -
invocationType
InvocationType invocationType() -
changeInvocationTypeTo
-