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

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DAssignAddExpression.java84 .matchMethod(env, sourceClass,
91 .matchMethod(env, sourceClass, idToString);
119 .matchMethod(env, sourceClass,
126 .matchMethod(env, sourceClass, idToString);
H A DExpression.java502 stClsDef.matchMethod(env, sourceClass, idValueOf, argType1);
516 stClsDef.matchMethod(env, sourceClass, idValueOf, argType2);
523 stClsDef.matchMethod(env, sourceClass, idValueOf, argType);
547 f = sbClsDef.matchMethod(env, sourceClass, idInit);
553 f = sbClsDef.matchMethod(env, sourceClass, idInit, argType);
571 f = sbClsDef.matchMethod(env, sourceClass, idAppend, argType);
H A DAddExpression.java240 sbClass.getClassDefinition(env).matchMethod(env,
H A DNewInstanceExpression.java260 field = def.matchMethod(env, sourceClass, idInit, argTypes);
H A DMethodExpression.java230 // Otherwise, for example, the call below to 'matchMethod'
302 field = clazz.matchMethod(env, sourceClass, id, argTypes);
/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 40 milliseconds