站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Package org.drools.asm (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Package
org.drools.asm

Packages that use org.drools.asm
org.drools.asm Provides a small and fast bytecode manipulation framework. 
org.drools.asm.attrs Provides an implementation for optional class, field and method attributes. 
org.drools.asm.commons Provides some useful class and method adapters. 
org.drools.asm.util Provides ASM visitors that can be useful for programming and debugging purposes. 
org.drools.asm.util.attrs Provides attributes sub classes that can work with the ASMifier utility. 
org.drools.base   
org.drools.util.asm   
 

Classes in org.drools.asm used by org.drools.asm
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ByteVector
          A dynamically extensible vector of bytes.
ClassReader
          A Java class parser to make a ClassVisitor visit an existing class.
ClassVisitor
          A visitor to visit a Java class.
ClassWriter
          A ClassVisitor that generates classes in bytecode form.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodVisitor
          A visitor to visit a Java method.
Type
          A Java type.
 

Classes in org.drools.asm used by org.drools.asm.attrs
Attribute
          A non standard class, field, method or code attribute.
ByteVector
          A dynamically extensible vector of bytes.
ClassReader
          A Java class parser to make a ClassVisitor visit an existing class.
ClassWriter
          A ClassVisitor that generates classes in bytecode form.
Label
          A label represents a position in the bytecode of a method.
 

Classes in org.drools.asm used by org.drools.asm.commons
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassAdapter
          An empty ClassVisitor that delegates to another ClassVisitor.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodAdapter
          An empty MethodVisitor that delegates to another MethodVisitor.
MethodVisitor
          A visitor to visit a Java method.
Opcodes
          Defines the JVM opcodes, access flags and array type codes.
Type
          A Java type.
 

Classes in org.drools.asm used by org.drools.asm.util
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
Label
          A label represents a position in the bytecode of a method.
MethodAdapter
          An empty MethodVisitor that delegates to another MethodVisitor.
MethodVisitor
          A visitor to visit a Java method.
 

Classes in org.drools.asm used by org.drools.asm.util.attrs
Attribute
          A non standard class, field, method or code attribute.
ClassReader
          A Java class parser to make a ClassVisitor visit an existing class.
Label
          A label represents a position in the bytecode of a method.
 

Classes in org.drools.asm used by org.drools.base
ClassWriter
          A ClassVisitor that generates classes in bytecode form.
 

Classes in org.drools.asm used by org.drools.util.asm
AnnotationVisitor
          A visitor to visit a Java annotation.
Attribute
          A non standard class, field, method or code attribute.
ClassReader
          A Java class parser to make a ClassVisitor visit an existing class.
ClassVisitor
          A visitor to visit a Java class.
FieldVisitor
          A visitor to visit a Java field.
MethodVisitor
          A visitor to visit a Java method.
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.