| Package | Description | 
|---|---|
| org.springframework.asm | 
 Spring's repackaging of
 ASM 9.0
 (with Spring-specific patches; for internal use only). 
 | 
| org.springframework.expression.spel | 
 SpEL's central implementation package. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected ByteVector | 
Attribute.write(ClassWriter classWriter,
     byte[] code,
     int codeLength,
     int maxStack,
     int maxLocals)
Returns the byte array form of the content of this attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CodeFlow.FieldAdder.generateField(ClassWriter cw,
             CodeFlow codeflow)  | 
| Constructor and Description | 
|---|
CodeFlow(String className,
        ClassWriter classWriter)
Construct a new  
CodeFlow for the given class. |