Lines Matching refs:Method
201 // Mark the bootstrap method entries.
255 public void visitMethodParametersAttribute(Clazz clazz, Method method, MethodParametersAttribute methodParametersAttribute)
260 methodParametersAttribute.parametersAccept(clazz, method, this);
264 public void visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute)
273 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
279 codeAttribute.instructionsAccept(clazz, method, this);
280 codeAttribute.exceptionsAccept(clazz, method, this);
281 codeAttribute.attributesAccept(clazz, method, this);
285 public void visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute)
290 stackMapAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this);
294 public void visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute)
299 stackMapTableAttribute.stackMapFramesAccept(clazz, method, codeAttribute, this);
303 public void visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute)
308 localVariableTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
312 public void visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute)
317 localVariableTypeTableAttribute.localVariablesAccept(clazz, method, codeAttribute, this);
330 public void visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute)
335 parameterAnnotationsAttribute.annotationsAccept(clazz, method, this);
339 public void visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute)
371 public void visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo)
382 public void visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) {}
385 public void visitSameOneFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame)
388 sameOneFrame.stackItemAccept(clazz, method, codeAttribute, offset, this);
392 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame)
395 moreZeroFrame.additionalVariablesAccept(clazz, method, codeAttribute, offset, this);
399 public void visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame)
402 fullFrame.variablesAccept(clazz, method, codeAttribute, offset, this);
403 fullFrame.stackAccept(clazz, method, codeAttribute, offset, this);
409 public void visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType) {}
412 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
420 public void visitParameterInfo(Clazz clazz, Method method, int parameterIndex, ParameterInfo parameterInfo)
428 public void visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo)
437 public void visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo)
517 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
520 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)