import eclipse 3.1 M4 compiler
[org.ibex.tool.git] / src / org / eclipse / jdt / internal / compiler / lookup / ProblemBinding.java
index c4fab5f..b1dd4db 100644 (file)
@@ -38,7 +38,7 @@ ProblemBinding(char[] name, ReferenceBinding searchType, int problemId) {
 * Answer the receiver's binding type from Binding.BindingID.
 */
 
-public final int bindingType() {
+public final int kind() {
        return VARIABLE | TYPE;
 }
 /* API