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