Skip navigation links

Package net.bytebuddy.instrumentation.method.bytecode.stack

This package offers an abstraction of creating Java byte code by only manipulating a method's operand stack.

See: Description

Package net.bytebuddy.instrumentation.method.bytecode.stack Description

This package offers an abstraction of creating Java byte code by only manipulating a method's operand stack. Such manipulations are represented by a 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.
Skip navigation links

Copyright © 2014. All rights reserved.