Example usage for org.springframework.asm Opcodes interface-usage

List of usage examples for org.springframework.asm Opcodes interface-usage

Introduction

In this page you can find the example usage for org.springframework.asm Opcodes interface-usage.

Usage

From source file org.springframework.expression.spel.standard.SpelCompiler.java

/**
 * A SpelCompiler will take a regular parsed expression and create (and load) a class
 * containing byte code that does the same thing as that expression. The compiled form of
 * an expression will evaluate far faster than the interpreted form.
 *
 * <p>The SpelCompiler is not currently handling all expression types but covers many of