Uses of Class
jasm.attributes.Code.Rewrite

Packages that use Code.Rewrite
jasm.attributes Provides classes for representing class file attributes, including code necessary for encoding and decoding them. 
 

Uses of Code.Rewrite in jasm.attributes
 

Method parameters in jasm.attributes with type arguments of type Code.Rewrite
 void LineNumberTable.apply(java.util.List<Code.Rewrite> rewrites)
           
 void Code.apply(java.util.List<Code.Rewrite> rewrites)
          This method accepts a list of rewrites which should be applied.
 void Code.BytecodeMapAttribute.apply(java.util.List<Code.Rewrite> rewrites)
          This method accepts a list of rewrites which should be applied.
 void Code.validate(java.util.List<Code.Rewrite> rewrites)
          The purpose of this method is to validate a candidate list of rewrites.
 



Copyright © 2013 David J. Pearce. All Rights Reserved.