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

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


Uses of Class
org.drools.asm.ByteVector

Packages that use ByteVector
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. 
 

Uses of ByteVector in org.drools.asm
 

Methods in org.drools.asm that return ByteVector
 ByteVector ByteVector.putByte(int b)
          Puts a byte into this byte vector.
 ByteVector ByteVector.putByteArray(byte[] b, int off, int len)
          Puts an array of bytes into this byte vector.
 ByteVector ByteVector.putInt(int i)
          Puts an int into this byte vector.
 ByteVector ByteVector.putLong(long l)
          Puts a long into this byte vector.
 ByteVector ByteVector.putShort(int s)
          Puts a short into this byte vector.
 ByteVector ByteVector.putUTF8(String s)
          Puts an UTF8 string into this byte vector.
protected  ByteVector Attribute.write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)
          Returns the byte array form of this attribute.
 

Uses of ByteVector in org.drools.asm.attrs
 

Methods in org.drools.asm.attrs that return ByteVector
protected  ByteVector StackMapTableAttribute.write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)
           
protected  ByteVector StackMapAttribute.write(ClassWriter cw, byte[] code, int len, int maxStack, int maxLocals)
           
 



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