Uses of Class
org.mvel2.asm.ClassVisitor

Packages that use ClassVisitor
org.mvel2.asm Provides a small and fast bytecode manipulation framework. 
 

Uses of ClassVisitor in org.mvel2.asm
 

Subclasses of ClassVisitor in org.mvel2.asm
 class ClassWriter
          A ClassVisitor that generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS).
 

Fields in org.mvel2.asm declared as ClassVisitor
protected  ClassVisitor ClassVisitor.cv
          The class visitor to which this visitor must delegate method calls.
 

Methods in org.mvel2.asm with parameters of type ClassVisitor
 void ClassReader.accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions)
          Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader.
 void ClassReader.accept(ClassVisitor classVisitor, int parsingOptions)
          Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader.
 

Constructors in org.mvel2.asm with parameters of type ClassVisitor
ClassVisitor(int api, ClassVisitor classVisitor)
          Constructs a new ClassVisitor.
 



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