Java org.springframework.expression.spel CodeFlow fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.expression.spel CodeFlow fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.expression.spel CodeFlow.

The text is from its open source code.

Constructor

CodeFlow(String className, ClassWriter classWriter)
Construct a new CodeFlow for the given class.

Method

voidfinish()
Called after the main expression evaluation method has been generated, this method will callback any registered FieldAdders or ClinitAdders to add any extra information to the class representing the compiled expression.
voidinsertBoxIfNecessary(MethodVisitor mv, @Nullable String descriptor)
Determine the appropriate boxing instruction for a specific type (if it needs boxing) and insert the instruction into the supplied visitor.
voidinsertBoxIfNecessary(MethodVisitor mv, char ch)
Determine the appropriate boxing instruction for a specific type (if it needs boxing) and insert the instruction into the supplied visitor.
StringlastDescriptor()
Return the descriptor for the item currently on top of the stack (in the current scope).