- 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_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 - 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.
- 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 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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(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.
- 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.
- getArrayEntry(String) - Method in class io.ebean.enhance.common.AnnotationInfo
-
Gets or creates a list for the given prefix, it will hold the array values.
- 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
-
- 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
-
- 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
-
- 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.
- 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 - 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.
- 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.
- 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.
- 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
-
- 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.
- 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.
- 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.
- 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 - 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.
- getVersion() - Static method in class io.ebean.enhance.Transformer
-
Return the version of the ebean-agent or "unknown" if the version can not be determined.
- goTo(Label) - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label.
- 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_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
-
- 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 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IFGE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- 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.
- IFLE - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- IFLT - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- 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 - 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 - 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 - 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
-
- 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 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- INSTANCEOF - Static variable in class io.ebean.enhance.asm.TypeReference
-
The sort of type references that target the type declared in an 'instanceof' instruction.
- 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
-
- 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 - 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 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- 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 - 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 - 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.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.
- 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.
- 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.
- 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.
- isEntityEnhancementRequired() - Method in class io.ebean.enhance.common.ClassMeta
-
Return true for classes not already enhanced and yet annotated with entity, embeddable or mappedSuperclass.
- 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.
- 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.
- isLog(int) - Method in class io.ebean.enhance.common.ClassMeta
-
- 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.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.
- 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() - Method in class io.ebean.enhance.common.ClassMeta
-
Return true if this is a query bean.
- isQueryBean(String, ClassLoader) - 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.
- 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.
- 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
-
- MAPPEDSUPERCLASS_ANNOTATION - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- 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.
- 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.
- MethodMeta - Class in io.ebean.enhance.entity
-
- MethodMeta(AnnotationInfo, String, String) - Constructor for class io.ebean.enhance.entity.MethodMeta
-
- 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
-
- MOCKITO_INTERCEPTOR - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- 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 - 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 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- MUL - Static variable in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
- 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
-
- 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 - 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 - 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
-
- parseClassPaths(String) - Static method in class io.ebean.enhance.Transformer
-
Helper method to split semi-colon separated class paths into a URL array.
- pop() - Method in class io.ebean.enhance.asm.commons.GeneratorAdapter
-
Generates a POP instruction.
- 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 - 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 - 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 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- 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
-
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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 - 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 - Static variable in interface io.ebean.enhance.asm.Opcodes
-
- TableSwitchGenerator - Interface in io.ebean.enhance.asm.commons
-
A code generator for switch statements.
- 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.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.transactional.TransactionalMethodKey
-
- TRANSACTIONAL_ANNOTATION - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- 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.
- 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.
- TYPEQUERYBEAN_ANNOTATION - Static variable in interface io.ebean.enhance.common.EnhanceConstants
-
- TypeQueryClassAdapter - Class in io.ebean.enhance.querybean
-
Reads/visits the class and performs the appropriate enhancement if necessary.
- TypeQueryClassAdapter(ClassWriter, EnhanceContext, ClassLoader) - Constructor for class io.ebean.enhance.querybean.TypeQueryClassAdapter
-
- 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.common.AnnotationInfoVisitor
-
- 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, 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.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.LocalFieldVisitor
-
- 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.MethodVisitor
-
Visits the default value of this annotation interface method.
- 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.common.AnnotationInfoVisitor
-
- 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.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.LocalFieldVisitor
-
- 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.querybean.TypeQueryAssocBasicConstructor
-
- visitCode() - Method in class io.ebean.enhance.querybean.TypeQueryAssocMainConstructor
-
- 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.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.entity.ClassAdapterEntity
-
Add methods to get and set the entityBeanIntercept.
- visitEnd() - Method in class io.ebean.enhance.entity.LocalFieldVisitor
-
- 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.common.AnnotationInfoVisitor
-
- 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.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.MethodVisitor
-
Visits a field instruction.
- 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.MethodVisitor
-
Visits the current state of the local variables and operand stack elements.
- 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.
- 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
-
- visitInsn(int) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitInsn(int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitIntInsn(int, int) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- 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.
- 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.MethodVisitor
-
Visits an invokedynamic instruction.
- visitJumpInsn(int, Label) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitJumpInsn(int, Label) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitLabel(Label) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitLdcInsn(Object) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a line number declaration.
- 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.MethodVisitor
-
Visits a local variable declaration.
- 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.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- 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.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.
- 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.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) - 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.
- 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
-
- visitMultiANewArrayInsn(String, int) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- 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
-
- 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
-
- 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
-
- 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.
- visitParameterAnnotation(int, String, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- 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.ModuleVisitor
-
Visits a dependence of the current module.
- 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
-
- 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.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- 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.MethodVisitor
-
Visits a try catch block.
- 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.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.
- visitTypeInsn(int, String) - Method in class io.ebean.enhance.asm.commons.AdviceAdapter
-
- visitTypeInsn(int, String) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a type instruction.
- 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.LocalVariablesSorter
-
- visitVarInsn(int, int) - Method in class io.ebean.enhance.asm.MethodVisitor
-
Visits a local variable instruction.
- 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.