Home | History | Annotate | Download | only in evaluation

Lines Matching refs:Method

176     public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
180 // method.getName(clazz).equals("abc");
183 // Catch any unexpected exceptions from the actual visiting method.
187 visitCodeAttribute0(clazz, method, codeAttribute);
193 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]");
198 method.accept(clazz, new ClassPrinter());
247 public void visitCodeAttribute0(Clazz clazz, Method method, CodeAttribute codeAttribute)
253 System.out.println("Partial evaluation: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
264 initializeParameters(clazz, method, codeAttribute, variables);
267 codeAttribute.accept(clazz, method, branchTargetFinder);
271 method,
433 * Returns whether the method is an instance initializer.
443 * the "super" or "this" initializer method, or <code>NONE</code> if it is
456 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
559 Method method,
567 method,
574 method,
586 Method method,
594 method,
609 method,
625 Method method,
638 method.getName(clazz),
639 method.getDescriptor(clazz)));
761 method,
770 System.err.println(" Method = ["+method.getName(clazz)+method.getDescriptor(clazz)+"]");
877 method,
906 Method method,
927 method,
998 Method method,
1019 method,
1030 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
1079 method,
1167 Method method,
1171 // Create the method parameters.
1178 // Initialize the method parameters.
1179 invocationUnit.enterMethod(clazz, method, parameters);