Class Clazz.MethodDef

    • Constructor Detail

      • MethodDef

        public MethodDef​(aQute.bnd.classfile.MethodInfo methodInfo)
    • Method Detail

      • isConstructor

        public boolean isConstructor()
      • isBridge

        public boolean isBridge()
      • parameterAnnotations

        public java.util.stream.Stream<ParameterAnnotation> parameterAnnotations​(java.lang.String binaryNameFilter)
      • isDeprecated

        public boolean isDeprecated()
      • getSignature

        public java.lang.String getSignature()
      • annotations

        public java.util.stream.Stream<Annotation> annotations​(java.lang.String binaryNameFilter)
      • typeAnnotations

        public java.util.stream.Stream<TypeAnnotation> typeAnnotations​(java.lang.String binaryNameFilter)