MethodDescription.See: Description
| Interface | Description |
|---|---|
| ByteCodeAppender |
An appender that generates the byte code for a given method.
|
| Class | Description |
|---|---|
| ByteCodeAppender.Compound |
A compound appender that combines a given number of other byte code appenders.
|
| ByteCodeAppender.Simple |
A simple byte code appender that only represents a given array of
StackManipulations. |
| ByteCodeAppender.Size |
An immutable description of both the operand stack size and the size of the local variable array that is
required to run the code generated by this
ByteCodeAppender. |
MethodDescription.Copyright © 2014. All rights reserved.