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

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


Uses of Class
org.drools.asm.ClassReader

Packages that use ClassReader
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.util.attrs Provides attributes sub classes that can work with the ASMifier utility. 
org.drools.util.asm   
 

Uses of ClassReader in org.drools.asm
 

Methods in org.drools.asm with parameters of type ClassReader
protected  Attribute Attribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
          Reads a type attribute.
 

Constructors in org.drools.asm with parameters of type ClassReader
ClassWriter(ClassReader classReader, boolean computeMaxs)
          Constructs a new ClassWriter object and enables optimizations for "mostly add" bytecode transformations.
 

Uses of ClassReader in org.drools.asm.attrs
 

Methods in org.drools.asm.attrs with parameters of type ClassReader
static int StackMapTableAttribute.getMethodOff(ClassReader cr, int codeOff, char[] buf)
           
protected  Attribute StackMapTableAttribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
           
protected  Attribute StackMapAttribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
           
 

Uses of ClassReader in org.drools.asm.util.attrs
 

Methods in org.drools.asm.util.attrs with parameters of type ClassReader
protected  Attribute ASMStackMapTableAttribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
           
protected  Attribute ASMStackMapAttribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
           
 

Uses of ClassReader in org.drools.util.asm
 

Methods in org.drools.util.asm with parameters of type ClassReader
 boolean MethodComparator.equivalent(String method1, ClassReader class1, String method2, ClassReader class2)
          This actually does the comparing.
 List MethodComparator.getMethodBytecode(String methodName, ClassReader classReader)
          This will return a series of bytecode instructions which can be used to compare one method with another.
 



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