Lines Matching refs:method
117 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute)
125 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
129 codeAttribute.exceptionsAccept(clazz, method, this);
130 codeAttribute.attributesAccept(clazz, method, this);
134 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute)
138 stackMapAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this);
142 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute)
146 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this);
158 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute)
162 parameterAnnotationsAttribute.annotationsAccept(clazz, method, this);
166 public void visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute)
184 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
192 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame)
198 public void visitSameOneFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame)
202 sameOneFrame.stackItemAccept(clazz, method, codeAttribute, offset, this);
206 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame)
212 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame)
216 moreZeroFrame.additionalVariablesAccept(clazz, method, codeAttribute, offset, this);
220 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
224 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
225 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
231 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType)