Interface | Description |
---|---|
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 | Description |
---|---|
ASMAccessorOptimizer |
Implementation of the MVEL Just-in-Time (JIT) compiler for Property Accessors using the ASM bytecode
engineering library.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.