com.ui4j.bytebuddy.instrumentation.method.bytecode.stack.package-info Maven / Gradle / Ivy
The newest version!
/**
* This package offers an abstraction of creating Java byte code by only manipulating a method's operand stack.
* Such manipulations are represented by a {@link com.ui4j.bytebuddy.instrumentation.method.bytecode.stack.StackManipulation}
* where each stack manipulation indicates its size impact onto the operand stack. Any such manipulation indicates its
* validity what allows for conditional stack manipulations that are only performed if such a manipulation is applicable.
*/
package com.ui4j.bytebuddy.instrumentation.method.bytecode.stack;