- AALOAD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- AASTORE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_ABSTRACT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_ANNOTATION - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_BRIDGE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_DEPRECATED - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_ENUM - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_FINAL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_INTERFACE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_MANDATED - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_MODULE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_NATIVE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_OPEN - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_PRIVATE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_PROTECTED - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_PUBLIC - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_STATIC - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_STATIC_PHASE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_STRICT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_SUPER - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_SYNCHRONIZED - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_SYNTHETIC - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_TRANSIENT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_TRANSITIVE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_VARARGS - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ACC_VOLATILE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- accept(ClassVisitor, int) - Method in class io.ebean.enhance.asm.ClassReader
-
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
ClassReader.
- accept(ClassVisitor, Attribute[], int) - Method in class io.ebean.enhance.asm.ClassReader
-
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
ClassReader.
- accept(SignatureVisitor) - Method in class io.ebean.enhance.asm.signature.SignatureReader
-
- acceptType(SignatureVisitor) - Method in class io.ebean.enhance.asm.signature.SignatureReader
-
- aconst(Object) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- ACONST_NULL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ADD - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- add(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- add(String, String, Object) - Method in class io.ebean.enhance.common.AnnotationInfo
-
Add a annotation value.
- add(ClassVisitor, ClassMeta) - Static method in class io.ebean.enhance.entity.DefaultConstructor
-
Adds a default constructor.
- add(ClassVisitor, ClassInfo, boolean) - Static method in class io.ebean.enhance.querybean.TypeQueryAddMethods
-
Add the generated 'property access' methods.
- addAssocBeanExtras(ClassVisitor) - Method in class io.ebean.enhance.querybean.ClassInfo
-
Add fields and constructors to assoc type query beans as necessary.
- addClassAnnotation(String) - Method in class io.ebean.enhance.common.ClassMeta
-
Add a class annotation.
- addClassMeta(ClassMeta) - Method in class io.ebean.enhance.common.EnhanceContext
-
- addEnum(String, String, String, String) - Method in class io.ebean.enhance.common.AnnotationInfo
-
Add a enum annotation value.
- addExistingMethod(String, String) - Method in class io.ebean.enhance.common.ClassMeta
-
Add an existing method.
- addField(ClassVisitor, boolean) - Static method in class io.ebean.enhance.entity.InterceptField
-
Add the _ebean_intercept field.
- addField(ClassVisitor, String) - Static method in class io.ebean.enhance.entity.MarkerField
-
Add the _EBEAN_MARKER field.
- addField(int, String, String, String) - Method in class io.ebean.enhance.querybean.ClassInfo
-
Add the type query bean field.
- addFieldGetSetMethods(ClassVisitor) - Method in class io.ebean.enhance.common.ClassMeta
-
Add field level get set methods for each field.
- addGetFieldIntercept(String, String) - Method in class io.ebean.enhance.querybean.ClassInfo
-
Note that a GETFIELD call has been replaced to method call.
- addGetMarker(ClassVisitor, String) - Static method in class io.ebean.enhance.entity.MarkerField
-
Generate the _ebean_getMarker() method.
- addGetPropertyName(ClassVisitor, ClassMeta) - Static method in class io.ebean.enhance.entity.IndexFieldWeaver
-
- addGetPropertyNames(ClassVisitor, ClassMeta) - Static method in class io.ebean.enhance.entity.IndexFieldWeaver
-
- addGetSetMethods(ClassVisitor, ClassMeta) - Method in class io.ebean.enhance.entity.FieldMeta
-
Add get and set methods for field access/interception.
- addGetterSetter(ClassVisitor, String) - Static method in class io.ebean.enhance.entity.InterceptField
-
Generate the _ebean_getIntercept() method.
- addIdentityField(ClassVisitor) - Static method in class io.ebean.enhance.entity.MethodEquals
-
The identity field used for implementing equals via the
_ebean_getIdentity() method.
- addInitialisationIfRequired(int, String, String, String) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
Add initialisation of EntityBeanIntercept to constructor.
- addMarkerAnnotation() - Method in class io.ebean.enhance.querybean.ClassInfo
-
- addMethod(ClassVisitor, ClassMeta) - Static method in class io.ebean.enhance.entity.MethodIsEmbeddedNewOrDirty
-
Generate the _ebean_isEmbeddedNewOrDirty() method.
- addMethod(ClassVisitor, ClassMeta) - Static method in class io.ebean.enhance.entity.MethodNewInstance
-
Add the _ebean_newInstance() method.
- addMethod(ClassVisitor, ClassMeta) - Static method in class io.ebean.enhance.entity.MethodSetEmbeddedLoaded
-
Generate the _ebean_setEmbeddedLoaded() method.
- addMethods(ClassVisitor, ClassMeta) - Static method in class io.ebean.enhance.entity.IndexFieldWeaver
-
- addMethods(ClassVisitor, ClassMeta, int, FieldMeta) - Static method in class io.ebean.enhance.entity.MethodEquals
-
Adds equals(), hashCode() and _ebean_getIdentity() methods.
- addPropertiesField(ClassVisitor) - Static method in class io.ebean.enhance.entity.IndexFieldWeaver
-
- addPropertiesInit(ClassVisitor, ClassMeta) - Static method in class io.ebean.enhance.entity.IndexFieldWeaver
-
- addPropertiesInit(MethodVisitor, ClassMeta) - Static method in class io.ebean.enhance.entity.IndexFieldWeaver
-
- addResource(InputStream) - Method in class io.ebean.enhance.common.AgentManifest
-
Add given the manifest InputStream.
- AdviceAdapter - Class in io.ebean.enhance.asm.commons
-
A
MethodVisitor to insert before, after and around advices in methods and constructors.
- agentmain(String, Instrumentation) - Static method in class io.ebean.enhance.Transformer
-
- AgentManifest - Class in io.ebean.enhance.common
-
Reads all the META-INF/ebean.mf and META-INF/ebean-typequery.mf resources with the locations
of all the entity beans (and hence locations of query beans).
- AgentManifest(Set<String>) - Constructor for class io.ebean.enhance.common.AgentManifest
-
Construct with some packages defined externally.
- AgentManifest() - Constructor for class io.ebean.enhance.common.AgentManifest
-
Construct with no initial packages (to use with addRaw()).
- algorithm - Variable in class io.ebean.enhance.asm.commons.ModuleHashesAttribute
-
The name of the hashing algorithm.
- aload(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ALOAD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- AlreadyEnhancedException - Exception in io.ebean.enhance.common
-
Exception thrown during enhancement when it is detected that the enhancement has already taken place.
- AlreadyEnhancedException(String) - Constructor for exception io.ebean.enhance.common.AlreadyEnhancedException
-
- AnalyzerAdapter - Class in io.ebean.enhance.asm.commons
-
- AnalyzerAdapter(String, int, String, String, MethodVisitor) - Constructor for class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- AND - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- and(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- anew(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ANEWARRAY - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ANNOTATION_ALREADY_ENHANCED_MARKER - Static variable in interface io.ebean.enhance.querybean.Constants
-
Annotation used to mark beans that are already enhanced.
- ANNOTATION_TYPE_QUERY_BEAN - Static variable in interface io.ebean.enhance.querybean.Constants
-
The TypeQueryBean annotation.
- AnnotationInfo - Class in io.ebean.enhance.common
-
Collects the annotation information.
- AnnotationInfo(AnnotationInfo) - Constructor for class io.ebean.enhance.common.AnnotationInfo
-
The parent is typically the class level annotation information
which could be considered to hold default values.
- AnnotationInfoVisitor - Class in io.ebean.enhance.common
-
Reads the annotation information storing it in a AnnotationInfo.
- AnnotationInfoVisitor(String, AnnotationInfo, AnnotationVisitor) - Constructor for class io.ebean.enhance.common.AnnotationInfoVisitor
-
- AnnotationRemapper - Class in io.ebean.enhance.asm.commons
-
- AnnotationRemapper(AnnotationVisitor, Remapper) - Constructor for class io.ebean.enhance.asm.commons.AnnotationRemapper
-
- AnnotationVisitor - Class in io.ebean.enhance.asm
-
A visitor to visit a Java annotation.
- AnnotationVisitor(int) - Constructor for class io.ebean.enhance.asm.AnnotationVisitor
-
- AnnotationVisitor(int, AnnotationVisitor) - Constructor for class io.ebean.enhance.asm.AnnotationVisitor
-
- AntEnhanceTask - Class in io.ebean.enhance.ant
-
An ANT task that can enhance entity beans etc for use by Ebean.
- AntEnhanceTask() - Constructor for class io.ebean.enhance.ant.AntEnhanceTask
-
- appendCompare(MethodVisitor, ClassMeta) - Method in class io.ebean.enhance.entity.FieldMeta
-
Append compare instructions if its a long, float or double.
- appendGetPrimitiveIdValue(MethodVisitor, ClassMeta) - Method in class io.ebean.enhance.entity.FieldMeta
-
Append byte code to return the Id value (for primitives).
- appendSwitchGet(MethodVisitor, ClassMeta, boolean) - Method in class io.ebean.enhance.entity.FieldMeta
-
As part of the switch statement to read the fields generate the get code.
- appendSwitchSet(MethodVisitor, ClassMeta, boolean) - Method in class io.ebean.enhance.entity.FieldMeta
-
- appendValueOf(MethodVisitor) - Method in class io.ebean.enhance.entity.FieldMeta
-
Append code to get the Object value of a primitive.
- areturn(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ARETURN - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ArgParser - Class in io.ebean.enhance.common
-
Helper to parse javaagent or ant string arguments.
- ArgParser() - Constructor for class io.ebean.enhance.common.ArgParser
-
- ARRAY - Static variable in class io.ebean.enhance.asm.Type
-
The sort of array reference types.
- ARRAY_ELEMENT - Static variable in class io.ebean.enhance.asm.TypePath
-
A type path step that steps into the element type of an array type.
- arrayLength() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to compute the length of an array.
- arraylength() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ARRAYLENGTH - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- arrayLoad(Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to load an element from an array.
- arrayStore(Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to store an element in an array.
- ASM4 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ASM5 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ASM6 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ASM7 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ASSOC_BEAN_BASIC_CONSTRUCTOR_DESC - Static variable in interface io.ebean.enhance.querybean.Constants
-
- ASSOC_BEAN_BASIC_SIG - Static variable in interface io.ebean.enhance.querybean.Constants
-
- ASSOC_BEAN_MAIN_CONSTRUCTOR_DESC - Static variable in interface io.ebean.enhance.querybean.Constants
-
- ASSOC_BEAN_MAIN_SIG - Static variable in interface io.ebean.enhance.querybean.Constants
-
- astore(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ASTORE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- athrow() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ATHROW - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- Attribute - Class in io.ebean.enhance.asm
-
A non standard class, field, method or code attribute, as defined in the Java Virtual Machine
Specification (JVMS).
- AVAJE_TRANSACTIONAL_ANNOTATION - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_BEANCOLLECTION - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_ENHANCEDTRANSACTIONAL - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_ENTITYBEAN - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_ENTITYBEAN - Static variable in interface io.ebean.enhance.querybean.Constants
-
Entity beans can be ignored for this enhancement.
- C_GROOVYOBJECT - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_INTERCEPT - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_MODEL - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_OBJECT - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_PERSISTBATCH - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_SCALAOBJECT - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_TXISOLATION - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_TXSCOPE - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- C_TXTYPE - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- CALOAD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- cast(Type, Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instructions to cast a numerical value from one type to another.
- cast(Type, Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to cast from the first given type to the other.
- CAST - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the type declared in an explicit or implicit cast
instruction.
- CASTORE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- catchException(Label, Label, Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Marks the start of an exception handler.
- cconst(ConstantDynamic) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to push the given constant dynamic on the stack.
- CHAR - Static variable in class io.ebean.enhance.asm.Type
-
The sort of the char type.
- CHAR_TYPE - Static variable in class io.ebean.enhance.asm.Type
-
The char type.
- checkCast(Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to check that the top stack value is of the given type.
- checkcast(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- CHECKCAST - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- checkTypeQueryAnnotation(String) - Method in class io.ebean.enhance.querybean.ClassInfo
-
Check for the type query bean and type query user annotations.
- CLASS_EXTENDS - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the super class of a class or one of the interfaces it
implements.
- CLASS_TYPE_PARAMETER - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target a type parameter of a generic class.
- CLASS_TYPE_PARAMETER_BOUND - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a generic class.
- ClassAdapterEntity - Class in io.ebean.enhance.entity
-
ClassAdapter for enhancing entities.
- ClassAdapterEntity(ClassVisitor, ClassLoader, EnhanceContext) - Constructor for class io.ebean.enhance.entity.ClassAdapterEntity
-
- ClassAdapterTransactional - Class in io.ebean.enhance.transactional
-
ClassAdapter used to add transactional support.
- ClassAdapterTransactional(ClassVisitor, ClassLoader, EnhanceContext) - Constructor for class io.ebean.enhance.transactional.ClassAdapterTransactional
-
- ClassBytesReader - Interface in io.ebean.enhance.common
-
Interface for reading class bytes as part of enhancement.
- ClassInfo - Class in io.ebean.enhance.querybean
-
Holds meta information for a class.
- ClassInfo(EnhanceContext, String) - Constructor for class io.ebean.enhance.querybean.ClassInfo
-
- ClassMeta - Class in io.ebean.enhance.common
-
Holds the meta data for an entity bean class that is being enhanced.
- ClassMeta(EnhanceContext, int, MessageOutput) - Constructor for class io.ebean.enhance.common.ClassMeta
-
- ClassMetaCache - Class in io.ebean.enhance.common
-
Cache of ClassMeta.
- ClassMetaCache() - Constructor for class io.ebean.enhance.common.ClassMetaCache
-
- ClassMetaReader - Class in io.ebean.enhance.common
-
Reads class information as an alternative to using a ClassLoader.
- ClassMetaReader(EnhanceContext, ClassMetaCache) - Constructor for class io.ebean.enhance.common.ClassMetaReader
-
- ClassMetaReaderVisitor - Class in io.ebean.enhance.common
-
Used by ClassMetaReader to read information about a class.
- ClassMetaReaderVisitor(boolean, EnhanceContext) - Constructor for class io.ebean.enhance.common.ClassMetaReaderVisitor
-
- className() - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
- ClassPathClassBytesReader - Class in io.ebean.enhance.entity
-
Implementation of ClassBytesReader based on URLClassLoader.
- ClassPathClassBytesReader(URL[]) - Constructor for class io.ebean.enhance.entity.ClassPathClassBytesReader
-
- ClassReader - Class in io.ebean.enhance.asm
-
A parser to make a
ClassVisitor visit a ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS).
- ClassReader(byte[]) - Constructor for class io.ebean.enhance.asm.ClassReader
-
- ClassReader(byte[], int, int) - Constructor for class io.ebean.enhance.asm.ClassReader
-
- ClassReader(InputStream) - Constructor for class io.ebean.enhance.asm.ClassReader
-
- ClassReader(String) - Constructor for class io.ebean.enhance.asm.ClassReader
-
- ClassRemapper - Class in io.ebean.enhance.asm.commons
-
- ClassRemapper(ClassVisitor, Remapper) - Constructor for class io.ebean.enhance.asm.commons.ClassRemapper
-
- ClassTooLargeException - Exception in io.ebean.enhance.asm
-
Exception thrown when the constant pool of a class produced by a
ClassWriter is too
large.
- ClassTooLargeException(String, int) - Constructor for exception io.ebean.enhance.asm.ClassTooLargeException
-
- ClassVisitor - Class in io.ebean.enhance.asm
-
A visitor to visit a Java class.
- ClassVisitor(int) - Constructor for class io.ebean.enhance.asm.ClassVisitor
-
- ClassVisitor(int, ClassVisitor) - Constructor for class io.ebean.enhance.asm.ClassVisitor
-
- ClassWriter - Class in io.ebean.enhance.asm
-
A
ClassVisitor that generates a corresponding ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS).
- ClassWriter(int) - Constructor for class io.ebean.enhance.asm.ClassWriter
-
- ClassWriter(ClassReader, int) - Constructor for class io.ebean.enhance.asm.ClassWriter
-
Constructs a new
ClassWriter object and enables optimizations for "mostly add" bytecode
transformations.
- ClassWriterWithoutClassLoading - Class in io.ebean.enhance.asm
-
ClassWriter without class loading.
- ClassWriterWithoutClassLoading(ClassReader, int, ClassLoader) - Constructor for class io.ebean.enhance.asm.ClassWriterWithoutClassLoading
-
- ClassWriterWithoutClassLoading(int, ClassLoader) - Constructor for class io.ebean.enhance.asm.ClassWriterWithoutClassLoading
-
- CLINIT - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- cmpg(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- cmpl(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- CodeSizeEvaluator - Class in io.ebean.enhance.asm.commons
-
A
MethodVisitor that approximates the size of the methods it visits.
- CodeSizeEvaluator(MethodVisitor) - Constructor for class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- CommonSuperUnresolved - Class in io.ebean.enhance.common
-
When classpath issue means a common superclass can not be determined
this captures the types involved.
- CommonSuperUnresolved(String, String, String) - Constructor for class io.ebean.enhance.common.CommonSuperUnresolved
-
- COMPUTE_FRAMES - Static variable in class io.ebean.enhance.asm.ClassWriter
-
A flag to automatically compute the stack map frames of methods from scratch.
- COMPUTE_MAXS - Static variable in class io.ebean.enhance.asm.ClassWriter
-
A flag to automatically compute the maximum stack size and the maximum number of local
variables of methods.
- ConstantDynamic - Class in io.ebean.enhance.asm
-
A constant whose value is computed at runtime, with a bootstrap method.
- ConstantDynamic(String, String, Handle, Object...) - Constructor for class io.ebean.enhance.asm.ConstantDynamic
-
- Constants - Interface in io.ebean.enhance.querybean
-
Set of most interesting constants used by the entity.
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a
constructor call.
- CONSTRUCTOR_REFERENCE - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the receiver type of a constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a
constructor reference.
- ConstructorAdapter - Class in io.ebean.enhance.entity
-
Modify the constructor to additionally initialise the entityBeanIntercept
field.
- ConstructorAdapter(MethodVisitor, ClassMeta, String) - Constructor for class io.ebean.enhance.entity.ConstructorAdapter
-
- ConstructorDeferredCode - Class in io.ebean.enhance.entity
-
This is a class that 'defers' bytecode instructions in the default constructor initialisation
such that code that initialises persistent many properties (Lists, Sets and Maps) is removed.
- consumeVisitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.entity.ConstructorDeferredCode
-
Return true if we have consumed all the deferred code that initialises a persistent collection.
- convert(Collection<String>) - Static method in class io.ebean.enhance.querybean.Distill
-
Convert the dot notation entity bean packages to slash notation.
- convertToUrl(String[]) - Static method in class io.ebean.enhance.common.UrlPathHelper
-
Convert string paths into URL class paths.
- convertToUrl(String) - Static method in class io.ebean.enhance.common.UrlPathHelper
-
Convert string path into URL class path.
- convertUrlString(String) - Static method in class io.ebean.enhance.common.UrlPathHelper
-
Convert a string path to be used in URL class path entry.
- createClassMeta() - Method in class io.ebean.enhance.common.EnhanceContext
-
Create a new meta object for enhancing a class.
- createLocalFieldVisitor(String, String) - Method in class io.ebean.enhance.common.ClassMeta
-
Create and return a read only fieldVisitor for subclassing option.
- createLocalFieldVisitor(FieldVisitor, String, String) - Method in class io.ebean.enhance.common.ClassMeta
-
Create and return a new fieldVisitor for use when enhancing a class.
- createMethodKey(String, String, String, int) - Method in class io.ebean.enhance.common.EnhanceContext
-
Create a TransactionalMethodKey with (maybe) a profileId.
- createMethodKey(String, String, int) - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
Create and return the TransactionalMethodKey.
- createMethodVisitor(MethodVisitor, int, String, String) - Method in class io.ebean.enhance.common.ClassMeta
-
- D2F - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- D2I - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- D2L - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DADD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DALOAD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DASTORE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DCMPG - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DCMPL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- dconst(double) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- DCONST_0 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DCONST_1 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DDIV - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DefaultConstructor - Class in io.ebean.enhance.entity
-
Adds a default constructor for the cases when there is not one already defined.
- DefaultConstructor() - Constructor for class io.ebean.enhance.entity.DefaultConstructor
-
- DeferredCode - Interface in io.ebean.enhance.entity
-
Bytecode instructions that are held/deferred so that they can be removed
entirely if desired (initialisation of OneToMany and ManyToMany properties).
- deferVisitInsn(int) - Method in class io.ebean.enhance.entity.ConstructorDeferredCode
-
Return true if we defer this based on it being a DUP and was proceeded
by a deferred ALOAD and NEW.
- deferVisitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.entity.ConstructorDeferredCode
-
Return true if we defer this based on it being an init of a collection
and was proceeded by a deferred DUP.
- deferVisitTypeInsn(int, String) - Method in class io.ebean.enhance.entity.ConstructorDeferredCode
-
Return true if we defer this based on it being a NEW or CHECKCAST on persistent many
and was proceeded by a deferred ALOAD (for NEW) or Collection init (for CHECKCAST).
- deferVisitVarInsn(int, int) - Method in class io.ebean.enhance.entity.ConstructorDeferredCode
-
Return true if this is an ALOAD 0 which we defer.
- DetectEnhancement - Class in io.ebean.enhance.common
-
ClassAdapter used to detect if this class needs enhancement for entity or
transactional support.
- DetectEnhancement(ClassLoader, EnhanceContext) - Constructor for class io.ebean.enhance.common.DetectEnhancement
-
- detectEntityTransactionalEnhancement(String) - Method in class io.ebean.enhance.common.EnhanceContext
-
Return true if this class should be scanned for transactional enhancement.
- DetectQueryBean - Class in io.ebean.enhance.querybean
-
Detects if a class is a query bean.
- detectQueryBeanEnhancement(String) - Method in class io.ebean.enhance.common.EnhanceContext
-
Return true if this class should be scanned for query bean enhancement.
- Distill - Class in io.ebean.enhance.querybean
-
Helper for parsing, merging and converting packages.
- Distill() - Constructor for class io.ebean.enhance.querybean.Distill
-
- DIV - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- div(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- DLOAD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DMUL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DNEG - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DOCSTORE_ANNOTATION - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- DOUBLE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DOUBLE - Static variable in class io.ebean.enhance.asm.Type
-
The sort of the double type.
- DOUBLE_TYPE - Static variable in class io.ebean.enhance.asm.Type
-
The double type.
- DREM - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DRETURN - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DSTORE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DSUB - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- dup() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates a DUP instruction.
- dup() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- DUP - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- dup2() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates a DUP2 instruction.
- dup2() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- DUP2 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DUP2_X1 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DUP2_X2 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- dup2X1() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates a DUP2_X1 instruction.
- dup2X1() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- dup2X2() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates a DUP2_X2 instruction.
- dup2X2() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- DUP_X1 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- DUP_X2 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- dupX1() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates a DUP_X1 instruction.
- dupX1() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- dupX2() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates a DUP_X2 instruction.
- dupX2() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- GE - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- generateCase(int, Label) - Method in interface io.ebean.enhance.asm.commons.TableSwitchGenerator
-
Generates the code for a switch case.
- generateDefault() - Method in interface io.ebean.enhance.asm.commons.TableSwitchGenerator
-
Generates the code for the default switch case.
- GeneratorAdapter - Class in io.ebean.enhance.asm.commons
-
- GeneratorAdapter(MethodVisitor, int, String, String) - Constructor for class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- GeneratorAdapter(int, Method, MethodVisitor) - Constructor for class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- GeneratorAdapter(int, Method, String, Type[], ClassVisitor) - Constructor for class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- get(String) - Method in class io.ebean.enhance.common.ClassMetaCache
-
- get(boolean, String, ClassLoader) - Method in class io.ebean.enhance.common.ClassMetaReader
-
- get(String) - Method in class io.ebean.enhance.common.EnhanceContext
-
- get() - Static method in class io.ebean.enhance.Transformer
-
Return the Transformer instance.
- getAccess() - Method in class io.ebean.enhance.asm.ClassReader
-
Returns the class's access flags (see
Opcodes).
- getAccess() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- getAllFields() - Method in class io.ebean.enhance.common.ClassMeta
-
Return the list of all fields including ones inherited from entity super
types and mappedSuperclasses.
- getAnnotationInfo() - Method in class io.ebean.enhance.common.ClassMeta
-
Return the AnnotationInfo collected on methods.
- getAnnotationInfo() - Method in class io.ebean.enhance.entity.MethodMeta
-
- getArgumentsAndReturnSizes() - Method in class io.ebean.enhance.asm.Type
-
Returns the size of the arguments and of the return value of methods of this type.
- getArgumentsAndReturnSizes(String) - Static method in class io.ebean.enhance.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentTypes() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- getArgumentTypes() - Method in class io.ebean.enhance.asm.commons.Method
-
Returns the argument types of the method described by this object.
- getArgumentTypes() - Method in class io.ebean.enhance.asm.Type
-
Returns the argument types of methods of this type.
- getArgumentTypes(String) - Static method in class io.ebean.enhance.asm.Type
-
Returns the
Type values corresponding to the argument types of the given method
descriptor.
- getArgumentTypes(Method) - Static method in class io.ebean.enhance.asm.Type
-
Returns the
Type values corresponding to the argument types of the given method.
- getBootstrapMethod() - Method in class io.ebean.enhance.asm.ConstantDynamic
-
Returns the bootstrap method used to compute the value of this constant.
- getBootstrapMethodArgument(int) - Method in class io.ebean.enhance.asm.ConstantDynamic
-
Returns an argument passed to the bootstrap method, in order to compute the value of this
constant.
- getBootstrapMethodArgumentCount() - Method in class io.ebean.enhance.asm.ConstantDynamic
-
Returns the number of arguments passed to the bootstrap method, in order to compute the value
of this constant.
- getBytes() - Method in class io.ebean.enhance.common.TransformRequest
-
- getCache() - Method in class io.ebean.enhance.common.ClassMetaCache
-
- getClassAnnotationInfo() - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
- getClassBytes(String, ClassLoader) - Method in interface io.ebean.enhance.common.ClassBytesReader
-
Return the class bytes for a given class.
- getClassBytes(String, ClassLoader) - Method in class io.ebean.enhance.common.EnhanceContext
-
- getClassBytes(String, ClassLoader) - Method in class io.ebean.enhance.entity.ClassPathClassBytesReader
-
- getClassMeta() - Method in class io.ebean.enhance.common.ClassMetaReaderVisitor
-
- getClassName() - Method in class io.ebean.enhance.asm.ClassReader
-
- getClassName() - Method in exception io.ebean.enhance.asm.ClassTooLargeException
-
Returns the internal name of the class.
- getClassName() - Method in exception io.ebean.enhance.asm.MethodTooLargeException
-
Returns the internal name of the owner class.
- getClassName() - Method in class io.ebean.enhance.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getClassName() - Method in exception io.ebean.enhance.common.AlreadyEnhancedException
-
- getClassName() - Method in class io.ebean.enhance.common.ClassMeta
-
Return the className of this entity class.
- getClassName() - Method in class io.ebean.enhance.common.TransformRequest
-
- getClassName() - Method in class io.ebean.enhance.querybean.ClassInfo
-
Return the className.
- getClasspath() - Method in class io.ebean.enhance.ant.AntEnhanceTask
-
the classpath used to search for e.g.
- getCodeSize() - Method in exception io.ebean.enhance.asm.MethodTooLargeException
-
Returns the size of the method's Code attribute, in bytes.
- getConstantPoolCount() - Method in exception io.ebean.enhance.asm.ClassTooLargeException
-
Returns the number of constant pool items of the class.
- getConstructorDescriptor(Constructor<?>) - Static method in class io.ebean.enhance.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getDebugLevel() - Method in class io.ebean.enhance.common.AgentManifest
-
Return the debug level read from ebean.mf
- getDesc() - Method in class io.ebean.enhance.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDesc() - Method in class io.ebean.enhance.entity.FieldMeta
-
Return the field bytecode type description.
- getDescription() - Method in class io.ebean.enhance.common.ClassMeta
-
- getDescriptor() - Method in class io.ebean.enhance.asm.commons.Method
-
Returns the descriptor of the method described by this object.
- getDescriptor() - Method in class io.ebean.enhance.asm.ConstantDynamic
-
Returns the type of this constant.
- getDescriptor() - Method in exception io.ebean.enhance.asm.MethodTooLargeException
-
Returns the descriptor of the method.
- getDescriptor() - Method in class io.ebean.enhance.asm.Type
-
Returns the descriptor corresponding to this type.
- getDescriptor(Class<?>) - Static method in class io.ebean.enhance.asm.Type
-
Returns the descriptor corresponding to the given class.
- getDimensions() - Method in class io.ebean.enhance.asm.Type
-
Returns the number of dimensions of this array type.
- getElementType() - Method in class io.ebean.enhance.asm.Type
-
Returns the type of the elements of this array type.
- getEnhanceContext() - Method in class io.ebean.enhance.common.ClassMeta
-
Return the enhance context which has options for enhancement.
- getEntityPackages() - Method in class io.ebean.enhance.common.AgentManifest
-
Return the parsed set of packages that type query beans are in.
- getError() - Method in class io.ebean.enhance.common.CommonSuperUnresolved
-
- getExceptionIndex() - Method in class io.ebean.enhance.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method, whose type is referenced
by this type reference.
- getFallback(String) - Method in class io.ebean.enhance.common.ClassMetaCache
-
- getFallbackCache() - Method in class io.ebean.enhance.common.ClassMetaCache
-
- getFallbackHits() - Method in class io.ebean.enhance.common.ClassMetaCache
-
- getField(Type, String, Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push the value of a non static field on the stack.
- getfield(String, String, String) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- GETFIELD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- getFieldName() - Method in class io.ebean.enhance.entity.FieldMeta
-
Return the field name.
- getFieldPersistent(String) - Method in class io.ebean.enhance.common.ClassMeta
-
Return the field - null when not found.
- getFields() - Method in class io.ebean.enhance.querybean.ClassInfo
-
Return the fields for a type query bean.
- getFormalParameterIndex() - Method in class io.ebean.enhance.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by this type reference.
- getInterfaceMeta(String, ClassLoader) - Method in class io.ebean.enhance.common.EnhanceContext
-
Read the class meta data for an interface.
- getInterfaces() - Method in class io.ebean.enhance.asm.ClassReader
-
- getInterfaceTransactionalInfo(String, String) - Method in class io.ebean.enhance.common.ClassMeta
-
Return the transactional annotation information for a matching interface method.
- getInterfaceTransactionalInfo(String, String) - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
Returns Transactional information from a matching interface method.
- getInternalName() - Method in class io.ebean.enhance.asm.Type
-
Returns the internal name of the class corresponding to this object or array type.
- getInternalName(Class<?>) - Static method in class io.ebean.enhance.asm.Type
-
Returns the internal name of the given class.
- getItem(int) - Method in class io.ebean.enhance.asm.ClassReader
-
Returns the start offset in this
ClassReader of a JVMS 'cp_info' structure (i.e.
- getItemCount() - Method in class io.ebean.enhance.asm.ClassReader
-
Returns the number of entries in the class's constant pool table.
- getLength() - Method in class io.ebean.enhance.asm.TypePath
-
Returns the length of this path, i.e.
- getLineNumber() - Method in class io.ebean.enhance.transactional.TransactionalMethodKey
-
- getLocalFields() - Method in class io.ebean.enhance.common.ClassMeta
-
Return the list of fields local to this type (not inherited).
- getLocalType(int) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Returns the type of the given local variable.
- getLogLevel() - Method in class io.ebean.enhance.common.EnhanceContext
-
Return the log level.
- getLogLevel() - Method in class io.ebean.enhance.Transformer
-
- getMaxSize() - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- getMaxStringLength() - Method in class io.ebean.enhance.asm.ClassReader
-
Returns a conservative estimate of the maximum length of the strings contained in the class's
constant pool table.
- getMessage() - Method in class io.ebean.enhance.common.CommonSuperUnresolved
-
- getMethod(Method) - Static method in class io.ebean.enhance.asm.commons.Method
-
- getMethod(Constructor<?>) - Static method in class io.ebean.enhance.asm.commons.Method
-
- getMethod(String) - Static method in class io.ebean.enhance.asm.commons.Method
-
Returns a
Method corresponding to the given Java method declaration.
- getMethod(String, boolean) - Static method in class io.ebean.enhance.asm.commons.Method
-
Returns a
Method corresponding to the given Java method declaration.
- getMethodDescriptor(Type, Type...) - Static method in class io.ebean.enhance.asm.Type
-
Returns the descriptor corresponding to the given argument and return types.
- getMethodDescriptor(Method) - Static method in class io.ebean.enhance.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodName() - Method in exception io.ebean.enhance.asm.MethodTooLargeException
-
Returns the name of the method.
- getMethodName() - Method in class io.ebean.enhance.transactional.TransactionalMethodKey
-
- getMethodType(String) - Static method in class io.ebean.enhance.asm.Type
-
Returns the
Type corresponding to the given method descriptor.
- getMethodType(Type, Type...) - Static method in class io.ebean.enhance.asm.Type
-
Returns the method
Type corresponding to the given argument and return types.
- getMinSize() - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- getName() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- getName() - Method in class io.ebean.enhance.asm.commons.Method
-
Returns the name of the method described by this object.
- getName() - Method in class io.ebean.enhance.asm.ConstantDynamic
-
Returns the name of this constant.
- getName() - Method in class io.ebean.enhance.asm.Handle
-
Returns the name of the field or method designated by this handle.
- getName() - Method in class io.ebean.enhance.entity.FieldMeta
-
Return the field name.
- getName() - Method in class io.ebean.enhance.entity.LocalFieldVisitor
-
Return the field name.
- getObjectType(String) - Static method in class io.ebean.enhance.asm.Type
-
Returns the
Type corresponding to the given internal name.
- getOffset() - Method in class io.ebean.enhance.asm.Label
-
Returns the bytecode offset corresponding to this label.
- getOpcode(int) - Method in class io.ebean.enhance.asm.Type
-
Returns a JVM instruction opcode adapted to this
Type.
- getOwner() - Method in class io.ebean.enhance.asm.Handle
-
Returns the internal name of the class that owns the field or method designated by this handle.
- getParent() - Method in class io.ebean.enhance.common.AnnotationInfo
-
- getProfileId() - Method in class io.ebean.enhance.transactional.TransactionalMethodKey
-
- getQuerybeanPackages() - Method in class io.ebean.enhance.common.AgentManifest
-
Return the packages that should be enhanced for query bean use.
- getReturnType() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- getReturnType() - Method in class io.ebean.enhance.asm.commons.Method
-
Returns the return type of the method described by this object.
- getReturnType() - Method in class io.ebean.enhance.asm.Type
-
Returns the return type of methods of this type.
- getReturnType(String) - Static method in class io.ebean.enhance.asm.Type
-
Returns the
Type corresponding to the return type of the given method descriptor.
- getReturnType(Method) - Static method in class io.ebean.enhance.asm.Type
-
Returns the
Type corresponding to the return type of the given method.
- getShortName() - Method in class io.ebean.enhance.querybean.ClassInfo
-
Return the short name of the class.
- getSize() - Method in class io.ebean.enhance.asm.ConstantDynamic
-
Returns the size of this constant.
- getSize() - Method in class io.ebean.enhance.asm.Type
-
Returns the size of values of this type.
- getSort() - Method in class io.ebean.enhance.asm.Type
-
Returns the sort of this type.
- getSort() - Method in class io.ebean.enhance.asm.TypeReference
-
Returns the sort of this type reference.
- getStatic(Type, String, Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push the value of a static field on the stack.
- getstatic(String, String, String) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- GETSTATIC - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- getStep(int) - Method in class io.ebean.enhance.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - Method in class io.ebean.enhance.asm.TypePath
-
Returns the index of the type argument that the given step is stepping into.
- getSuperClassName() - Method in class io.ebean.enhance.common.ClassMeta
-
- getSuperMeta(String, ClassLoader) - Method in class io.ebean.enhance.common.EnhanceContext
-
Read the class meta data for a super class.
- getSuperName() - Method in class io.ebean.enhance.asm.ClassReader
-
- getSuperTypeIndex() - Method in class io.ebean.enhance.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by this type reference.
- getTag() - Method in class io.ebean.enhance.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getTransactionalPackages() - Method in class io.ebean.enhance.common.AgentManifest
-
Return the packages that should be enhanced for transactional.
- getTransactionProfilingKeys() - Method in class io.ebean.enhance.common.EnhanceContext
-
Return the profiling transaction keys.
- getTransactionProfilingKeys() - Method in class io.ebean.enhance.Transformer
-
Return the transaction profiling keys.
- getTryCatchBlockIndex() - Method in class io.ebean.enhance.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they are visited with
visitTryCatchBlock), whose 'catch' type is referenced by this type reference.
- getType(String) - Static method in class io.ebean.enhance.asm.Type
-
Returns the
Type corresponding to the given type descriptor.
- getType(Class<?>) - Static method in class io.ebean.enhance.asm.Type
-
Returns the
Type corresponding to the given class.
- getType(Constructor<?>) - Static method in class io.ebean.enhance.asm.Type
-
Returns the method
Type corresponding to the given constructor.
- getType(Method) - Static method in class io.ebean.enhance.asm.Type
-
Returns the method
Type corresponding to the given method.
- getType1() - Method in class io.ebean.enhance.common.CommonSuperUnresolved
-
- getType2() - Method in class io.ebean.enhance.common.CommonSuperUnresolved
-
- getTypeArgumentIndex() - Method in class io.ebean.enhance.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeParameterBoundIndex() - Method in class io.ebean.enhance.asm.TypeReference
-
- getTypeParameterIndex() - Method in class io.ebean.enhance.asm.TypeReference
-
Returns the index of the type parameter referenced by this type reference.
- getUnresolved() - Method in class io.ebean.enhance.asm.ClassWriterWithoutClassLoading
-
- getUnresolved() - Method in class io.ebean.enhance.Transformer
-
Return the list of unresolved common superclass issues.
- getValue() - Method in class io.ebean.enhance.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in visit methods related
to type annotations, like visitTypeAnnotation.
- getValue(String) - Method in class io.ebean.enhance.common.AnnotationInfo
-
Return a value out of the map.
- goTo(Label) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label.
- goTo(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- GOTO - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- GT - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- I2B - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- I2C - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- I2D - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- I2F - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- I2L - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- I2S - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IADD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IALOAD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IAND - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IASTORE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- iconst(int) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- ICONST_0 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ICONST_1 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ICONST_2 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ICONST_3 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ICONST_4 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ICONST_5 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ICONST_M1 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IDENTITY_FIELD - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- IDIV - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IF_ACMPEQ - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IF_ACMPNE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IF_ICMPEQ - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IF_ICMPGE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IF_ICMPGT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IF_ICMPLE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IF_ICMPLT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IF_ICMPNE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ifacmpeq(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ifacmpne(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ifCmp(Type, int, Label) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top two stack
values.
- ifeq(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- IFEQ - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ifge(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- IFGE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ifgt(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- IFGT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ifICmp(int, Label) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top two integer
stack values.
- ificmpeq(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ificmpge(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ificmpgt(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ificmple(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ificmplt(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ificmpne(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- ifle(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- IFLE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- iflt(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- IFLT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ifne(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- IFNE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ifNonNull(Label) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack value is not null.
- ifnonnull(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- IFNONNULL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ifNull(Label) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack value is null.
- ifnull(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- IFNULL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ifZCmp(int, Label) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top integer stack
value with zero.
- iinc(int, int) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to increment the given local variable.
- iinc(int, int) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- IINC - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ILOAD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IMUL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IndexFieldWeaver - Class in io.ebean.enhance.entity
-
Generate the methods based on the list of fields.
- IndexFieldWeaver() - Constructor for class io.ebean.enhance.entity.IndexFieldWeaver
-
- INEG - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- info - Variable in class io.ebean.enhance.asm.Label
-
A user managed state associated with this label.
- INIT - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- INNER_TYPE - Static variable in class io.ebean.enhance.asm.TypePath
-
A type path step that steps into the nested type of a class type.
- InputStreamTransform - Class in io.ebean.enhance.common
-
Utility object that handles input streams for reading and writing.
- InputStreamTransform(Transformer, ClassLoader) - Constructor for class io.ebean.enhance.common.InputStreamTransform
-
- instanceOf(Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to test if the top stack value is of the given type.
- instanceOf(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- INSTANCEOF - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- INSTANCEOF - Static variable in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Wildcard for a normal type argument.
- INSTANCEOF - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the type declared in an 'instanceof' instruction.
- InstructionAdapter - Class in io.ebean.enhance.asm.commons
-
A
MethodVisitor providing a more detailed API to generate and transform instructions.
- InstructionAdapter(MethodVisitor) - Constructor for class io.ebean.enhance.asm.commons.InstructionAdapter
-
- instrumentation() - Static method in class io.ebean.enhance.Transformer
-
Return the Instrumentation instance.
- INT - Static variable in class io.ebean.enhance.asm.Type
-
The sort of the int type.
- INT_TYPE - Static variable in class io.ebean.enhance.asm.Type
-
The int type.
- INTEGER - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- INTERCEPT_FIELD - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- InterceptField - Class in io.ebean.enhance.entity
-
Generate the _ebean_getIntercept() method and field.
- InterceptField() - Constructor for class io.ebean.enhance.entity.InterceptField
-
- invokeConstructor(Type, Method) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a constructor.
- invokeDynamic(String, String, Handle, Object...) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates an invokedynamic instruction.
- invokedynamic(String, String, Handle, Object[]) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to call the given dynamic method.
- INVOKEDYNAMIC - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- invokeInterface(Type, Method) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke an interface method.
- invokeinterface(String, String, String) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to call the given interface method.
- INVOKEINTERFACE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- invokespecial(String, String, String) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- invokespecial(String, String, String, boolean) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to call the given special method.
- INVOKESPECIAL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- invokeStatic(Type, Method) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a static method.
- invokestatic(String, String, String) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- invokestatic(String, String, String, boolean) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to call the given static method.
- INVOKESTATIC - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- invokeVirtual(Type, Method) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a normal method.
- invokevirtual(String, String, String) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- invokevirtual(String, String, String, boolean) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to call the given virtual method.
- INVOKEVIRTUAL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- io.ebean.enhance - package io.ebean.enhance
-
- io.ebean.enhance.ant - package io.ebean.enhance.ant
-
Used to Manage Logging, AutoFetch etc
- io.ebean.enhance.asm - package io.ebean.enhance.asm
-
Provides a small and fast bytecode manipulation framework.
- io.ebean.enhance.asm.commons - package io.ebean.enhance.asm.commons
-
Provides some useful class and method adapters.
- io.ebean.enhance.asm.signature - package io.ebean.enhance.asm.signature
-
Provides support for type signatures.
- io.ebean.enhance.common - package io.ebean.enhance.common
-
- io.ebean.enhance.entity - package io.ebean.enhance.entity
-
- io.ebean.enhance.querybean - package io.ebean.enhance.querybean
-
- io.ebean.enhance.transactional - package io.ebean.enhance.transactional
-
- IOR - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IREM - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IRETURN - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- isAlreadyEnhanced() - Method in class io.ebean.enhance.common.ClassMeta
-
Return true if the bean is already enhanced.
- isAlreadyEnhanced() - Method in class io.ebean.enhance.querybean.ClassInfo
-
Return true if the bean is already enhanced.
- isCheckNullManyFields() - Method in class io.ebean.enhance.common.AgentManifest
-
Return false if enhancement should skip checking for null many fields.
- isCheckNullManyFields() - Method in class io.ebean.enhance.common.EnhanceContext
-
Return true if we should add null checking on *ToMany fields.
- isCheckSuperClassForEntity() - Method in class io.ebean.enhance.common.ClassMeta
-
- isCodeAttribute() - Method in class io.ebean.enhance.asm.Attribute
-
Returns true if this type of attribute is a code attribute.
- isEmbedded() - Method in class io.ebean.enhance.entity.FieldMeta
-
Return true if this is an Embedded field.
- isEmpty() - Method in class io.ebean.enhance.querybean.DetectQueryBean
-
Return true if there are no known packages.
- isEnableProfileLocation() - Method in class io.ebean.enhance.common.AgentManifest
-
Return true if enhancement of profileLocations should be added.
- isEnableProfileLocation() - Method in class io.ebean.enhance.common.EnhanceContext
-
Return true if profile location enhancement is on.
- isEnableProfileLocation() - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
Return true if profile location enhancement is on.
- isEnableQueryAutoLabel() - Method in class io.ebean.enhance.common.AgentManifest
-
Return true if enhancement should add labels to query bean queries.
- isEnableQueryAutoLabel() - Method in class io.ebean.enhance.common.EnhanceContext
-
Return true if enhancement should automatically set labels on queries.
- isEnhanced() - Method in class io.ebean.enhance.common.TransformRequest
-
- isEnhancedEntity() - Method in class io.ebean.enhance.common.DetectEnhancement
-
- isEnhancedTransactional() - Method in class io.ebean.enhance.common.DetectEnhancement
-
- isEntity() - Method in class io.ebean.enhance.common.ClassMeta
-
Return true if the class has an Entity, Embeddable, MappedSuperclass (with persistent fields).
- isEntity() - Method in class io.ebean.enhance.common.DetectEnhancement
-
Return true if this is an entity bean or embeddable bean.
- isEntityAnnotation(String) - Static method in class io.ebean.enhance.common.EntityCheck
-
Return true if the annotation is for an Entity, Embeddable, MappedSuperclass or DocStore.
- isEntityEnhancementRequired() - Method in class io.ebean.enhance.common.ClassMeta
-
Return true for classes not already enhanced and yet annotated with entity, embeddable or mappedSuperclass.
- isExistingMethod(String, String) - Method in class io.ebean.enhance.common.ClassMeta
-
Return true if the method already exists on the bean.
- isFieldPersistent(String) - Method in class io.ebean.enhance.common.ClassMeta
-
Return true if the field is a persistent field.
- isFieldPersistentMany(String) - Method in class io.ebean.enhance.common.ClassMeta
-
Return true if the field is a persistent many field.
- isFinder() - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
Return true if this enhancing class extends Ebean Finder.
- ISHL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- ISHR - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- isId() - Method in class io.ebean.enhance.entity.FieldMeta
-
Return true if this is an ID field.
- isIgnoreClass(String) - Method in class io.ebean.enhance.common.EnhanceContext
-
Return true if this class should be ignored.
- isInterface() - Method in class io.ebean.enhance.asm.Handle
-
Returns true if the owner of the field or method designated by this handle is an interface.
- isLocalField(ClassMeta) - Method in class io.ebean.enhance.entity.FieldMeta
-
Return true if the field is local to this class.
- isLog(int) - Method in class io.ebean.enhance.common.ClassMeta
-
- isLog(int) - Method in class io.ebean.enhance.common.ClassMetaReaderVisitor
-
- isLog(int) - Method in class io.ebean.enhance.common.DetectEnhancement
-
- isLog(int) - Method in class io.ebean.enhance.common.EnhanceContext
-
- isLog(int) - Method in class io.ebean.enhance.entity.ClassAdapterEntity
-
- isLog(int) - Method in class io.ebean.enhance.querybean.ClassInfo
-
- isLog(int) - Method in class io.ebean.enhance.querybean.TypeQueryClassAdapter
-
- isLog(int) - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
- isMany() - Method in class io.ebean.enhance.entity.FieldMeta
-
Return true if this is a OneToMany or ManyToMany field.
- isManyToMany() - Method in class io.ebean.enhance.entity.FieldMeta
-
- isMappedSuper() - Method in class io.ebean.enhance.common.ClassMeta
-
Return true if this is a mapped superclass.
- isMatch(String, String) - Method in class io.ebean.enhance.entity.MethodMeta
-
- isObjectArray() - Method in class io.ebean.enhance.entity.FieldMeta
-
Return true if this field type is an Array of Objects.
- isPersistent() - Method in class io.ebean.enhance.entity.FieldMeta
-
Return true is this is a persistent field.
- isPrimitiveType() - Method in class io.ebean.enhance.entity.FieldMeta
-
Return true if this is a primitiveType.
- isQueryBean(String) - Method in class io.ebean.enhance.common.EnhanceContext
-
Return true if the owner class is a type query bean.
- isQueryBean(String) - Method in class io.ebean.enhance.querybean.DetectQueryBean
-
Return true if this class is a query bean using naming conventions for query beans.
- isQueryBean(String) - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
- isQueryBeanNone() - Method in class io.ebean.enhance.common.AgentManifest
-
Return true if query bean enhancement is turned off.
- isSuperClassEntity() - Method in class io.ebean.enhance.common.ClassMeta
-
Return true if this entity bean has a super class that is an entity.
- isThrowOnError() - Method in class io.ebean.enhance.common.EnhanceContext
-
Return true if transform should throw exception rather than log and return null.
- ISTORE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- isTransactional() - Method in class io.ebean.enhance.common.ClassMeta
-
- isTransactional() - Method in class io.ebean.enhance.common.DetectEnhancement
-
Return true if ANY method has the transactional annotation.
- isTransactionalNone() - Method in class io.ebean.enhance.common.AgentManifest
-
Return true if transactional enhancement is turned off.
- isTransient() - Method in class io.ebean.enhance.entity.FieldMeta
-
Return true if this is a transient field.
- isTransientInternalFields() - Method in class io.ebean.enhance.common.AgentManifest
-
Return true if we should use transient internal fields.
- isTransientInternalFields() - Method in class io.ebean.enhance.common.EnhanceContext
-
Return true if internal ebean fields in entity classes should be transient.
- isTypeQueryBean() - Method in class io.ebean.enhance.querybean.ClassInfo
-
Return true if the bean is a type query bean.
- isTypeQueryUser() - Method in class io.ebean.enhance.querybean.ClassInfo
-
Return true if the class is explicitly annotated with TypeQueryUser annotation.
- ISUB - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- isUnknown() - Method in class io.ebean.enhance.asm.Attribute
-
Returns true if this type of attribute is unknown.
- IUSHR - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IXOR - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- main(String[]) - Static method in class io.ebean.enhance.ant.MainTransform
-
- MainTransform - Class in io.ebean.enhance.ant
-
A utility object to run transformation from a main method.
- MainTransform() - Constructor for class io.ebean.enhance.ant.MainTransform
-
- map(String) - Method in class io.ebean.enhance.asm.commons.Remapper
-
Maps the internal name of a class to its new name.
- map(String) - Method in class io.ebean.enhance.asm.commons.SimpleRemapper
-
- mapDesc(String) - Method in class io.ebean.enhance.asm.commons.Remapper
-
- mapFieldName(String, String, String) - Method in class io.ebean.enhance.asm.commons.Remapper
-
Maps a field name to its new name.
- mapFieldName(String, String, String) - Method in class io.ebean.enhance.asm.commons.SimpleRemapper
-
- mapInnerClassName(String, String, String) - Method in class io.ebean.enhance.asm.commons.Remapper
-
Maps an inner class name to its new name.
- mapInvokeDynamicMethodName(String, String) - Method in class io.ebean.enhance.asm.commons.Remapper
-
Maps an invokedynamic or a constant dynamic method name to its new name.
- mapInvokeDynamicMethodName(String, String) - Method in class io.ebean.enhance.asm.commons.SimpleRemapper
-
- mapMethodDesc(String) - Method in class io.ebean.enhance.asm.commons.Remapper
-
Returns the given method descriptor, with its argument and return type descriptors remapped
with
Remapper.mapDesc(String).
- mapMethodName(String, String, String) - Method in class io.ebean.enhance.asm.commons.Remapper
-
Maps a method name to its new name.
- mapMethodName(String, String, String) - Method in class io.ebean.enhance.asm.commons.SimpleRemapper
-
- mapModuleName(String) - Method in class io.ebean.enhance.asm.commons.Remapper
-
Maps a module name to its new name.
- mapPackageName(String) - Method in class io.ebean.enhance.asm.commons.Remapper
-
Maps a package name to its new name.
- MAPPEDSUPERCLASS_ANNOTATION - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- MAPPEDSUPERCLASS_ANNOTATION - Static variable in interface io.ebean.enhance.querybean.Constants
-
- mapSignature(String, boolean) - Method in class io.ebean.enhance.asm.commons.Remapper
-
- mapType(String) - Method in class io.ebean.enhance.asm.commons.Remapper
-
- mapTypes(String[]) - Method in class io.ebean.enhance.asm.commons.Remapper
-
- mapValue(Object) - Method in class io.ebean.enhance.asm.commons.Remapper
-
Returns the given value, remapped with this remapper.
- mark(Label) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Marks the current code position with the given label.
- mark() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Marks the current code position with a new label.
- mark(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- MarkerField - Class in io.ebean.enhance.entity
-
Used to detect if a class has been enhanced.
- MarkerField() - Constructor for class io.ebean.enhance.entity.MarkerField
-
- markTypeQueryEnhanced() - Method in class io.ebean.enhance.querybean.ClassInfo
-
Mark this class as having enhancement for query beans.
- math(int, Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to do the specified mathematical or logical operation.
- MessageOutput - Interface in io.ebean.enhance.entity
-
Debug message output logging by the entity.
- Method - Class in io.ebean.enhance.asm.commons
-
A named method descriptor.
- Method(String, String) - Constructor for class io.ebean.enhance.asm.commons.Method
-
- Method(String, Type, Type[]) - Constructor for class io.ebean.enhance.asm.commons.Method
-
- METHOD - Static variable in class io.ebean.enhance.asm.Type
-
The sort of method types.
- METHOD_FORMAL_PARAMETER - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the type of a formal parameter of a method.
- METHOD_INVOCATION_TYPE_ARGUMENT - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target a type parameter of a generic method in a method call.
- METHOD_RECEIVER - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the receiver type of a method.
- METHOD_REFERENCE - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the receiver type of a method reference.
- METHOD_REFERENCE_TYPE_ARGUMENT - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target a type parameter of a generic method in a method
reference.
- METHOD_RETURN - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the return type of a method.
- METHOD_TYPE_PARAMETER - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target a type parameter of a generic method.
- METHOD_TYPE_PARAMETER_BOUND - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a generic method.
- MethodAdapter - Class in io.ebean.enhance.querybean
-
Adapter that changes GETFIELD calls to type query beans to instead use the generated
'property access' methods.
- MethodAdapter(MethodVisitor, EnhanceContext, ClassInfo, String) - Constructor for class io.ebean.enhance.querybean.MethodAdapter
-
- MethodEquals - Class in io.ebean.enhance.entity
-
Generate the equals hashCode method using the identity.
- MethodEquals() - Constructor for class io.ebean.enhance.entity.MethodEquals
-
- MethodFieldAdapter - Class in io.ebean.enhance.entity
-
Changes the method code from using PUTFIELD and GETFIELD to calling our
special field interception methods.
- MethodFieldAdapter(MethodVisitor, ClassMeta, String) - Constructor for class io.ebean.enhance.entity.MethodFieldAdapter
-
- MethodIsEmbeddedNewOrDirty - Class in io.ebean.enhance.entity
-
Used to detect if a class has been enhanced.
- MethodIsEmbeddedNewOrDirty() - Constructor for class io.ebean.enhance.entity.MethodIsEmbeddedNewOrDirty
-
- MethodMeta - Class in io.ebean.enhance.entity
-
- MethodMeta(AnnotationInfo, int, String, String) - Constructor for class io.ebean.enhance.entity.MethodMeta
-
- MethodNewInstance - Class in io.ebean.enhance.entity
-
Adds the _ebean_newInstance() method.
- MethodNewInstance() - Constructor for class io.ebean.enhance.entity.MethodNewInstance
-
- MethodRemapper - Class in io.ebean.enhance.asm.commons
-
- MethodRemapper(MethodVisitor, Remapper) - Constructor for class io.ebean.enhance.asm.commons.MethodRemapper
-
- MethodSetEmbeddedLoaded - Class in io.ebean.enhance.entity
-
Generate the _ebean_setEmbeddedLoaded() method.
- MethodSetEmbeddedLoaded() - Constructor for class io.ebean.enhance.entity.MethodSetEmbeddedLoaded
-
- MethodStaticInitAdapter - Class in io.ebean.enhance.entity
-
- MethodStaticInitAdapter(MethodVisitor, ClassMeta) - Constructor for class io.ebean.enhance.entity.MethodStaticInitAdapter
-
- MethodTooLargeException - Exception in io.ebean.enhance.asm
-
Exception thrown when the Code attribute of a method produced by a
ClassWriter is too
large.
- MethodTooLargeException(String, String, String, int) - Constructor for exception io.ebean.enhance.asm.MethodTooLargeException
-
- MethodVisitor - Class in io.ebean.enhance.asm
-
A visitor to visit a Java method.
- MethodVisitor(int) - Constructor for class io.ebean.enhance.asm.MethodVisitor
-
- MethodVisitor(int, MethodVisitor) - Constructor for class io.ebean.enhance.asm.MethodVisitor
-
- ModuleHashesAttribute - Class in io.ebean.enhance.asm.commons
-
A ModuleHashes attribute.
- ModuleHashesAttribute(String, List<String>, List<byte[]>) - Constructor for class io.ebean.enhance.asm.commons.ModuleHashesAttribute
-
- ModuleHashesAttribute() - Constructor for class io.ebean.enhance.asm.commons.ModuleHashesAttribute
-
- ModuleRemapper - Class in io.ebean.enhance.asm.commons
-
- ModuleRemapper(ModuleVisitor, Remapper) - Constructor for class io.ebean.enhance.asm.commons.ModuleRemapper
-
- ModuleResolutionAttribute - Class in io.ebean.enhance.asm.commons
-
A ModuleResolution attribute.
- ModuleResolutionAttribute(int) - Constructor for class io.ebean.enhance.asm.commons.ModuleResolutionAttribute
-
- ModuleResolutionAttribute() - Constructor for class io.ebean.enhance.asm.commons.ModuleResolutionAttribute
-
- modules - Variable in class io.ebean.enhance.asm.commons.ModuleHashesAttribute
-
A list of module names.
- ModuleTargetAttribute - Class in io.ebean.enhance.asm.commons
-
A ModuleTarget attribute.
- ModuleTargetAttribute(String) - Constructor for class io.ebean.enhance.asm.commons.ModuleTargetAttribute
-
- ModuleTargetAttribute() - Constructor for class io.ebean.enhance.asm.commons.ModuleTargetAttribute
-
- ModuleVisitor - Class in io.ebean.enhance.asm
-
A visitor to visit a Java module.
- ModuleVisitor(int) - Constructor for class io.ebean.enhance.asm.ModuleVisitor
-
- ModuleVisitor(int, ModuleVisitor) - Constructor for class io.ebean.enhance.asm.ModuleVisitor
-
- monitorEnter() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to get the monitor of the top stack value.
- monitorenter() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- MONITORENTER - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- monitorExit() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to release the monitor of the top stack value.
- monitorexit() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- MONITOREXIT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- MUL - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- mul(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- multianewarray(String, int) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- MULTIANEWARRAY - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- NE - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- NEG - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- neg(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- NEW - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- NEW - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the type of the object created by a 'new' instruction.
- newArray(Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to create a new array.
- newarray(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to create and push on the stack an array of the given type.
- NEWARRAY - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- newClass(String) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds a class reference to the constant pool of the class being build.
- newConst(Object) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds a number or string constant to the constant pool of the class being build.
- newConstantDynamic(String, String, Handle, Object...) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds a dynamic constant reference to the constant pool of the class being build.
- newExceptionReference(int) - Static method in class io.ebean.enhance.asm.TypeReference
-
Returns a reference to the type of an exception, in a 'throws' clause of a method.
- newField(String, String, String) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds a field reference to the constant pool of the class being build.
- newFormalParameterReference(int) - Static method in class io.ebean.enhance.asm.TypeReference
-
Returns a reference to the type of a formal parameter of a method.
- newHandle(int, String, String, String) - Method in class io.ebean.enhance.asm.ClassWriter
-
- newHandle(int, String, String, String, boolean) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds a handle to the constant pool of the class being build.
- newInstance(Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to create a new object.
- newInvokeDynamic(String, String, Handle, Object...) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds an invokedynamic reference to the constant pool of the class being build.
- newLabel() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- newLocal(Type) - Method in class io.ebean.enhance.asm.commons.LocalVariablesSorter
-
Constructs a new local variable of the given type.
- newMethod(String, String, String, boolean) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds a method reference to the constant pool of the class being build.
- newMethodType(String) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds a method type reference to the constant pool of the class being build.
- newModule(String) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds a module reference to the constant pool of the class being build.
- newNameType(String, String) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds a name and type to the constant pool of the class being build.
- newPackage(String) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds a package reference to the constant pool of the class being build.
- newSuperTypeReference(int) - Static method in class io.ebean.enhance.asm.TypeReference
-
Returns a reference to the super class or to an interface of the 'implements' clause of a
class.
- newTryCatchReference(int) - Static method in class io.ebean.enhance.asm.TypeReference
-
Returns a reference to the type of the exception declared in a 'catch' clause of a method.
- newTypeArgumentReference(int, int) - Static method in class io.ebean.enhance.asm.TypeReference
-
Returns a reference to the type of a type argument in a constructor or method call or
reference.
- newTypeParameterBoundReference(int, int, int) - Static method in class io.ebean.enhance.asm.TypeReference
-
Returns a reference to a type parameter bound of a generic class or method.
- newTypeParameterReference(int, int) - Static method in class io.ebean.enhance.asm.TypeReference
-
Returns a reference to a type parameter of a generic class or method.
- newTypeReference(int) - Static method in class io.ebean.enhance.asm.TypeReference
-
Returns a type reference of the given sort.
- newUTF8(String) - Method in class io.ebean.enhance.asm.ClassWriter
-
Adds an UTF8 string to the constant pool of the class being build.
- NOARG_VOID - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- NoEnhancementRequiredException - Exception in io.ebean.enhance.common
-
Thrown when a Class does not require entity or transaction enhancement.
- NoEnhancementRequiredException() - Constructor for exception io.ebean.enhance.common.NoEnhancementRequiredException
-
- NoEnhancementRequiredException(String) - Constructor for exception io.ebean.enhance.common.NoEnhancementRequiredException
-
- nop() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates a nop instruction.
- NOP - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- not() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instructions to compute the bitwise negation of the top stack value.
- NULL - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- parse(String) - Static method in class io.ebean.enhance.common.ArgParser
-
Parse the args returning as name value pairs.
- parseClassPaths(String) - Static method in class io.ebean.enhance.Transformer
-
Helper method to split semi-colon separated class paths into a URL array.
- platform - Variable in class io.ebean.enhance.asm.commons.ModuleTargetAttribute
-
The name of the platform on which the module can run.
- pop() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates a POP instruction.
- pop() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- POP - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- pop2() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates a POP2 instruction.
- pop2() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- POP2 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- premain(String, Instrumentation) - Static method in class io.ebean.enhance.Transformer
-
- println(String) - Method in class io.ebean.enhance.common.SysoutMessageOutput
-
- println(String) - Method in interface io.ebean.enhance.entity.MessageOutput
-
Log the debug message.
- process(String) - Method in class io.ebean.enhance.ant.OfflineFileTransform
-
Process the packageNames as comma delimited string.
- process(Set<String>) - Method in class io.ebean.enhance.ant.OfflineFileTransform
-
Process all the comma delimited list of packages.
- push(boolean) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(int) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(long) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(float) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(double) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(String) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(Handle) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push a handle on the stack.
- push(ConstantDynamic) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to push a constant dynamic on the stack.
- put(String, ClassMeta) - Method in class io.ebean.enhance.common.ClassMetaCache
-
- putByte(int) - Method in class io.ebean.enhance.asm.ByteVector
-
Puts a byte into this byte vector.
- putByteArray(byte[], int, int) - Method in class io.ebean.enhance.asm.ByteVector
-
Puts an array of bytes into this byte vector.
- putField(Type, String, Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a non static field.
- putfield(String, String, String) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- PUTFIELD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- putInt(int) - Method in class io.ebean.enhance.asm.ByteVector
-
Puts an int into this byte vector.
- putLong(long) - Method in class io.ebean.enhance.asm.ByteVector
-
Puts a long into this byte vector.
- putShort(int) - Method in class io.ebean.enhance.asm.ByteVector
-
Puts a short into this byte vector.
- putStatic(Type, String, Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a static field.
- putstatic(String, String, String) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- PUTSTATIC - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- putTxnLabel(int, String) - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
Set the transaction label for a given index.
- putUTF8(String) - Method in class io.ebean.enhance.asm.ByteVector
-
Puts an UTF8 string into this byte vector.
- SALOAD - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- SASTORE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- SerialVersionUIDAdder - Class in io.ebean.enhance.asm.commons
-
A
ClassVisitor that adds a serial version unique identifier to a class if missing.
- SerialVersionUIDAdder(ClassVisitor) - Constructor for class io.ebean.enhance.asm.commons.SerialVersionUIDAdder
-
- SET_LABEL - Static variable in interface io.ebean.enhance.querybean.Constants
-
- setAlreadyEnhanced(boolean) - Method in class io.ebean.enhance.common.ClassMeta
-
- setClassName(String, String) - Method in class io.ebean.enhance.common.ClassMeta
-
- setClasspath(String) - Method in class io.ebean.enhance.ant.AntEnhanceTask
-
the classpath used to search for e.g.
- setClassSource(String) - Method in class io.ebean.enhance.ant.AntEnhanceTask
-
Set the directory holding the class files we want to transform.
- setEntityBeanInterface(boolean) - Method in class io.ebean.enhance.common.ClassMeta
-
- setFallback() - Method in class io.ebean.enhance.common.ClassMetaCache
-
Put MappedSuperclass classMeta into the fallback cache.
- setGroovyInterface(boolean) - Method in class io.ebean.enhance.common.ClassMeta
-
- setHasBasicConstructor() - Method in class io.ebean.enhance.querybean.ClassInfo
-
There is a basic constructor on the assoc bean which is being overwritten (so don't need to add later).
- setHasDefaultConstructor(boolean) - Method in class io.ebean.enhance.common.ClassMeta
-
- setHasEqualsOrHashcode(boolean) - Method in class io.ebean.enhance.common.ClassMeta
-
Set to true if the class has an existing equals() or hashcode() method.
- setHasMainConstructor() - Method in class io.ebean.enhance.querybean.ClassInfo
-
There is a main constructor on the assoc bean which is being overwritten (so don't need to add later).
- setHasStaticInit(boolean) - Method in class io.ebean.enhance.common.ClassMeta
-
- setIndexPosition(int) - Method in class io.ebean.enhance.entity.FieldMeta
-
- setKeepUnresolved() - Method in class io.ebean.enhance.Transformer
-
Set this to keep and report unresolved explicitly.
- setLineNumber(int) - Method in class io.ebean.enhance.transactional.TransactionalMethodKey
-
- setListener(TransformationListener) - Method in class io.ebean.enhance.ant.OfflineFileTransform
-
Register a listener to receive event notification
- setLogout(MessageOutput) - Method in class io.ebean.enhance.common.EnhanceContext
-
Change the logout to something other than system out.
- setLogout(MessageOutput) - Method in class io.ebean.enhance.Transformer
-
Change the logout to something other than system out.
- setPackages(String) - Method in class io.ebean.enhance.ant.AntEnhanceTask
-
Set the package name to search for classes to transform.
- setParent(AnnotationInfo) - Method in class io.ebean.enhance.common.AnnotationInfo
-
- setProfileId(int) - Method in class io.ebean.enhance.transactional.TransactionalMethodKey
-
- setScalaInterface(boolean) - Method in class io.ebean.enhance.common.ClassMeta
-
- setSuperMeta(ClassMeta) - Method in class io.ebean.enhance.common.ClassMeta
-
- setThrowOnError(boolean) - Method in class io.ebean.enhance.common.EnhanceContext
-
Set to true if you want transform to throw exceptions rather than return null.
- setTransformArgs(String) - Method in class io.ebean.enhance.ant.AntEnhanceTask
-
Set the arguments passed to the transformer.
- SHL - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- shl(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- SHORT - Static variable in class io.ebean.enhance.asm.Type
-
The sort of the short type.
- SHORT_TYPE - Static variable in class io.ebean.enhance.asm.Type
-
The short type.
- SHR - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- shr(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- SignatureReader - Class in io.ebean.enhance.asm.signature
-
A parser for signature literals, as defined in the Java Virtual Machine Specification (JVMS), to
visit them with a SignatureVisitor.
- SignatureReader(String) - Constructor for class io.ebean.enhance.asm.signature.SignatureReader
-
- SignatureRemapper - Class in io.ebean.enhance.asm.commons
-
- SignatureRemapper(SignatureVisitor, Remapper) - Constructor for class io.ebean.enhance.asm.commons.SignatureRemapper
-
- SignatureVisitor - Class in io.ebean.enhance.asm.signature
-
A visitor to visit a generic signature.
- SignatureVisitor(int) - Constructor for class io.ebean.enhance.asm.signature.SignatureVisitor
-
- SignatureWriter - Class in io.ebean.enhance.asm.signature
-
A SignatureVisitor that generates signature literals, as defined in the Java Virtual Machine
Specification (JVMS).
- SignatureWriter() - Constructor for class io.ebean.enhance.asm.signature.SignatureWriter
-
- SimpleRemapper - Class in io.ebean.enhance.asm.commons
-
- SimpleRemapper(Map<String, String>) - Constructor for class io.ebean.enhance.asm.commons.SimpleRemapper
-
- SimpleRemapper(String, String) - Constructor for class io.ebean.enhance.asm.commons.SimpleRemapper
-
- SIPUSH - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- SKIP_CODE - Static variable in class io.ebean.enhance.asm.ClassReader
-
A flag to skip the Code attributes.
- SKIP_DEBUG - Static variable in class io.ebean.enhance.asm.ClassReader
-
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable, LocalVariableTypeTable
and LineNumberTable attributes.
- SKIP_FRAMES - Static variable in class io.ebean.enhance.asm.ClassReader
-
A flag to skip the StackMap and StackMapTable attributes.
- SOURCE_DEPRECATED - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- SOURCE_MASK - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- stack - Variable in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
The operand stack slots for the current execution frame.
- StaticInitAdapter - Class in io.ebean.enhance.transactional
-
Enhance an existing static initialisation block with a call to our static
_$initProfileLocations() method.
- StaticInitMerger - Class in io.ebean.enhance.asm.commons
-
A
ClassVisitor that merges <clinit> methods into a single one.
- StaticInitMerger(String, ClassVisitor) - Constructor for class io.ebean.enhance.asm.commons.StaticInitMerger
-
- store(int, Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- storeArg(int) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given method argument.
- storeLocal(int) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local variable.
- storeLocal(int, Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local variable.
- StringReplace - Class in io.ebean.enhance.ant
-
Utility String class that supports String manipulation functions.
- StringReplace() - Constructor for class io.ebean.enhance.ant.StringReplace
-
- SUB - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- sub(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- SUPER - Static variable in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Wildcard for a "super" type argument.
- swap() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates a SWAP instruction.
- swap(Type, Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instructions to swap the top two stack values.
- swap() - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- SWAP - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- SysoutMessageOutput - Class in io.ebean.enhance.common
-
MessageOutput typically used with System.out.
- SysoutMessageOutput(PrintStream) - Constructor for class io.ebean.enhance.common.SysoutMessageOutput
-
- T_BOOLEAN - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- T_BYTE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- T_CHAR - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- T_DOUBLE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- T_FLOAT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- T_INT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- T_LONG - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- T_SHORT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- tableSwitch(int[], TableSwitchGenerator) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instructions for a switch statement.
- tableSwitch(int[], TableSwitchGenerator, boolean) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instructions for a switch statement.
- tableswitch(int, int, Label, Label...) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- TABLESWITCH - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- TableSwitchGenerator - Interface in io.ebean.enhance.asm.commons
-
A code generator for switch statements.
- tconst(Type) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
Generates the instruction to push the given type on the stack.
- throwException() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to throw an exception.
- throwException(Type, String) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instructions to create and throw an exception.
- THROWS - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the type of an exception declared in the throws clause
of a method.
- toByteArray() - Method in class io.ebean.enhance.asm.ClassWriter
-
Returns the content of the class file that was built by this ClassWriter.
- TOP - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- toString() - Method in class io.ebean.enhance.asm.commons.Method
-
- toString() - Method in class io.ebean.enhance.asm.ConstantDynamic
-
- toString() - Method in class io.ebean.enhance.asm.Handle
-
Returns the textual representation of this handle.
- toString() - Method in class io.ebean.enhance.asm.Label
-
Returns a string representation of this label.
- toString() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
Returns the signature that was built by this signature writer.
- toString() - Method in class io.ebean.enhance.asm.Type
-
Returns a string representation of this type.
- toString() - Method in class io.ebean.enhance.asm.TypePath
-
Returns a string representation of this type path.
- toString() - Method in class io.ebean.enhance.common.AgentManifest
-
- toString() - Method in class io.ebean.enhance.common.AnnotationInfo
-
- toString() - Method in class io.ebean.enhance.common.ClassMeta
-
- toString() - Method in class io.ebean.enhance.common.CommonSuperUnresolved
-
- toString() - Method in class io.ebean.enhance.entity.FieldMeta
-
- toString() - Method in class io.ebean.enhance.entity.MethodMeta
-
- toString() - Method in class io.ebean.enhance.querybean.DetectQueryBean
-
- toString() - Method in class io.ebean.enhance.querybean.FieldInfo
-
- toString() - Method in class io.ebean.enhance.transactional.TransactionalMethodKey
-
- TQ_ASSOC_BEAN - Static variable in interface io.ebean.enhance.querybean.Constants
-
- TQ_PATH - Static variable in interface io.ebean.enhance.querybean.Constants
-
The TQPath object class name.
- TQ_ROOT_BEAN - Static variable in interface io.ebean.enhance.querybean.Constants
-
The TQRootBean object class name.
- TransactionalMethodKey - Class in io.ebean.enhance.transactional
-
Holds profileId and details for a given @Transactional method.
- TransactionalMethodKey(String, String, String) - Constructor for class io.ebean.enhance.transactional.TransactionalMethodKey
-
- transform(String, File) - Method in class io.ebean.enhance.common.InputStreamTransform
-
Transform a file.
- transform(String, InputStream) - Method in class io.ebean.enhance.common.InputStreamTransform
-
Transform a input stream.
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class io.ebean.enhance.Transformer
-
- TransformationListener - Interface in io.ebean.enhance.ant
-
Mechanism for caller (ANT Task, Maven plugin, Hudson plugin, etc.) to
report events back to the user interface.
- Transformer - Class in io.ebean.enhance
-
A Class file Transformer that performs Ebean enhancement of entity beans,
transactional methods and query bean enhancement.
- Transformer(ClassLoader, String) - Constructor for class io.ebean.enhance.Transformer
-
- Transformer(EnhanceContext) - Constructor for class io.ebean.enhance.Transformer
-
Create with an EnhancementContext (for IDE Plugins mainly)
- Transformer(ClassBytesReader, String, AgentManifest) - Constructor for class io.ebean.enhance.Transformer
-
Create a transformer for entity bean enhancement and transactional method enhancement.
- TransformRequest - Class in io.ebean.enhance.common
-
- TransformRequest(String, byte[]) - Constructor for class io.ebean.enhance.common.TransformRequest
-
- type - Variable in class io.ebean.enhance.asm.Attribute
-
The type of this attribute, also called its name in the JVMS.
- Type - Class in io.ebean.enhance.asm
-
A Java field or method type.
- TYPE_ARGUMENT - Static variable in class io.ebean.enhance.asm.TypePath
-
A type path step that steps into a type argument of a generic type.
- TypePath - Class in io.ebean.enhance.asm
-
The path to a type argument, wildcard bound, array element type, or static inner type within an
enclosing type.
- TypeQueryAddMethods - Class in io.ebean.enhance.querybean
-
Add generated 'property access' methods for the fields.
- TypeQueryAddMethods() - Constructor for class io.ebean.enhance.querybean.TypeQueryAddMethods
-
- TypeQueryAssocBasicConstructor - Class in io.ebean.enhance.querybean
-
Changes the existing constructor to remove all the field initialisation as these are going to be
initialised lazily by calls to our generated methods.
- TypeQueryAssocBasicConstructor(ClassInfo, ClassVisitor, String, String) - Constructor for class io.ebean.enhance.querybean.TypeQueryAssocBasicConstructor
-
Construct for a query bean class given its associated entity bean domain class and a class visitor.
- TypeQueryAssocMainConstructor - Class in io.ebean.enhance.querybean
-
Changes the existing constructor to remove all the field initialisation as these are going to be
initialised lazily by calls to our generated methods.
- TypeQueryAssocMainConstructor(ClassInfo, ClassVisitor, String, String) - Constructor for class io.ebean.enhance.querybean.TypeQueryAssocMainConstructor
-
Construct for a query bean class given its associated entity bean domain class and a class visitor.
- TypeQueryClassAdapter - Class in io.ebean.enhance.querybean
-
Reads/visits the class and performs the appropriate enhancement if necessary.
- TypeQueryClassAdapter(ClassWriter, EnhanceContext) - Constructor for class io.ebean.enhance.querybean.TypeQueryClassAdapter
-
- TypeQueryConstructorAdapter - Class in io.ebean.enhance.querybean
-
Changes the existing constructor to remove all the field initialisation as these are going to be
initialised lazily by calls to our generated methods.
- TypeQueryConstructorAdapter(ClassInfo, String, ClassVisitor, String, String) - Constructor for class io.ebean.enhance.querybean.TypeQueryConstructorAdapter
-
Construct for a query bean class given its associated entity bean domain class and a class visitor.
- TypeQueryConstructorForAlias - Class in io.ebean.enhance.querybean
-
Overrides the constructor to initialise all the fields (for use with 'Alias' select()/fetch() use).
- TypeQueryConstructorForAlias(ClassInfo, ClassVisitor) - Constructor for class io.ebean.enhance.querybean.TypeQueryConstructorForAlias
-
Construct for a query bean class and a class visitor.
- TypeReference - Class in io.ebean.enhance.asm
-
A reference to a type appearing in a class, field or method declaration, or on an instruction.
- TypeReference(int) - Constructor for class io.ebean.enhance.asm.TypeReference
-
Constructs a new TypeReference.
- V10 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V11 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V12 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V13 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V1_1 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V1_2 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V1_3 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V1_4 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V1_5 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V1_6 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V1_7 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V1_8 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V9 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- V_PREVIEW - Static variable in interface io.ebean.enhance.asm.Opcodes
-
Version flag indicating that the class is using 'preview' features.
- valueOf(Type) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instructions to box the top stack value using Java 5's valueOf() method.
- verifyInitialization() - Static method in class io.ebean.enhance.Transformer
-
Use agent loader if necessary to initialise the transformer.
- visit(String, Object) - Method in class io.ebean.enhance.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visit(String, Object) - Method in class io.ebean.enhance.asm.commons.AnnotationRemapper
-
- visit(int, int, String, String, String, String[]) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visit(int, int, String, String, String, String[]) - Method in class io.ebean.enhance.asm.commons.SerialVersionUIDAdder
-
- visit(int, int, String, String, String, String[]) - Method in class io.ebean.enhance.asm.commons.StaticInitMerger
-
- visit(String, Object) - Method in class io.ebean.enhance.common.AnnotationInfoVisitor
-
- visit(int, int, String, String, String, String[]) - Method in class io.ebean.enhance.common.ClassMetaReaderVisitor
-
Create the class definition replacing the className and super class.
- visit(int, int, String, String, String, String[]) - Method in class io.ebean.enhance.common.DetectEnhancement
-
Visit the class with interfaces.
- visit(int, int, String, String, String, String[]) - Method in class io.ebean.enhance.entity.ClassAdapterEntity
-
Create the class definition replacing the className and super class.
- visit(int, int, String, String, String, String[]) - Method in class io.ebean.enhance.querybean.TypeQueryClassAdapter
-
- visit(int, int, String, String, String, String[]) - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
Visit the class with interfaces.
- visitAnnotableParameterCount(int, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits the number of method parameters that can have annotations.
- visitAnnotation(String, String) - Method in class io.ebean.enhance.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitAnnotation(String, String) - Method in class io.ebean.enhance.asm.commons.AnnotationRemapper
-
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.asm.commons.FieldRemapper
-
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotation(String, String) - Method in class io.ebean.enhance.common.AnnotationInfoVisitor
-
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.common.ClassMetaReaderVisitor
-
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.common.DetectEnhancement
-
Visit class level annotations.
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.entity.ClassAdapterEntity
-
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.entity.LocalFieldVisitor
-
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.entity.MethodFieldAdapter
-
Checks for the javax/persistence/Transient annotation.
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.querybean.TypeQueryClassAdapter
-
Look for TypeQueryBean annotation.
- visitAnnotation(String, boolean) - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
Visit class level annotations.
- visitAnnotationDefault() - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitAnnotationDefault() - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitAnnotationDefault() - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitAnnotationDefault() - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitArray(String) - Method in class io.ebean.enhance.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitArray(String) - Method in class io.ebean.enhance.asm.commons.AnnotationRemapper
-
- visitArray(String) - Method in class io.ebean.enhance.common.AnnotationInfoVisitor
-
- visitArrayType() - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitArrayType() - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits a signature corresponding to an array type.
- visitArrayType() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitAttribute(Attribute) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitAttribute(Attribute) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visitAttribute(Attribute) - Method in class io.ebean.enhance.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitAttribute(Attribute) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitAttribute(Attribute) - Method in class io.ebean.enhance.entity.LocalFieldVisitor
-
- visitAttribute(Attribute) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitBaseType(char) - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitBaseType(char) - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits a signature corresponding to a primitive type.
- visitBaseType(char) - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitClassBound() - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitClassBound() - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits the class bound of the last visited formal type parameter.
- visitClassBound() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitClassType(String) - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitClassType(String) - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Starts the visit of a signature corresponding to a class or interface type.
- visitClassType(String) - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitCode() - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitCode() - Method in class io.ebean.enhance.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitCode() - Method in class io.ebean.enhance.entity.MethodStaticInitAdapter
-
- visitCode() - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitCode() - Method in class io.ebean.enhance.querybean.TypeQueryAssocBasicConstructor
-
- visitCode() - Method in class io.ebean.enhance.querybean.TypeQueryAssocMainConstructor
-
- visitCode() - Method in class io.ebean.enhance.querybean.TypeQueryConstructorAdapter
-
- visitCode() - Method in class io.ebean.enhance.querybean.TypeQueryConstructorForAlias
-
Write the constructor initialising all the fields eagerly.
- visitCode() - Method in class io.ebean.enhance.transactional.FinallyAdapter
-
- visitCode() - Method in class io.ebean.enhance.transactional.StaticInitAdapter
-
Adds the call to the static _$initProfileLocations() method.
- visitEnd() - Method in class io.ebean.enhance.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitEnd() - Method in class io.ebean.enhance.asm.commons.SerialVersionUIDAdder
-
- visitEnd() - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitEnd() - Method in class io.ebean.enhance.asm.commons.StaticInitMerger
-
- visitEnd() - Method in class io.ebean.enhance.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits the end of the method.
- visitEnd() - Method in class io.ebean.enhance.asm.ModuleVisitor
-
Visits the end of the module.
- visitEnd() - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Ends the visit of a signature corresponding to a class or interface type.
- visitEnd() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitEnd() - Method in class io.ebean.enhance.common.AnnotationInfoVisitor
-
- visitEnd() - Method in class io.ebean.enhance.entity.ClassAdapterEntity
-
Add methods to get and set the entityBeanIntercept.
- visitEnd() - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitEnd() - Method in class io.ebean.enhance.entity.LocalFieldVisitor
-
- visitEnd() - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitEnd() - Method in class io.ebean.enhance.querybean.TypeQueryClassAdapter
-
- visitEnd() - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
- visitEnum(String, String, String) - Method in class io.ebean.enhance.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitEnum(String, String, String) - Method in class io.ebean.enhance.asm.commons.AnnotationRemapper
-
- visitEnum(String, String, String) - Method in class io.ebean.enhance.common.AnnotationInfoVisitor
-
- visitExceptionType() - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitExceptionType() - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits the type of a method exception.
- visitExceptionType() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitExport(String, int, String...) - Method in class io.ebean.enhance.asm.commons.ModuleRemapper
-
- visitExport(String, int, String...) - Method in class io.ebean.enhance.asm.ModuleVisitor
-
Visit an exported package of the current module.
- visitField(int, String, String, String, Object) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitField(int, String, String, String, Object) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visitField(int, String, String, String, Object) - Method in class io.ebean.enhance.asm.commons.SerialVersionUIDAdder
-
- visitField(int, String, String, String, Object) - Method in class io.ebean.enhance.common.ClassMetaReaderVisitor
-
The ebeanIntercept field is added once but thats all.
- visitField(int, String, String, String, Object) - Method in class io.ebean.enhance.entity.ClassAdapterEntity
-
The ebeanIntercept field is added once but thats all.
- visitField(int, String, String, String, Object) - Method in class io.ebean.enhance.querybean.TypeQueryClassAdapter
-
- visitField(int, String, String, String, Object) - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
- visitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a field instruction.
- visitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.entity.MethodFieldAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitFieldInsn(int, String, String, String) - Method in class io.ebean.enhance.querybean.MethodAdapter
-
- visitFormalTypeParameter(String) - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitFormalTypeParameter(String) - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits a formal type parameter.
- visitFormalTypeParameter(String) - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class io.ebean.enhance.asm.commons.LocalVariablesSorter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack elements.
- visitFrame(int, int, Object[], int, Object[]) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitIincInsn(int, int) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitIincInsn(int, int) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitIincInsn(int, int) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitIincInsn(int, int) - Method in class io.ebean.enhance.asm.commons.LocalVariablesSorter
-
- visitIincInsn(int, int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an IINC instruction.
- visitIincInsn(int, int) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitIincInsn(int, int) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitInnerClass(String, String, String, int) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitInnerClass(String, String, String, int) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visitInnerClass(String, String, String, int) - Method in class io.ebean.enhance.asm.commons.SerialVersionUIDAdder
-
- visitInnerClassType(String) - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitInnerClassType(String) - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits an inner class.
- visitInnerClassType(String) - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitInsn(int) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitInsn(int) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitInsn(int) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitInsn(int) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitInsn(int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsn(int) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitInsn(int) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitInterface() - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitInterface() - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits the type of an interface implemented by the class.
- visitInterface() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitInterfaceBound() - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitInterfaceBound() - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits an interface bound of the last visited formal type parameter.
- visitInterfaceBound() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitIntInsn(int, int) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitIntInsn(int, int) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitIntInsn(int, int) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitIntInsn(int, int) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitIntInsn(int, int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitIntInsn(MethodVisitor, int) - Static method in class io.ebean.enhance.common.VisitUtil
-
Helper method for visiting an int value.
- visitIntInsn(int, int) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitIntInsn(int, int) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitJumpInsn(int, Label) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitJumpInsn(int, Label) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitJumpInsn(int, Label) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitJumpInsn(int, Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitJumpInsn(int, Label) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a jump instruction.
- visitJumpInsn(int, Label) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitJumpInsn(int, Label) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitLabel(Label) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitLabel(Label) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitLabel(Label) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitLabel(Label) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a label.
- visitLabel(Label) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitLabel(Label) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitLdcInsn(Object) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitLdcInsn(Object) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitLdcInsn(Object) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitLdcInsn(Object) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitLdcInsn(Object) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitLdcInsn(Object) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLdcInsn(Object) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitLdcInsn(Object) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitLineNumber(int, Label) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a line number declaration.
- visitLineNumber(int, Label) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitLineNumber(int, Label) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class io.ebean.enhance.asm.commons.LocalVariablesSorter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class io.ebean.enhance.entity.MethodFieldAdapter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class io.ebean.enhance.asm.commons.LocalVariablesSorter
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitMainClass(String) - Method in class io.ebean.enhance.asm.commons.ModuleRemapper
-
- visitMainClass(String) - Method in class io.ebean.enhance.asm.ModuleVisitor
-
Visit the main class of the current module.
- visitMaxs(int, int) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitMaxs(int, int) - Method in class io.ebean.enhance.asm.commons.LocalVariablesSorter
-
- visitMaxs(int, int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables of the method.
- visitMaxs(int, int) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitMaxs(int, int) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitMaxs(int, int) - Method in class io.ebean.enhance.transactional.FinallyAdapter
-
- visitMethod(int, String, String, String, String[]) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitMethod(int, String, String, String, String[]) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visitMethod(int, String, String, String, String[]) - Method in class io.ebean.enhance.asm.commons.SerialVersionUIDAdder
-
- visitMethod(int, String, String, String, String[]) - Method in class io.ebean.enhance.asm.commons.StaticInitMerger
-
- visitMethod(int, String, String, String, String[]) - Method in class io.ebean.enhance.common.ClassMetaReaderVisitor
-
Look for equals/hashCode implementations.
- visitMethod(int, String, String, String, String[]) - Method in class io.ebean.enhance.common.DetectEnhancement
-
Visit the methods specifically looking for method level transactional
annotations.
- visitMethod(int, String, String, String, String[]) - Method in class io.ebean.enhance.entity.ClassAdapterEntity
-
Replace the method code with field interception.
- visitMethod(int, String, String, String, String[]) - Method in class io.ebean.enhance.querybean.TypeQueryClassAdapter
-
- visitMethod(int, String, String, String, String[]) - Method in class io.ebean.enhance.transactional.ClassAdapterTransactional
-
Visit the methods specifically looking for method level transactional
annotations.
- visitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitMethodInsn(int, String, String, String) - Method in class io.ebean.enhance.asm.MethodVisitor
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a method instruction.
- visitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.entity.MethodFieldAdapter
-
- visitMethodInsn(int, String, String, String) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class io.ebean.enhance.querybean.MethodAdapter
-
- visitModule(String, int, String) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visit the module corresponding to the class.
- visitModule(String, int, String) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitModule(String, int, String) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visitMultiANewArrayInsn(String, int) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitMultiANewArrayInsn(String, int) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitMultiANewArrayInsn(String, int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitMultiANewArrayInsn(String, int) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitNestHost(String) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits the nest host class of the class.
- visitNestHost(String) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitNestHost(String) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visitNestMember(String) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits a member of the nest.
- visitNestMember(String) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitNestMember(String) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visitOpen(String, int, String...) - Method in class io.ebean.enhance.asm.commons.ModuleRemapper
-
- visitOpen(String, int, String...) - Method in class io.ebean.enhance.asm.ModuleVisitor
-
Visit an open package of the current module.
- visitOuterClass(String, String, String) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitOuterClass(String, String, String) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visitPackage(String) - Method in class io.ebean.enhance.asm.commons.ModuleRemapper
-
- visitPackage(String) - Method in class io.ebean.enhance.asm.ModuleVisitor
-
Visit a package of the current module.
- visitParameter(String, int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameter(String, int) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitParameter(String, int) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitParameterAnnotation(int, String, boolean) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitParameterAnnotation(int, String, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitParameterAnnotation(int, String, boolean) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitParameterAnnotation(int, String, boolean) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitParameterType() - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitParameterType() - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits the type of a method parameter.
- visitParameterType() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitProvide(String, String...) - Method in class io.ebean.enhance.asm.commons.ModuleRemapper
-
- visitProvide(String, String...) - Method in class io.ebean.enhance.asm.ModuleVisitor
-
Visit an implementation of a service.
- visitRequire(String, int, String) - Method in class io.ebean.enhance.asm.commons.ModuleRemapper
-
- visitRequire(String, int, String) - Method in class io.ebean.enhance.asm.ModuleVisitor
-
Visits a dependence of the current module.
- visitReturnType() - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitReturnType() - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits the return type of the method.
- visitReturnType() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitSource(String, String) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitSuperclass() - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitSuperclass() - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits the type of the super class.
- visitSuperclass() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a try catch block.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.ClassWriter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.commons.ClassRemapper
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.commons.FieldRemapper
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitTypeArgument() - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitTypeArgument(char) - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitTypeArgument() - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits an unbounded type argument of the last visited class or inner class type.
- visitTypeArgument(char) - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits a type argument of the last visited class or inner class type.
- visitTypeArgument() - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitTypeArgument(char) - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitTypeInsn(int, String) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitTypeInsn(int, String) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitTypeInsn(int, String) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitTypeInsn(int, String) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitTypeInsn(int, String) - Method in class io.ebean.enhance.asm.commons.MethodRemapper
-
- visitTypeInsn(int, String) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a type instruction.
- visitTypeInsn(int, String) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitTypeInsn(int, String) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- visitTypeVariable(String) - Method in class io.ebean.enhance.asm.commons.SignatureRemapper
-
- visitTypeVariable(String) - Method in class io.ebean.enhance.asm.signature.SignatureVisitor
-
Visits a signature corresponding to a type variable.
- visitTypeVariable(String) - Method in class io.ebean.enhance.asm.signature.SignatureWriter
-
- visitUse(String) - Method in class io.ebean.enhance.asm.commons.ModuleRemapper
-
- visitUse(String) - Method in class io.ebean.enhance.asm.ModuleVisitor
-
Visit a service used by the current module.
- VisitUtil - Class in io.ebean.enhance.common
-
- VisitUtil() - Constructor for class io.ebean.enhance.common.VisitUtil
-
- visitVarInsn(int, int) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitVarInsn(int, int) - Method in class io.ebean.enhance.asm.commons.AnalyzerAdapter
-
- visitVarInsn(int, int) - Method in class io.ebean.enhance.asm.commons.CodeSizeEvaluator
-
- visitVarInsn(int, int) - Method in class io.ebean.enhance.asm.commons.InstructionAdapter
-
- visitVarInsn(int, int) - Method in class io.ebean.enhance.asm.commons.LocalVariablesSorter
-
- visitVarInsn(int, int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a local variable instruction.
- visitVarInsn(int, int) - Method in class io.ebean.enhance.entity.ConstructorAdapter
-
- visitVarInsn(int, int) - Method in class io.ebean.enhance.querybean.BaseConstructorAdapter
-
- VOID - Static variable in class io.ebean.enhance.asm.Type
-
The sort of the void type.
- VOID_TYPE - Static variable in class io.ebean.enhance.asm.Type
-
The void type.