Uses of Class
org.jboss.byteman.rule.compiler.StackHeights
Packages that use StackHeights
-
Uses of StackHeights in org.jboss.byteman.rule.compiler
Methods in org.jboss.byteman.rule.compiler that return StackHeightsModifier and TypeMethodDescriptionStackHeights.addLocalCount(int increment) increment the local count and return this to allow chainingStackHeights.addStackCount(int increment) increment the stack count and return this to allow chainingConstructors in org.jboss.byteman.rule.compiler with parameters of type StackHeightsModifierConstructorDescriptionStackHeights(StackHeights toCopy) create a copy with the same counts as the original