Searched defs:matchMethod (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java981 private MemberDefinition matchMethod(Environment env, method in class:ClassDefinition
991 throw new CompilerError("matchMethod called early");
1078 public MemberDefinition matchMethod(Environment env, method in class:ClassDefinition
1084 return matchMethod(env, accessor, methodName,
1094 public MemberDefinition matchMethod(Environment env, method in class:ClassDefinition
1099 return matchMethod(env, accessor, methodName,
1104 * A version of matchMethod to be used only for constructors
1117 return matchMethod(env, null, idInit, argumentTypes,
1177 // getMethods() and matchMethod(). It should be accessed by

Completed in 67 milliseconds