import eclipse 3.1 M4 compiler
[org.ibex.tool.git] / src / org / eclipse / jdt / internal / compiler / lookup / InvocationSite.java
index e9703ba..462f95e 100644 (file)
@@ -11,6 +11,8 @@
 package org.eclipse.jdt.internal.compiler.lookup;
 
 public interface InvocationSite {
+       
+       TypeBinding[] genericTypeArguments();
        boolean isSuperAccess();
        boolean isTypeAccess();
        void setDepth(int depth);