Package de.mirkosertic.bytecoder.core.ir
Interface AbstractInvocation
-
- All Known Implementing Classes:
MethodInvocation,MethodInvocationExpression
public interface AbstractInvocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangeInvocationTypeTo(InvocationType newInvocationType)InvocationTypeinvocationType()ResolvedMethodmethod()
-
-
-
Method Detail
-
method
ResolvedMethod method()
-
invocationType
InvocationType invocationType()
-
changeInvocationTypeTo
void changeInvocationTypeTo(InvocationType newInvocationType)
-
-