Package org.mvel2.optimizers.impl.asm

Interface Summary
ProducesBytecode A PropertyHandler that implements this class advertises the to the ASMAccessorOptimizer that it is able to generate bytecode for it's custom resolvers.

The two methods defined by this interface (one for get, and one for set accessors) are passed an ASM MethodVistor object.
 

Class Summary
ASMAccessorOptimizer Implementation of the MVEL Just-in-Time (JIT) compiler for Property Accessors using the ASM bytecode engineering library.
 



Copyright © 2010. All Rights Reserved.