Package org.drools.util.asm
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| FieldAccessor |
This provides "field" access to getters on a given class. |
| ClassFieldInspector |
Visit a POJO user class, and extract the property getter methods that are public, in the
order in which they are declared actually in the class itself (not using introspection). |
| FieldAccessorGenerator |
Will provide implementations of FieldAccessor as needed. |
| FieldAccessorMap |
This class holds a dynamically generated instance of a FieldAccessor,
and a map of the field names to index numbers that are used to access the fields. |
| MethodComparator |
The purpose of this utility it to check if 2 method implementations are equivalent, by comparing the bytecode. |
| MethodComparator.Tracer |
No description provided. |