Class ASMClass


  • public class ASMClass
    extends Object
    • Constructor Detail

      • ASMClass

        public ASMClass​(org.jetbrains.org.objectweb.asm.ClassReader reader,
                        boolean needParamNames)
    • Method Detail

      • isAbstract

        public boolean isAbstract()
      • isStatic

        public boolean isStatic()
      • isPublic

        public boolean isPublic()
      • isFinal

        public boolean isFinal()
      • isDeprecated

        public boolean isDeprecated()
      • getName

        public String getName()
      • getFqName

        public String getFqName()
      • getInnerClasses

        public List<org.jetbrains.org.objectweb.asm.tree.InnerClassNode> getInnerClasses()
      • getGenericInterfaces

        public List<ASMType> getGenericInterfaces()
      • getGenericSuperclass

        public ASMType getGenericSuperclass()
      • getDeclaredFields

        public List<ASMField> getDeclaredFields()
      • getDeclaredMethods

        public List<ASMMethod> getDeclaredMethods()
      • getDeclaredConstructors

        public List<ASMMethod> getDeclaredConstructors()