Uses of Class
org.mvel2.asm.ClassWriter

Packages that use ClassWriter
org.mvel2.asm Provides a small and fast bytecode manipulation framework. 
org.mvel2.asm.commons Provides some useful class and method adapters. 
 

Uses of ClassWriter in org.mvel2.asm
 

Methods in org.mvel2.asm with parameters of type ClassWriter
protected  ByteVector Attribute.write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)
          Returns the byte array form of this attribute.
 

Uses of ClassWriter in org.mvel2.asm.commons
 

Methods in org.mvel2.asm.commons with parameters of type ClassWriter
protected  ByteVector ModuleHashesAttribute.write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)
           
protected  ByteVector ModuleTargetAttribute.write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)
           
protected  ByteVector ModuleResolutionAttribute.write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)
           
 



Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.