Class MethodInfoWithAnnotations

All Implemented Interfaces:
Comparable, IBinaryMethod, IGenericMethod

public class MethodInfoWithAnnotations extends MethodInfo
  • Field Details

  • Method Details

    • getAnnotations

      public IBinaryAnnotation[] getAnnotations()
      Description copied from interface: IBinaryMethod
      Answer the runtime visible and invisible annotations for this method or null if none.
      Specified by:
      getAnnotations in interface IBinaryMethod
      Overrides:
      getAnnotations in class MethodInfo
    • initialize

      protected void initialize()
      Description copied from class: MethodInfo
      This method is used to fully initialize the contents of the receiver. All methodinfos, fields infos will be therefore fully initialized and we can get rid of the bytes.
      Overrides:
      initialize in class MethodInfo
    • reset

      protected void reset()
      Overrides:
      reset in class ClassFileStruct