Class ClassMethod

    • Method Detail

      • addCheckedExceptions

        public void addCheckedExceptions​(Class<? extends Exception>... exceptions)
      • addCheckedExceptions

        public void addCheckedExceptions​(String... exceptions)
      • getAccessFlags

        public int getAccessFlags()
      • getReturnType

        public String getReturnType()
      • getParameters

        public String[] getParameters()
      • getName

        public String getName()
      • getDescriptor

        public String getDescriptor()
      • isConstructor

        public boolean isConstructor()
      • isStatic

        public boolean isStatic()
      • getClassFile

        public ClassFile getClassFile()
      • getRuntimeVisibleAnnotationsAttribute

        public AnnotationsAttribute getRuntimeVisibleAnnotationsAttribute()
      • getSignature

        public String getSignature()
      • setSignature

        public void setSignature​(String signature)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object