Class FieldGenOrMethodGen

    • Constructor Detail

      • FieldGenOrMethodGen

        protected FieldGenOrMethodGen()
    • Method Detail

      • setType

        public void setType​(Type type)
      • getType

        public Type getType()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • setConstantPool

        public void setConstantPool​(ConstantPool cp)
      • addAttribute

        public void addAttribute​(Attribute a)
      • removeAttribute

        public void removeAttribute​(Attribute a)
      • removeAttributes

        public void removeAttributes()
      • addAnnotation

        public void addAnnotation​(AnnotationGen ag)
      • removeAnnotation

        public void removeAnnotation​(AnnotationGen ag)
      • removeAnnotations

        public void removeAnnotations()
      • getAttributesImmutable

        public Attribute[] getAttributesImmutable()
      • addAnnotationsAsAttribute

        protected void addAnnotationsAsAttribute​(ConstantPool cp)
      • getSignature

        public abstract String getSignature()