Uses of Class
org.jboss.byteman.rule.compiler.StackHeights

Packages that use StackHeights
org.jboss.byteman.rule.compiler   
 

Uses of StackHeights in org.jboss.byteman.rule.compiler
 

Methods in org.jboss.byteman.rule.compiler that return StackHeights
 StackHeights StackHeights.addLocalCount(int increment)
          increment the local count and return this to allow chaining
 StackHeights StackHeights.addStackCount(int increment)
          increment the stack count and return this to allow chaining
 

Constructors in org.jboss.byteman.rule.compiler with parameters of type StackHeights
StackHeights(StackHeights toCopy)
          create a copy with the same coutns as the original
 



Copyright © 2012. All Rights Reserved.