| パッケージ | 説明 |
|---|---|
| org.springframework.asm | ASM 9.0 の Spring の再パッケージ化(Spring 固有のパッチを使用。内部使用のみ)。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ByteVector | ByteVector.putByte(int byteValue) バイトをこのバイトベクトルに入れます。 |
ByteVector | ByteVector.putByteArray(byte[] byteArrayValue, int byteOffset, int byteLength) バイトの配列をこのバイトベクトルに入れます。 |
ByteVector | ByteVector.putInt(int intValue)int をこのバイトベクトルに入れます。 |
ByteVector | ByteVector.putLong(long longValue)long をこのバイトベクトルに入れます。 |
ByteVector | ByteVector.putShort(int shortValue)short をこのバイトベクトルに入れます。 |
ByteVector | ByteVector.putUTF8(StringSE stringValue)UTF8 文字列をこのバイトベクトルに入れます。 |
protected ByteVector | Attribute.write(ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) この属性のコンテンツのバイト配列形式を返します。 |