Searched refs:constantMethodType (Results 1 – 1 of 1) sorted by relevance
97 ConstantMethodType constantMethodType = constantMethodTypes.get(name); in visitMethod() local98 if (constantMethodType != null) { in visitMethod()99 insertConstantMethodType(constantMethodType); in visitMethod()150 private void insertConstantMethodType(ConstantMethodType constantMethodType) { in visitMethod() argument153 constantMethodType.returnType(), in visitMethod()154 constantMethodType.parameterTypes()); in visitMethod()206 ConstantMethodType constantMethodType = m.getAnnotation(ConstantMethodType.class);207 if (constantMethodType != null) {209 constantMethodTypes.put(m.getName(), constantMethodType);