Interface AbstractMethodInvocation

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ClassInstanceCreation, ConstructorInvocation, MethodInvocation, SuperConstructorInvocation, SuperMethodInvocation
All Known Implementing Classes:
AbstractMethodInvocationImpl, ClassInstanceCreationImpl, ConstructorInvocationImpl, MethodInvocationImpl, SuperConstructorInvocationImpl, SuperMethodInvocationImpl

public interface AbstractMethodInvocation
extends ASTNode
A representation of the model object 'Abstract Method Invocation'.

The following features are supported:

See Also:
JavaPackage.getAbstractMethodInvocation()