Class Implementation.Simple

    • Field Detail

      • byteCodeAppender

        private final ByteCodeAppender byteCodeAppender
        The byte code appender to emmit.
    • Constructor Detail

      • Simple

        public Simple​(ByteCodeAppender... byteCodeAppender)
        Creates a new simple implementation for the given byte code appenders.
        Parameters:
        byteCodeAppender - The byte code appenders to apply in their order of application.
      • Simple

        public Simple​(StackManipulation... stackManipulation)
        Creates a new simple instrumentation for the given stack manipulations which are summarized in a byte code appender that defines any requested method by these manipulations.
        Parameters:
        stackManipulation - The stack manipulation to apply in their order of application.