Class MTypeAnnotation

    • Field Detail

      • typeRef

        protected int typeRef
      • typePath

        protected String typePath
      • descriptor

        protected String descriptor
      • visible

        protected boolean visible
    • Constructor Detail

      • MTypeAnnotation

        public MTypeAnnotation()
      • MTypeAnnotation

        public MTypeAnnotation​(int typeRef,
                               org.objectweb.asm.TypePath typePath,
                               String descriptor,
                               boolean visible)