Class BytecodeAnnotationBuilder

    • Field Detail

      • logger

        private static final com.chrisnewland.freelogj.Logger logger
      • verifyBytecodeInstructions

        private boolean verifyBytecodeInstructions
      • processAnnotationsForInlinedMethods

        private boolean processAnnotationsForInlinedMethods
      • allowedAnnotations

        private java.util.EnumSet<BCAnnotationType> allowedAnnotations
      • unhandledTags

        private java.util.Set<Tag> unhandledTags
    • Constructor Detail

      • BytecodeAnnotationBuilder

        public BytecodeAnnotationBuilder​(boolean verifyBytecodeInstructions)
      • BytecodeAnnotationBuilder

        public BytecodeAnnotationBuilder​(boolean verifyBytecodeInstructions,
                                         boolean processAnnotationsForInlinedMethods)