Class MutableClass


  • public class MutableClass
    extends Object
    • Field Detail

      • classNode

        public final org.objectweb.asm.tree.ClassNode classNode
    • Method Detail

      • isInterface

        public boolean isInterface()
      • isAnnotation

        public boolean isAnnotation()
      • getName

        public String getName()
      • getMethods

        public Iterable<? extends org.objectweb.asm.tree.MethodNode> getMethods()
      • addMethod

        public void addMethod​(org.objectweb.asm.tree.MethodNode methodNode)
      • removeMethod

        public void removeMethod​(String name,
                                 String desc)
      • getFields

        public List<org.objectweb.asm.tree.FieldNode> getFields()
      • addField

        public void addField​(int index,
                             org.objectweb.asm.tree.FieldNode fieldNode)
      • addInterface

        public void addInterface​(String internalName)