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 void
changeInvocationTypeTo(InvocationType newInvocationType)
InvocationType
invocationType()
ResolvedMethod
method()
-
-
-
Method Detail
-
method
ResolvedMethod method()
-
invocationType
InvocationType invocationType()
-
changeInvocationTypeTo
void changeInvocationTypeTo(InvocationType newInvocationType)
-
-