Interface MethodUsage

All Superinterfaces:
GenericNode<JavaNode>, JavaNode, JjtreeNode<JavaNode>, Node, Reportable, TextAvailableNode
All Known Subinterfaces:
InvocationNode
All Known Implementing Classes:
ASTConstructorCall, ASTEnumConstant, ASTExplicitConstructorInvocation, ASTMethodCall, ASTMethodReference

public interface MethodUsage extends JavaNode
A node that uses another method or constructor. Those are InvocationNodes and MethodReference. TODO should these method be named the same, and added to this interface?