- cache - Variable in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
The cache
- CachingLoadClassClassLoaderFinder - Class in org.jboss.reflect.plugins.bytecode
-
- calcHashCode() - Method in class org.jboss.reflect.plugins.AnnotationAttributeImpl
-
Calculate the hash code
- calculateHash() - Method in class org.jboss.reflect.plugins.AnnotationValueImpl
-
Calculate the hashcode
- calculateHash() - Method in class org.jboss.reflect.plugins.ArrayInfoImpl
-
Calculate the hash code
- calculateHash() - Method in class org.jboss.reflect.plugins.ArrayValueImpl
-
Calculate the hash code
- calculateHash() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl
-
Calculate the hash code
- calculateHash() - Method in class org.jboss.reflect.plugins.ClassValueImpl
-
Calculate the hash code
- calculateHash() - Method in class org.jboss.reflect.plugins.ConstructorInfoImpl
-
- calculateHash() - Method in class org.jboss.reflect.plugins.EnumValueImpl
-
Calculate the hash code
- calculateHash() - Method in class org.jboss.reflect.plugins.FieldInfoImpl
-
Calculate the hash code
- calculateHash() - Method in class org.jboss.reflect.plugins.javassist.JavassistArrayInfoImpl
-
Calculate the hash code
- calculateHash() - Method in class org.jboss.reflect.plugins.MethodInfoImpl
-
Calculate the hash code
- CALOAD - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- CannotCompileException - Exception in org.jboss.reflect.spi
-
A CannotCompileException.
- CannotCompileException(String) - Constructor for exception org.jboss.reflect.spi.CannotCompileException
-
- canProgress(Class<? extends Object>, Class<? extends Object>) - Method in class org.jboss.reflect.plugins.NullProgressionConvertor
-
- canProgress(Class<? extends Object>, Class<? extends Object>) - Method in class org.jboss.reflect.plugins.SimpleProgressionConvertor
-
- canProgress(Class<?>) - Method in class org.jboss.reflect.spi.PrimitiveInfo
-
Can we progress class param to this type info.
- canProgress(Class<? extends Object>, Class<? extends Object>) - Method in interface org.jboss.reflect.spi.ProgressionConvertor
-
Check if progression is supported.
- Cast - Interface in org.jboss.reflect.plugins.javassist.expr
-
- CASTORE - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- CHAR - Static variable in class org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive
-
- CHAR - Static variable in class org.jboss.reflect.spi.PrimitiveInfo
-
The char info
- CHAR - Static variable in class org.jboss.reflect.util.objectweb.asm.Type
-
The sort of the char type.
- CHAR_TYPE - Static variable in class org.jboss.reflect.util.objectweb.asm.Type
-
The char type.
- checkAccess(MemberInfo) - Static method in class org.jboss.reflect.plugins.bytecode.BytecodeAccessController
-
- checkAccess(MemberInfo) - Static method in class org.jboss.reflect.plugins.javassist.JavassistAccessController
-
- CHECKCAST - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- CLASS_ADAPTER_FACTORY_DEFAULT - Static variable in interface org.jboss.config.plugins.property.PropertyConfigurationConstants
-
The ClassAdapterFactory default value
- CLASS_ADAPTER_FACTORY_NAME - Static variable in interface org.jboss.config.plugins.property.PropertyConfigurationConstants
-
The ClassAdapterFactory property name
- classAdapter - Variable in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
The class adapter
- ClassAdapter - Interface in org.jboss.classadapter.spi
-
A class adapter.
- classAdapterFactory - Variable in class org.jboss.classadapter.plugins.BasicClassAdapter
-
The class adapter factory
- ClassAdapterFactory - Interface in org.jboss.classadapter.spi
-
A class adapter factory.
- classBytes - Variable in class org.jboss.reflect.plugins.bytecode.BytecodeInheritableAnnotationHolder
-
- ClassBytes - Interface in org.jboss.reflect.plugins.bytecode.bytes
-
Contains the bytecode information for a class
- ClassBytesFactory - Interface in org.jboss.reflect.plugins.bytecode.bytes
-
- classInfo - Variable in class org.jboss.classadapter.plugins.BasicClassAdapter
-
The class info
- classInfo - Variable in class org.jboss.joinpoint.plugins.BasicJoinpointFactory
-
The class info
- ClassInfo - Interface in org.jboss.reflect.spi
-
Class info
- ClassInfoHelper - Interface in org.jboss.reflect.plugins
-
ClassInfoHelper.
- classInfoHelper - Variable in class org.jboss.reflect.plugins.ClassInfoImpl
-
The class info helper
- ClassInfoImpl - Class in org.jboss.reflect.plugins
-
Class info
TODO JBREFLECT-4 fix the introspection assumption
- ClassInfoImpl() - Constructor for class org.jboss.reflect.plugins.ClassInfoImpl
-
Create a new abstract ClassInfo.
- ClassInfoImpl(String) - Constructor for class org.jboss.reflect.plugins.ClassInfoImpl
-
Create a new class info
- ClassInfoImpl(String, int) - Constructor for class org.jboss.reflect.plugins.ClassInfoImpl
-
Create a new abstract ClassInfo.
- ClassInfoImpl(String, int, InterfaceInfo[], ClassInfoImpl) - Constructor for class org.jboss.reflect.plugins.ClassInfoImpl
-
Create a new abstract ClassInfo.
- ClassInfoImpl.MarshalledClassInfo - Class in org.jboss.reflect.plugins
-
- ClassInfoImpl.MarshalledClassInfo(Class<?>) - Constructor for class org.jboss.reflect.plugins.ClassInfoImpl.MarshalledClassInfo
-
- ClassLoaderFinder - Interface in org.jboss.reflect.plugins.bytecode
-
Used internally to determine the correct classloader for a class.
- ClassLoaderFinder.Default - Class in org.jboss.reflect.plugins.bytecode
-
Singleton default implementation of ClassLoaderFinder suitable for use
in simple/flat classloading environments
- ClassLoaderFinder.LoadClass - Class in org.jboss.reflect.plugins.bytecode
-
Singleton default implementation of ClassLoaderFinder suitable for use
in complex classloading environments.
- ClassLoadingDomain - Interface in org.jboss.classloading.spi
-
A ClassLoadingDomain holds a number of classloaders.
- ClassPoolFactory - Interface in org.jboss.reflect.plugins.javassist.classpool
-
A ClassPoolFactory.
- ClassReader - Class in org.jboss.reflect.util.objectweb.asm
-
A Java class parser to make a
ClassVisitor
visit an existing class.
- ClassReader(byte[]) - Constructor for class org.jboss.reflect.util.objectweb.asm.ClassReader
-
- ClassReader(byte[], int, int) - Constructor for class org.jboss.reflect.util.objectweb.asm.ClassReader
-
- ClassReader(InputStream) - Constructor for class org.jboss.reflect.util.objectweb.asm.ClassReader
-
- ClassReader(String) - Constructor for class org.jboss.reflect.util.objectweb.asm.ClassReader
-
- ClassValue - Interface in org.jboss.reflect.spi
-
Class value
- ClassValueImpl - Class in org.jboss.reflect.plugins
-
Class value
- ClassValueImpl() - Constructor for class org.jboss.reflect.plugins.ClassValueImpl
-
Create a new class value
- ClassValueImpl(String, TypeInfo) - Constructor for class org.jboss.reflect.plugins.ClassValueImpl
-
Create a new ClassValue.
- ClassVisitor - Interface in org.jboss.reflect.util.objectweb.asm
-
A visitor to visit a Java class.
- ClassWriter - Class in org.jboss.reflect.util.objectweb.asm
-
- ClassWriter(int) - Constructor for class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
- ClassWriter(ClassReader, int) - Constructor for class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
Constructs a new
ClassWriter
object and enables optimizations for
"mostly add" bytecode transformations.
- clazz - Variable in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
The class
- cleanup() - Method in class org.jboss.joinpoint.plugins.BasicConstructorJoinPoint
-
- cleanup() - Method in class org.jboss.joinpoint.plugins.BasicFieldSetJoinPoint
-
- cleanup() - Method in class org.jboss.joinpoint.plugins.BasicTargettedJoinPoint
-
- cleanup() - Method in interface org.jboss.joinpoint.spi.Joinpoint
-
Invoke cleanup on joinpoint.
- clearConstructorCache() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- clearFieldCache() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- clearMethodCache() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- clone() - Method in class org.jboss.joinpoint.plugins.BasicConstructorJoinPoint
-
- clone() - Method in class org.jboss.joinpoint.plugins.BasicTargettedJoinPoint
-
- clone() - Method in interface org.jboss.joinpoint.spi.Joinpoint
-
Make a copy of the joinpoint
- clone() - Method in class org.jboss.reflect.spi.NumberInfo
-
- componentType - Variable in class org.jboss.reflect.plugins.ArrayInfoImpl
-
The component type
- componentType - Variable in class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl
-
The component type
- componentType - Variable in class org.jboss.reflect.plugins.javassist.JavassistArrayInfoImpl
-
The component type
- COMPUTE_FRAMES - Static variable in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
Flag to automatically compute the stack map frames of methods from
scratch.
- COMPUTE_MAXS - Static variable in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
Flag to automatically compute the maximum stack size and the maximum
number of local variables of methods.
- Config - Class in org.jboss.joinpoint.plugins
-
Config utilities.
- Config() - Constructor for class org.jboss.joinpoint.plugins.Config
-
- configuration - Variable in class org.jboss.classadapter.plugins.BasicClassAdapterFactory
-
The type info factory
- Configuration - Interface in org.jboss.config.spi
-
Configuration.
- ConfigurationPermission - Class in org.jboss.config.spi
-
This permission represents "trust" in a signer or codebase.
- ConfigurationPermission(String) - Constructor for class org.jboss.config.spi.ConfigurationPermission
-
Create a new Permission
- ConfigurationPermission(String, String) - Constructor for class org.jboss.config.spi.ConfigurationPermission
-
Create a new Permission
- configure(Object, JoinpointFactory, String, Object) - Static method in class org.jboss.joinpoint.plugins.Config
-
Configure a field
- CONSTANT - Static variable in interface org.jboss.reflect.spi.ModifierInfo
-
A constant
- constants - Variable in class org.jboss.reflect.plugins.bytecode.BytecodeEnumInfo
-
The constants
- constants - Variable in class org.jboss.reflect.plugins.EnumInfoImpl
-
The constants
- constants - Variable in class org.jboss.reflect.plugins.javassist.JavassistEnumInfo
-
The constants
- constructor - Variable in class org.jboss.reflect.plugins.introspection.ReflectConstructorInfoImpl
-
The constructor, this only gets initialized after newInstance() or getConstructor() has been called to save memory
- ConstructorAccessor - Interface in org.jboss.reflect.plugins.bytecode.accessor
-
JavassistConstructor.
- ConstructorBytes - Interface in org.jboss.reflect.plugins.bytecode.bytes
-
Contains the bytecode information for a constructor
- ConstructorCall - Interface in org.jboss.reflect.plugins.javassist.expr
-
An Expression.
- constructorInfo - Variable in class org.jboss.joinpoint.plugins.BasicConstructorJoinPoint
-
The constructor info
- ConstructorInfo - Interface in org.jboss.reflect.spi
-
Constructor info
- ConstructorInfoImpl - Class in org.jboss.reflect.plugins
-
Constructor info
- ConstructorInfoImpl() - Constructor for class org.jboss.reflect.plugins.ConstructorInfoImpl
-
Create a new ConstructorInfo.
- ConstructorInfoImpl(AnnotationValue[], TypeInfo[], AnnotationValue[][], ClassInfo[], int, ClassInfo) - Constructor for class org.jboss.reflect.plugins.ConstructorInfoImpl
-
Create a new ConstructorInfo.
- ConstructorInfoImpl(AnnotationValue[], ParameterInfo[], ClassInfo[], int, ClassInfo) - Constructor for class org.jboss.reflect.plugins.ConstructorInfoImpl
-
Create a new ConstructorInfo.
- ConstructorJoinpoint - Interface in org.jboss.joinpoint.spi
-
A constructor join point.
- constructors - Variable in class org.jboss.reflect.plugins.ClassInfoImpl
-
The constructor info
- convertName(CtClass) - Static method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Convert name
- convertValue(Object) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- convertValue(Object, boolean) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- convertValue(Object, boolean, boolean) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- convertValue(Object) - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- convertValue(Object, boolean) - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- convertValue(Object, boolean, boolean) - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- convertValue(Object) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- convertValue(Object, boolean) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- convertValue(Object, boolean, boolean) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- convertValue(Class<? extends Object>, Object) - Static method in class org.jboss.reflect.plugins.ValueConvertor
-
- convertValue(Class<? extends Object>, Object, boolean) - Static method in class org.jboss.reflect.plugins.ValueConvertor
-
Convert a value
- convertValue(Class<? extends Object>, Object, boolean, boolean) - Static method in class org.jboss.reflect.plugins.ValueConvertor
-
Convert a value
- convertValue(Object) - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- convertValue(Object, boolean) - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- convertValue(Object, boolean, boolean) - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- convertValue(Object) - Method in class org.jboss.reflect.spi.PrimitiveInfo
-
- convertValue(Object, boolean) - Method in class org.jboss.reflect.spi.PrimitiveInfo
-
- convertValue(Object, boolean, boolean) - Method in class org.jboss.reflect.spi.PrimitiveInfo
-
- convertValue(Object) - Method in interface org.jboss.reflect.spi.TypeInfo
-
Convert a value
- convertValue(Object, boolean) - Method in interface org.jboss.reflect.spi.TypeInfo
-
Convert a value
- convertValue(Object, boolean, boolean) - Method in interface org.jboss.reflect.spi.TypeInfo
-
Convert a value
- counter - Static variable in class org.jboss.reflect.plugins.bytecode.accessor.generated.GeneratedMemberAccessorFactory
-
The method class counter
- counter - Static variable in class org.jboss.reflect.plugins.javassist.bytecode.JavassistMemberFactory
-
The method class counter
- create(BeanInfoFactory, ClassAdapter, Set<PropertyInfo>, Set<ConstructorInfo>, Set<MethodInfo>, Set<EventInfo>) - Method in enum org.jboss.beans.info.spi.BeanAccessMode
-
Create the bean info
- create() - Method in class org.jboss.reflect.plugins.javassist.JavassistInitializer
-
- createAnnotationValue(AnnotationInfo, Object) - Method in interface org.jboss.reflect.plugins.AnnotationHelper
-
Create an annotation from the underlying implementation and its info type
- createAnnotationValue(TypeInfoFactory, AnnotationHelper, AnnotationInfo, Object) - Static method in class org.jboss.reflect.plugins.AnnotationValueFactory
-
Create annotation value.
- createAnnotationValue(AnnotationInfo, Object) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
- createAnnotationValue(AnnotationInfo, Object) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionAnnotationHelper
-
- createAnnotationValue(AnnotationInfo, Object) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- createAnnotationValue(AnnotationInfo, Object) - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotationHelper
-
- createAnnotationValue(AnnotationInfo, Object) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
- createBeanInfo(ClassAdapter, BeanAccessMode, Set<PropertyInfo>, Set<ConstructorInfo>, Set<MethodInfo>, Set<EventInfo>) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
Create the bean info
- createConstructor(BytecodeConstructorInfo) - Method in class org.jboss.reflect.plugins.bytecode.accessor.MemberAccessorFactory
-
Create a javassist constructor
- createConstructor(JavassistConstructorInfo) - Method in class org.jboss.reflect.plugins.javassist.JavassistReflectionFactory
-
Create a javassist constructor
- createConstructorAccessor(ConstructorAccessor, String) - Static method in class org.jboss.reflect.plugins.bytecode.accessor.metrics.MetricsAccessorFactory
-
- createConstructorAccessor(BytecodeConstructorInfo) - Static method in class org.jboss.reflect.plugins.bytecode.accessor.reflect.ReflectAccessorFactory
-
Creates a new ConstructorAccessor implementation for a given constructor
- createDefaultBeanInfoFactory() - Method in class org.jboss.config.plugins.AbstractConfiguration
-
Create the default bean info factory
- createDefaultBeanInfoFactory() - Method in class org.jboss.config.plugins.BasicConfiguration
-
- createDefaultBeanInfoFactory() - Method in class org.jboss.config.plugins.property.PropertyConfiguration
-
- createDefaultClassAdapterFactory() - Method in class org.jboss.config.plugins.AbstractConfiguration
-
Create the default class adapter factory
- createDefaultClassAdapterFactory() - Method in class org.jboss.config.plugins.BasicConfiguration
-
- createDefaultClassAdapterFactory() - Method in class org.jboss.config.plugins.property.PropertyConfiguration
-
- createDefaultJoinpointFactoryBuilder() - Method in class org.jboss.config.plugins.AbstractConfiguration
-
Create the default joinpoint factory builder
- createDefaultJoinpointFactoryBuilder() - Method in class org.jboss.config.plugins.BasicConfiguration
-
- createDefaultJoinpointFactoryBuilder() - Method in class org.jboss.config.plugins.property.PropertyConfiguration
-
- createDefaultTypeInfoFactory() - Method in class org.jboss.config.plugins.AbstractConfiguration
-
Create the default type info factory
- createDefaultTypeInfoFactory() - Method in class org.jboss.config.plugins.BasicConfiguration
-
- createDefaultTypeInfoFactory() - Method in class org.jboss.config.plugins.property.PropertyConfiguration
-
- createField(BytecodeFieldInfo) - Method in class org.jboss.reflect.plugins.bytecode.accessor.MemberAccessorFactory
-
Create a javassist field
- createField(JavassistFieldInfo) - Method in class org.jboss.reflect.plugins.javassist.JavassistReflectionFactory
-
Create a javassist field
- createFieldAccessor(FieldAccessor, String) - Static method in class org.jboss.reflect.plugins.bytecode.accessor.metrics.MetricsAccessorFactory
-
- createFieldAccessor(BytecodeFieldInfo) - Static method in class org.jboss.reflect.plugins.bytecode.accessor.reflect.ReflectAccessorFactory
-
Creates a new FieldAccessor implementation for a given field
- createHash(String) - Static method in class org.jboss.reflect.spi.MethodInfoHashing
-
- createJavassistConstructor(Class<?>, JavassistConstructorInfo, boolean) - Static method in class org.jboss.reflect.plugins.javassist.bytecode.JavassistMemberFactory
-
Creates a new JavassistConstructor implementation for a given constructor
- createJavassistConstructor(JavassistConstructorInfo) - Static method in class org.jboss.reflect.plugins.javassist.defaultmember.DefaultMemberFactory
-
- createJavassistField(Class<?>, JavassistFieldInfo, boolean) - Static method in class org.jboss.reflect.plugins.javassist.bytecode.JavassistMemberFactory
-
Creates a new JavassistField implementation for a given field
- createJavassistField(JavassistFieldInfo) - Static method in class org.jboss.reflect.plugins.javassist.defaultmember.DefaultMemberFactory
-
- createJavassistMethod(Class<?>, JavassistMethodInfo, boolean) - Static method in class org.jboss.reflect.plugins.javassist.bytecode.JavassistMemberFactory
-
Creates a new JavassistMethod implementation for a given method
- createJavassistMethod(JavassistMethodInfo) - Static method in class org.jboss.reflect.plugins.javassist.defaultmember.DefaultMemberFactory
-
- createJoinpointFactory(ClassInfo) - Method in class org.jboss.joinpoint.plugins.BasicJoinpointFactoryBuilder
-
- createJoinpointFactory(ClassInfo) - Method in interface org.jboss.joinpoint.spi.JoinpointFactoryBuilder
-
Create a joinpoint factory
- createMethod(BytecodeMethodInfo) - Method in class org.jboss.reflect.plugins.bytecode.accessor.MemberAccessorFactory
-
Creates a method accessor
- createMethod(JavassistMethodInfo) - Method in class org.jboss.reflect.plugins.javassist.JavassistReflectionFactory
-
Creates a javassist method.
- createMethodAccessor(MethodAccessor, String) - Static method in class org.jboss.reflect.plugins.bytecode.accessor.metrics.MetricsAccessorFactory
-
- createMethodAccessor(BytecodeMethodInfo) - Static method in class org.jboss.reflect.plugins.bytecode.accessor.reflect.ReflectAccessorFactory
-
Creates a new MethodAccessor implementation for a given method
- createMutableConstructor(Body) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableConstructor(int, String[], String[]) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableConstructor(int, ClassInfo[], ClassInfo[]) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableConstructor(int, Body, String[], String[]) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableConstructor(int, Body, ClassInfo[], ClassInfo[]) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableConstructor(Body) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Compiles the code included in the Body parameter and returns a MutableConstructorInfo
representation of it.
- createMutableConstructor(int, String[], String[]) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Creates an empty constructor with parameters given.
- createMutableConstructor(int, ClassInfo[], ClassInfo[]) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Creates an empty constructor with the parameters given.
- createMutableConstructor(int, Body, String[], String[]) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Creates a constructor with the parameters given.
- createMutableConstructor(int, Body, ClassInfo[], ClassInfo[]) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Creates a constructor with the parameters given.
- createMutableField(int, String, String) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableField(int, ClassInfo, String) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableField(int, String, String) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Creates a field connected to this class with the parameters given.
- createMutableField(int, ClassInfo, String) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Creates a field connected to this class with the parameters given.
- createMutableMethod(Body) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableMethod(int, String, String, String[], String[]) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableMethod(int, ClassInfo, String, ClassInfo[], ClassInfo[]) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableMethod(int, String, String, Body, String[], String[]) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableMethod(int, ClassInfo, String, Body, ClassInfo[], ClassInfo[]) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- createMutableMethod(Body) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Compiles the code included in Body and returns a MutableMethodInfo representation of it.
- createMutableMethod(int, String, String, String[], String[]) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Compiles an empty method with the signature given by the parameters.
- createMutableMethod(int, ClassInfo, String, ClassInfo[], ClassInfo[]) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Compiles an empty method with the signature given by the parameters.
- createMutableMethod(int, String, String, Body, String[], String[]) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Compiles a method with the signature and body given by the parameters.
- createMutableMethod(int, ClassInfo, String, Body, ClassInfo[], ClassInfo[]) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Compiles a method with the signature and body given by the parameters.
- createNewMutableClass(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactory
-
- createNewMutableClass(String, ClassInfo) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactory
-
- createNewMutableClass(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
- createNewMutableClass(String, ClassInfo) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
- createNewMutableClass(String) - Method in interface org.jboss.reflect.spi.MutableTypeInfoFactory
-
Creates a new MutableClass.
- createNewMutableClass(String, ClassInfo) - Method in interface org.jboss.reflect.spi.MutableTypeInfoFactory
-
Creates a new MutableClass.
- createNewMutableInterface(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactory
-
- createNewMutableInterface(String, ClassInfo) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactory
-
- createNewMutableInterface(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
- createNewMutableInterface(String, ClassInfo) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
- createNewMutableInterface(String) - Method in interface org.jboss.reflect.spi.MutableTypeInfoFactory
-
Creates a new mutable interface.
- createNewMutableInterface(String, ClassInfo) - Method in interface org.jboss.reflect.spi.MutableTypeInfoFactory
-
Creates a new mutable interface.
- createParameterAnnotations() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- createParameterAnnotations() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- createParameterTypes(SignatureAttribute.MethodSignature, BytecodeClassInfo) - Static method in class org.jboss.reflect.plugins.bytecode.BytecodeGenericsHelper
-
Creates the generic parameter types for a constructor or method
- createParameterTypes(SignatureAttribute.MethodSignature, JavassistClassInfo) - Static method in class org.jboss.reflect.plugins.javassist.JavassistHelper
-
Creates the generic parameter types for a constructor or method
- createTypeInfoForTypeArgument(SignatureAttribute.TypeArgument, ClassLoader, BytecodeTypeVariableSpy) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Gets the type info for a javassist type argument
- createTypeInfoForTypeArgument(SignatureAttribute.TypeArgument, ClassLoader, JavassistTypeVariableSpy) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Gets the type info for a javassist type argument
- createValue(AnnotationHelper, TypeInfo, Object) - Static method in class org.jboss.reflect.plugins.AnnotationValueFactory
-
Create value.
- ctBehavior - Variable in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
The constructor or method
- ctClass - Variable in class org.jboss.reflect.plugins.javassist.JavassistInheritableAnnotationHolder
-
- ctClassToClass(CtClass) - Static method in class org.jboss.reflect.plugins.javassist.JavassistUtil
-
- generate(Class, TypeInfo) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
- generate(Class<?>, TypeInfo) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- generate(ParameterizedType, TypeInfo) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- generate(Class, TypeInfo) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
- generateConstructorAccessor(Class<?>, BytecodeConstructorInfo, boolean) - Static method in class org.jboss.reflect.plugins.bytecode.accessor.generated.GeneratedMemberAccessorFactory
-
Creates a new GeneratedConstructor implementation for a given constructor
- generateConstructorInfo(ConstructorBytes) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
Generate constructor info
- generateConstructorInfo(SignatureKey) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
Generate constructor info
- generateConstructorInfo(CtConstructor) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
Generate constructor info
- generateConstructorInfo(SignatureKey) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
Generate constructor info
- GeneratedBehaviorAccessorFactory - Class in org.jboss.reflect.plugins.bytecode.accessor.generated
-
- GeneratedMemberAccessorFactory - Class in org.jboss.reflect.plugins.bytecode.accessor.generated
-
- generateFieldAccessor(Class<?>, BytecodeFieldInfo, boolean) - Static method in class org.jboss.reflect.plugins.bytecode.accessor.generated.GeneratedMemberAccessorFactory
-
Creates a new GeneratedField implementation for a given field
- generateFieldInfo(FieldBytes) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
Generate field info
- generateFieldInfo(CtField) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
Generate field info
- generateMethodAccessor(Class<?>, BytecodeMethodInfo, boolean) - Static method in class org.jboss.reflect.plugins.bytecode.accessor.generated.GeneratedMemberAccessorFactory
-
Creates a new GeneratedMethod implementation for a given method
- generateMethodInfo(SignatureKey) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
Generate method info
- generateMethodInfo(MethodBytes) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
Generate method info
- generateMethodInfo(SignatureKey) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
Generate method info
- generateMethodInfo(CtMethod) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
Generate method info
- generateMethodInfo(SignatureKey, CtMethod) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
Generate method info
- generateParameters() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- generateParameters() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- generateTypeInfo(Class<?>, ClassInfoImpl) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
Generate the type info for a class
- genericInterfaces - Variable in class org.jboss.reflect.plugins.ClassInfoImpl
-
The generic interfaces
- genericSuperclass - Variable in class org.jboss.reflect.plugins.ClassInfoImpl
-
The generic super class
- GenericsUtil - Class in org.jboss.reflect.plugins
-
Common methods needed by both the javassist and introspection implementations
for figuring out generics.
- GenericsUtil() - Constructor for class org.jboss.reflect.plugins.GenericsUtil
-
- get(BeanInfo, Object, String) - Static method in class org.jboss.beans.info.plugins.BeanInfoUtil
-
Get the value from target.
- get(Object) - Method in class org.jboss.beans.info.plugins.DefaultPropertyInfo
-
- get(Object) - Method in class org.jboss.beans.info.plugins.FieldPropertyInfo
-
- get(Object) - Method in class org.jboss.beans.info.plugins.GetterAndFieldPropertyInfo
-
- get(Object) - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- get(Object) - Method in interface org.jboss.beans.info.spi.PropertyInfo
-
Get the property value
- get(Object) - Method in interface org.jboss.reflect.plugins.bytecode.accessor.FieldAccessor
-
Get the field
- get(Object) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeFieldInfo
-
- get(String, ClassLoader) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Get the information for a class
- get(Class) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Get the information for a class
- get(String, ClassLoader, Class<?>) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Get the information for a class
- get(ClassBytes, Class<?>, String, ClassLoader, boolean) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Get the information for a class
- get(Object) - Method in class org.jboss.reflect.plugins.FieldInfoImpl
-
- get(Object) - Method in class org.jboss.reflect.plugins.introspection.ReflectFieldInfoImpl
-
- get(Object) - Method in interface org.jboss.reflect.plugins.javassist.JavassistField
-
Get the field
- get(Object) - Method in class org.jboss.reflect.plugins.javassist.JavassistFieldInfo
-
- get(String, ClassLoader) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Get the information for a class
- get(Class) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Get the information for a class
- get(String, ClassLoader, Class<?>) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Get the information for a class
- get(CtClass) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Get the information for a class
- get(CtClass, Class<?>, String, ClassLoader, boolean) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Get the information for a class
- get(Object) - Method in class org.jboss.reflect.plugins.javassist.metrics.MetricsJavassistField
-
- get(Object) - Method in interface org.jboss.reflect.spi.FieldInfo
-
Get the value of the field
- GET_CLASSLOADER_PERMISSION - Static variable in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
The get classloader permission
- GET_CLASSLOADER_PERMISSION - Static variable in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
The get classloader permission
- getAccess() - Method in class org.jboss.reflect.util.objectweb.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
).
- getActualTypeArguments() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo
-
- getActualTypeArguments() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getActualTypeArguments(ParameterizedClassInfo) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the actual type parameters
- getActualTypeArguments() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getActualTypeArguments(ParameterizedClassInfo) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getActualTypeArguments() - Method in class org.jboss.reflect.plugins.introspection.ParameterizedClassInfo
-
- getActualTypeArguments() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo
-
- getActualTypeArguments() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getActualTypeArguments() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the actual type parameters
- getActualTypeArguments() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getActualTypeArguments() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getAllAnnotations() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeInheritableAnnotationHolder
-
Get all the annotations as a map
- getAllAnnotations() - Method in class org.jboss.reflect.plugins.InheritableAnnotationHolder
-
Get all the annotations as a map
- getAllAnnotations() - Method in class org.jboss.reflect.plugins.javassist.JavassistInheritableAnnotationHolder
-
Get all the annotations as a map
- getAnnotated() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterInfo
-
Get the annotated info
- getAnnotated() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterInfo
-
Get the annotated info
- getAnnotatedTarget() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getAnnotation(String) - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getAnnotation(String) - Method in class org.jboss.reflect.plugins.AnnotationHolder
-
- getAnnotation(String) - Method in class org.jboss.reflect.plugins.ArrayInfoImpl
-
- getAnnotation(String) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeAnnotatedInfo
-
- getAnnotation(String) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl
-
- getAnnotation(String) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeInheritableAnnotationHolder
-
- getAnnotation(String) - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getAnnotation(String) - Method in class org.jboss.reflect.plugins.InheritableAnnotationHolder
-
- getAnnotation(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedInfo
-
- getAnnotation(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistArrayInfoImpl
-
- getAnnotation(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistInheritableAnnotationHolder
-
- getAnnotation(String) - Method in interface org.jboss.reflect.spi.AnnotatedInfo
-
Get an annotation
- getAnnotation(String) - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getAnnotation(String) - Method in class org.jboss.reflect.spi.NumberInfo
-
- getAnnotationProperties(Set<MethodInfo>) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
Get the properties for an annotation
- getAnnotations() - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getAnnotations(Object) - Method in interface org.jboss.reflect.plugins.AnnotationHelper
-
Get the annotations for the annotated object
- getAnnotations() - Method in class org.jboss.reflect.plugins.AnnotationHolder
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.ArrayInfoImpl
-
- getAnnotations(Object) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeAnnotatedInfo
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeFieldInfo
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeInheritableAnnotationHolder
-
- getAnnotations(Object) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeInheritableAnnotationHolder
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterInfo
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getAnnotations(Object) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
- getAnnotations() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.Bytes
-
Gets the annotations on this class or member
- getAnnotations() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.InheritableAnnotationHolder
-
- getAnnotations(Object) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionAnnotationHelper
-
- getAnnotations(Object) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getAnnotations(Object) - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedInfo
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- getAnnotations(Object) - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotationHelper
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.javassist.JavassistArrayInfoImpl
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.javassist.JavassistFieldInfo
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.javassist.JavassistInheritableAnnotationHolder
-
- getAnnotations(Object) - Method in class org.jboss.reflect.plugins.javassist.JavassistInheritableAnnotationHolder
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterInfo
-
- getAnnotations() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getAnnotations(Object) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
- getAnnotations() - Method in interface org.jboss.reflect.spi.AnnotatedInfo
-
Get the annotations
- getAnnotations() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getAnnotations() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getAnnotationType() - Method in class org.jboss.reflect.plugins.AnnotationValueImpl
-
- getAnnotationType() - Method in interface org.jboss.reflect.spi.AnnotationValue
-
Get the annotation type
- getArguments() - Method in class org.jboss.joinpoint.plugins.BasicConstructorJoinPoint
-
- getArguments() - Method in class org.jboss.joinpoint.plugins.BasicMethodJoinPoint
-
- getArguments() - Method in interface org.jboss.joinpoint.spi.ConstructorJoinpoint
-
Get the arguments for the constructor
- getArguments() - Method in interface org.jboss.joinpoint.spi.MethodJoinpoint
-
Get the arguments of the join point
- getArgumentsAndReturnSizes(String) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentTypes(String) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method descriptor.
- getArgumentTypes(Method) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the Java types corresponding to the argument types of the given
method.
- getArrayClass(Class<?>) - Static method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
Get an array class
- getArrayClass(Class<?>) - Static method in class org.jboss.reflect.plugins.ClassInfoImpl
-
Get an array class
- getArrayClass(Class<?>) - Static method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
Get an array class
- getArrayComponentName() - Method in class org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive
-
- getArrayComponentName() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.PrimitiveBytes
-
- getArrayType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getArrayType() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getArrayType() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getArrayType() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getArrayType() - Method in class org.jboss.reflect.spi.PrimitiveInfo
-
- getArrayType() - Method in interface org.jboss.reflect.spi.TypeInfo
-
Get an array type
- getAttachment(Class<T>) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getAttachment(String) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getAttachment(Class<T>) - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getAttachment(String) - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getAttachment(Class<T>) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getAttachment(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getAttachment(String) - Method in class org.jboss.reflect.plugins.TypeInfoAttachments
-
Get an attachment from the type
- getAttachment(Class<T>) - Method in class org.jboss.reflect.spi.AbstractTypeInfo
-
- getAttachment(String) - Method in class org.jboss.reflect.spi.AbstractTypeInfo
-
- getAttachment(String) - Method in interface org.jboss.reflect.spi.TypeInfo
-
Get an attachment from the type
- getAttachment(Class<T>) - Method in interface org.jboss.reflect.spi.TypeInfo
-
Get an attachment from the type,
uses the expected type as both the name
and to cast the resulting object.
- getAttribute(String) - Method in class org.jboss.reflect.plugins.AnnotationInfoImpl
-
- getAttribute(String) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeAnnotationInfo
-
- getAttribute(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotationInfo
-
- getAttribute(String) - Method in interface org.jboss.reflect.spi.AnnotationInfo
-
Get an attribute
- getAttributes() - Method in class org.jboss.reflect.plugins.AnnotationInfoImpl
-
- getAttributes() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeAnnotationInfo
-
- getAttributes() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotationInfo
-
- getAttributes() - Method in interface org.jboss.reflect.spi.AnnotationInfo
-
Get the attributes
- getBeanInfo(ClassAdapter) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
- getBeanInfo(ClassAdapter, BeanAccessMode) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
- getBeanInfo() - Method in class org.jboss.beans.info.plugins.AbstractPropertyInfo
-
- getBeanInfo() - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getBeanInfo(ClassAdapter) - Method in interface org.jboss.beans.info.spi.BeanInfoFactory
-
Retrieve the bean information
- getBeanInfo(ClassAdapter, BeanAccessMode) - Method in interface org.jboss.beans.info.spi.BeanInfoFactory
-
Retrieve the bean information
- getBeanInfo() - Method in interface org.jboss.beans.info.spi.PropertyInfo
-
Get the BeanInfo
- getBeanInfo(String, ClassLoader) - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getBeanInfo(Class<?>) - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getBeanInfo(TypeInfo) - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getBeanInfo(String, ClassLoader, BeanAccessMode) - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getBeanInfo(Class<?>, BeanAccessMode) - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getBeanInfo(TypeInfo, BeanAccessMode) - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getBeanInfo(String, ClassLoader) - Method in interface org.jboss.config.spi.Configuration
-
Get the bean info
- getBeanInfo(Class<?>) - Method in interface org.jboss.config.spi.Configuration
-
Get the bean info
- getBeanInfo(TypeInfo) - Method in interface org.jboss.config.spi.Configuration
-
Get the bean info
- getBeanInfo(String, ClassLoader, BeanAccessMode) - Method in interface org.jboss.config.spi.Configuration
-
Get the bean info
- getBeanInfo(Class<?>, BeanAccessMode) - Method in interface org.jboss.config.spi.Configuration
-
Get the bean info
- getBeanInfo(TypeInfo, BeanAccessMode) - Method in interface org.jboss.config.spi.Configuration
-
Get the bean info
- getBeanInfoFactory() - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
- getBeanInfoFactory() - Method in interface org.jboss.beans.info.spi.BeanInfo
-
Get the bean info factory
- getBeanInfoFactory() - Method in class org.jboss.beans.info.spi.helpers.UnmodifiableBeanInfo
-
- getBeanInfoFactory() - Method in class org.jboss.config.plugins.AbstractConfiguration
-
Get the BeanInfoFactory
- getBeanProperties(Set<MethodInfo>) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
Get the properties for a bean
- getBody() - Method in class org.jboss.reflect.plugins.javassist.AbstractJavassistBody
-
- getBody() - Method in interface org.jboss.reflect.spi.Body
-
- getClassAdapter(Class<?>) - Method in class org.jboss.classadapter.plugins.BasicClassAdapterFactory
-
- getClassAdapter(String, ClassLoader) - Method in class org.jboss.classadapter.plugins.BasicClassAdapterFactory
-
- getClassAdapter(TypeInfo) - Method in class org.jboss.classadapter.plugins.BasicClassAdapterFactory
-
- getClassAdapter(String, ClassLoader) - Method in interface org.jboss.classadapter.spi.ClassAdapterFactory
-
Get a class adapter
- getClassAdapter(Class<?>) - Method in interface org.jboss.classadapter.spi.ClassAdapterFactory
-
Get a class adapter
- getClassAdapter(TypeInfo) - Method in interface org.jboss.classadapter.spi.ClassAdapterFactory
-
Get a class adapter
- getClassAdapterFactory() - Method in class org.jboss.config.plugins.AbstractConfiguration
-
Get the class adapter factory
- getClassBytes() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getClassInfo() - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
- getClassInfo() - Method in interface org.jboss.beans.info.spi.BeanInfo
-
Get the class information
- getClassInfo() - Method in class org.jboss.beans.info.spi.helpers.UnmodifiableBeanInfo
-
- getClassInfo() - Method in class org.jboss.classadapter.plugins.BasicClassAdapter
-
- getClassInfo() - Method in interface org.jboss.classadapter.spi.ClassAdapter
-
Get the class info.
- getClassInfo(String, ClassLoader) - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getClassInfo(Class<?>) - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getClassInfo(String, ClassLoader) - Method in interface org.jboss.config.spi.Configuration
-
Get the class info for a class
- getClassInfo(Class<?>) - Method in interface org.jboss.config.spi.Configuration
-
Get the class info for a class
- getClassInfo() - Method in class org.jboss.joinpoint.plugins.BasicJoinpointFactory
-
- getClassInfo() - Method in interface org.jboss.joinpoint.spi.JoinpointFactory
-
Get the class info for this join point factory
- getClassInfos(Type[]) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
Get the class infos for some classes
- getClassLoader() - Method in class org.jboss.classadapter.plugins.BasicClassAdapter
-
- getClassLoader() - Method in interface org.jboss.classadapter.spi.ClassAdapter
-
Get the classloader associated with this class adapter
- getClassLoader() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo
-
- getClassLoader() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getClassLoader() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Gets the classloader for the class
- getClassLoader() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getClassLoader() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo
-
- getClassLoader() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getClassLoader(CtClass) - Static method in class org.jboss.reflect.plugins.javassist.JavassistUtil
-
- getClassLoader() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getClassLoader() - Method in class org.jboss.reflect.spi.PrimitiveInfo
-
- getClassLoader() - Method in interface org.jboss.reflect.spi.TypeInfo
-
Get the classloader for this class info.
- getClassLoaderCache(ClassLoader) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Gets the classloader cache for the passed in classloader.
- getClassLoaderCache(ClassLoader) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Gets the classloader cache for the passed in classloader.
- getClassLoaderFinder() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactory
-
Get the classloader finder
- getClassLoaderFinder() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
- getClassLoaderInternal() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo
-
- getClassLoaderInternal() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getClassLoaderInternal() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo
-
- getClassLoaderInternal() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getClassName() - Method in interface org.jboss.reflect.plugins.javassist.expr.FieldAccess
-
Returns the name of the class in which the field is declared.
- getClassName() - Method in interface org.jboss.reflect.plugins.javassist.expr.MethodCall
-
Returns the class name of the target object,
which the method is called on.
- getClassName() - Method in interface org.jboss.reflect.plugins.javassist.expr.NewExpression
-
Returns the class name of the created object.
- getClassName() - Method in class org.jboss.reflect.util.objectweb.asm.ClassReader
-
- getClassName() - Method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the name of the class corresponding to this type.
- getClasspath() - Method in interface org.jboss.classloading.spi.DomainClassLoader
-
Get the classpath
- getClassSignature() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo
-
- getClassSignature() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getClassSignature(CtClass) - Static method in class org.jboss.reflect.plugins.javassist.JavassistHelper
-
Gets the ClassSignature for a class
- getClassSignature() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo
-
- getClassSignature() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getCommonSuperClass(String, String) - Method in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
Returns the common super type of the two given types.
- getComponentType() - Method in class org.jboss.reflect.plugins.ArrayInfoImpl
-
- getComponentType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl
-
- getComponentType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo
-
- getComponentType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getComponentType() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Get the component type for an array class.
- getComponentType(ClassInfo) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the component type for a collection
- getComponentType() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getComponentType(ClassInfo) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getComponentType() - Method in class org.jboss.reflect.plugins.introspection.ParameterizedArrayInfo
-
- getComponentType() - Method in class org.jboss.reflect.plugins.introspection.ParameterizedClassInfo
-
- getComponentType() - Method in interface org.jboss.reflect.plugins.javassist.expr.NewArray
-
Returns the type of array components.
- getComponentType() - Method in class org.jboss.reflect.plugins.javassist.JavassistArrayInfoImpl
-
- getComponentType() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo
-
- getComponentType() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getComponentType() - Method in interface org.jboss.reflect.spi.ArrayInfo
-
Get the component type
- getComponentType() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the component type if it is a collection or an array
- getComponentType() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getComponentType() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getConfiguration() - Method in class org.jboss.classadapter.plugins.BasicClassAdapterFactory
-
- getConfiguration() - Method in interface org.jboss.classadapter.spi.ClassAdapterFactory
-
Get the configuration.
- getConstructor() - Method in class org.jboss.reflect.plugins.introspection.ReflectConstructorInfoImpl
-
Get the constructor
- getConstructor() - Method in interface org.jboss.reflect.plugins.javassist.expr.ConstructorCall
-
Returns the called constructor.
- getConstructor() - Method in interface org.jboss.reflect.plugins.javassist.expr.NewExpression
-
Returns the constructor called for creating the object.
- getConstructorDescriptor(Constructor<?>) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getConstructorInfo() - Method in class org.jboss.joinpoint.plugins.BasicConstructorJoinPoint
-
- getConstructorInfo() - Method in interface org.jboss.joinpoint.spi.ConstructorJoinpoint
-
Get the constructor info for this join point
- getConstructorJoinpoint(ConstructorInfo) - Method in class org.jboss.joinpoint.plugins.BasicJoinpointFactory
-
- getConstructorJoinpoint(ConstructorInfo, Object) - Method in class org.jboss.joinpoint.plugins.BasicJoinpointFactory
-
- getConstructorJoinpoint(JoinpointFactory) - Static method in class org.jboss.joinpoint.plugins.Config
-
Get a constructor Joinpoint
- getConstructorJoinpoint(JoinpointFactory, String[], Object[]) - Static method in class org.jboss.joinpoint.plugins.Config
-
Get a constructor Joinpoint
- getConstructorJoinpoint(ConstructorInfo) - Method in interface org.jboss.joinpoint.spi.JoinpointFactory
-
Get a constructor join point
- getConstructorJoinpoint(ConstructorInfo, Object) - Method in interface org.jboss.joinpoint.spi.JoinpointFactory
-
Get a constructor join point
- getConstructors() - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
- getConstructors(ClassInfo) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
Get the constructors
- getConstructors() - Method in interface org.jboss.beans.info.spi.BeanInfo
-
Get the constructor info.
- getConstructors() - Method in class org.jboss.beans.info.spi.helpers.UnmodifiableBeanInfo
-
- getConstructors(ClassInfoImpl) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the constructors
- getConstructors(ClassInfoImpl) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getConvertor() - Method in class org.jboss.reflect.spi.ProgressionConvertorFactory
-
- getCreatedDimensions() - Method in interface org.jboss.reflect.plugins.javassist.expr.NewArray
-
Returns the number of dimensions of the array being created.
- getCtClass(String, ClassLoader) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Gets the CtClass corresponding to name
.
- getCtClass(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Gets the CtClass corresponding to name
by using the bootstrap class pool.
- getCtConstructor() - Method in class org.jboss.reflect.plugins.javassist.JavassistConstructorInfo
-
- getCtField() - Method in class org.jboss.reflect.plugins.javassist.JavassistFieldInfo
-
- getCtMethod() - Method in class org.jboss.reflect.plugins.javassist.JavassistMethodInfo
-
- getDeclaredAnnotation(String) - Method in class org.jboss.reflect.plugins.InheritableAnnotationHolder
-
Get the declared annotations
- getDeclaredAnnotations() - Method in class org.jboss.reflect.plugins.InheritableAnnotationHolder
-
Get the declared annotations
- getDeclaredConstructor() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getDeclaredConstructor(String...) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getDeclaredConstructor(TypeInfo...) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getDeclaredConstructor(TypeInfo...) - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getDeclaredConstructor() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getDeclaredConstructor(TypeInfo...) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getDeclaredConstructor(String...) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getDeclaredConstructor(TypeInfo...) - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get a declared constructor
- getDeclaredConstructor(TypeInfo...) - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getDeclaredConstructor() - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Gets the default constructor (parameterless)
- getDeclaredConstructor(TypeInfo...) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Get a declared constructor
- getDeclaredConstructor(String...) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Get a declared constructor
Note: the parameters will be loaded with the classloader defined in
TypeInfoFactory.
- getDeclaredConstructor(TypeInfo...) - Method in class org.jboss.reflect.spi.NumberInfo
-
- getDeclaredConstructorBytes() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Get the constuctors declared in this class
- getDeclaredConstructors() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getDeclaredConstructors() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getDeclaredConstructors(Class<?>) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getDeclaredConstructors() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getDeclaredConstructors() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the declared constructors
- getDeclaredConstructors() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getDeclaredConstructors() - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Get the declared constructors
- getDeclaredConstructors() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getDeclaredField(String) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getDeclaredField(String) - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getDeclaredField(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getDeclaredField(String) - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the declared field
- getDeclaredField(String) - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getDeclaredField(String) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Get the declared field
- getDeclaredField(String) - Method in class org.jboss.reflect.spi.NumberInfo
-
- getDeclaredFieldBytes() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Get the fields declared in this class
- getDeclaredFields() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getDeclaredFields() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getDeclaredFields(Class<?>) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getDeclaredFields() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getDeclaredFields() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the declared fields
- getDeclaredFields() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getDeclaredFields() - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Get the declared fields
- getDeclaredFields() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getDeclaredMethod(String) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getDeclaredMethod(String, TypeInfo...) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getDeclaredMethod(String, String...) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getDeclaredMethod(String, TypeInfo...) - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getDeclaredMethod(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getDeclaredMethod(String, TypeInfo...) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getDeclaredMethod(String, String...) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getDeclaredMethod(String, TypeInfo...) - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the declared method
- getDeclaredMethod(String, TypeInfo...) - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getDeclaredMethod(String) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Get the declared method without parameters.
- getDeclaredMethod(String, TypeInfo...) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Get the declared method
- getDeclaredMethod(String, String...) - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Get the declared method
Note: the parameters will be loaded with the classloader defined in
TypeInfoFactory.
- getDeclaredMethod(String, TypeInfo...) - Method in class org.jboss.reflect.spi.NumberInfo
-
- getDeclaredMethodBytes() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Get the methods declared in this class
- getDeclaredMethods() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getDeclaredMethods() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getDeclaredMethods(Class<?>) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getDeclaredMethods() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getDeclaredMethods() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the declared methods
- getDeclaredMethods() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getDeclaredMethods() - Method in interface org.jboss.reflect.spi.MutableClassInfo
-
Get the declared methods
- getDeclaredMethods() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getDeclaring() - Method in class org.jboss.reflect.plugins.EnumConstantInfoImpl
-
- getDeclaring() - Method in interface org.jboss.reflect.spi.EnumConstantInfo
-
Get the declaring enumeration
- getDeclaringClass() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- getDeclaringClass() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeFieldInfo
-
- getDeclaringClass() - Method in class org.jboss.reflect.plugins.ConstructorInfoImpl
-
- getDeclaringClass() - Method in class org.jboss.reflect.plugins.FieldInfoImpl
-
- getDeclaringClass() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- getDeclaringClass() - Method in class org.jboss.reflect.plugins.javassist.JavassistFieldInfo
-
- getDeclaringClass() - Method in class org.jboss.reflect.plugins.MethodInfoImpl
-
- getDeclaringClass() - Method in interface org.jboss.reflect.spi.MemberInfo
-
Get the declaring class
- getDefaultValue() - Method in class org.jboss.reflect.plugins.AnnotationAttributeImpl
-
- getDefaultValue() - Method in interface org.jboss.reflect.spi.AnnotationAttribute
-
Get the default value
- getDelegate() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getDescriptor() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- getDescriptor() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeFieldInfo
-
- getDescriptor() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- getDescriptor() - Method in class org.jboss.reflect.plugins.javassist.JavassistFieldInfo
-
- getDescriptor() - Method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the descriptor corresponding to this Java type.
- getDescriptor(Class<?>) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the descriptor corresponding to the given Java type.
- getDimension() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl.ModifiableArrayType
-
- getDimension() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl.ModifiableArrayType
-
- getDimensions() - Method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the number of dimensions of this array type.
- getDomain() - Method in interface org.jboss.classloading.spi.DomainClassLoader
-
The domain of the classloader
- getElementType() - Method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the type of the elements of this array type.
- getEnumConstant(String) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeEnumInfo
-
- getEnumConstant(String) - Method in class org.jboss.reflect.plugins.EnumInfoImpl
-
- getEnumConstant(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistEnumInfo
-
- getEnumConstant(String) - Method in interface org.jboss.reflect.spi.EnumInfo
-
Get a constant
- getEnumConstants() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeEnumInfo
-
- getEnumConstants() - Method in class org.jboss.reflect.plugins.EnumInfoImpl
-
- getEnumConstants() - Method in class org.jboss.reflect.plugins.javassist.JavassistEnumInfo
-
- getEnumConstants() - Method in interface org.jboss.reflect.spi.EnumInfo
-
Get the constants
- getEnumValue(String) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeEnumInfo
-
- getEnumValue(String) - Method in class org.jboss.reflect.plugins.EnumInfoImpl
-
- getEnumValue(String) - Method in class org.jboss.reflect.plugins.javassist.JavassistEnumInfo
-
- getEnumValue(String) - Method in interface org.jboss.reflect.spi.EnumInfo
-
Get the enum value for a constant
- getEvents() - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
- getEvents(ClassInfo) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
Get the events
- getEvents() - Method in interface org.jboss.beans.info.spi.BeanInfo
-
Get the event information.
- getEvents() - Method in class org.jboss.beans.info.spi.helpers.UnmodifiableBeanInfo
-
- getExceptionTypeJvmNames() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.BehaviourBytes
-
Get the exception types
- getExceptionTypes() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- getExceptionTypes() - Method in class org.jboss.reflect.plugins.ConstructorInfoImpl
-
- getExceptionTypes() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- getExceptionTypes() - Method in class org.jboss.reflect.plugins.MethodInfoImpl
-
- getExceptionTypes() - Method in interface org.jboss.reflect.spi.ConstructorInfo
-
Get the exception types
- getExceptionTypes() - Method in interface org.jboss.reflect.spi.MethodInfo
-
Get the exception types
- getExceptionTypeTypeInfoNames() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.BehaviourBytes
-
Get the exception types
- getFactory() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo
-
- getFactory() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
Get the factory
- getFactory() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo
-
- getFactory() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
Get the factory
- getField(String) - Method in class org.jboss.beans.info.plugins.FieldBeanInfo
-
Get a property
- getField() - Method in class org.jboss.reflect.plugins.introspection.ReflectFieldInfoImpl
-
Get the field
- getField(Field, Object) - Static method in class org.jboss.reflect.plugins.introspection.ReflectionUtils
-
Get a field
- getField() - Method in interface org.jboss.reflect.plugins.javassist.expr.FieldAccess
-
Returns the field accessed by this expression.
- GETFIELD - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- getFieldFilter() - Method in class org.jboss.beans.info.plugins.AllBeanInfo
-
- getFieldFilter() - Method in class org.jboss.beans.info.plugins.FieldBeanInfo
-
Get the field filter.
- getFieldGetJoinpoint(FieldInfo) - Method in class org.jboss.joinpoint.plugins.BasicJoinpointFactory
-
- getFieldGetJoinpoint(Object, JoinpointFactory, String) - Static method in class org.jboss.joinpoint.plugins.Config
-
Get a field get joinpoint
- getFieldGetJoinpoint(FieldInfo) - Method in interface org.jboss.joinpoint.spi.JoinpointFactory
-
Get a field get join point
- getFieldInfo() - Method in class org.jboss.beans.info.plugins.AbstractPropertyInfo
-
- getFieldInfo() - Method in class org.jboss.beans.info.plugins.FieldPropertyInfo
-
- getFieldInfo() - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getFieldInfo() - Method in interface org.jboss.beans.info.spi.PropertyInfo
-
Get the field info
in case impl uses field to
handle property ops.
- getFieldInfo() - Method in class org.jboss.joinpoint.plugins.BasicFieldGetJoinPoint
-
- getFieldInfo() - Method in class org.jboss.joinpoint.plugins.BasicFieldSetJoinPoint
-
- getFieldInfo() - Method in interface org.jboss.joinpoint.spi.FieldGetJoinpoint
-
Get the field info for this join point
- getFieldInfo() - Method in interface org.jboss.joinpoint.spi.FieldSetJoinpoint
-
Get the field info for this join point
- getFieldName() - Method in interface org.jboss.reflect.plugins.javassist.expr.FieldAccess
-
Returns the name of the field.
- getFields(ClassInfo, FieldFilter) - Static method in class org.jboss.beans.info.plugins.FieldBeanInfo
-
Get the fields
- getFields(ClassInfoImpl) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the fields
- getFields(ClassInfoImpl) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getFieldSetJoinpoint(FieldInfo) - Method in class org.jboss.joinpoint.plugins.BasicJoinpointFactory
-
- getFieldSetJoinpoint(Object, JoinpointFactory, String, Object) - Static method in class org.jboss.joinpoint.plugins.Config
-
Get a field set joinpoint
- getFieldSetJoinpoint(FieldInfo) - Method in interface org.jboss.joinpoint.spi.JoinpointFactory
-
Get a field set join point
- getFieldSignature(CtField) - Static method in class org.jboss.reflect.plugins.javassist.JavassistHelper
-
Gets the FieldSignature for a field
- getFieldType(FieldBytes) - Static method in class org.jboss.reflect.plugins.bytecode.SignatureKey
-
- getFileName() - Method in interface org.jboss.reflect.plugins.javassist.expr.Expression
-
Returns the name of source file that contains this expression.
- getGenericArrayType(GenericArrayType) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Get the type info for a reflect generic array type
- getGenericArrayType(ClassLoader, SignatureAttribute.ArrayType, BytecodeTypeVariableSpy) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Get the type info for a javassist array type
- getGenericArrayType(ClassLoader, BytecodeTypeInfoFactoryImpl.ModifiableArrayType, BytecodeTypeVariableSpy) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Recursively get the type info for a javassist array type
- getGenericArrayType(GenericArrayType) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
Get the information for an array type
- getGenericArrayType(GenericArrayType) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Get the type info for a reflect generic array type
- getGenericArrayType(ClassLoader, SignatureAttribute.ArrayType, JavassistTypeVariableSpy) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Get the type info for a javassist array type
- getGenericArrayType(ClassLoader, JavassistTypeInfoFactoryImpl.ModifiableArrayType, JavassistTypeVariableSpy) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Recursively get the type info for a javassist array type
- getGenericInterfaces() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl
-
- getGenericInterfaces() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getGenericInterfaces(ClassInfoImpl) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the generic interfaces
- getGenericInterfaces() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getGenericInterfaces(ClassInfoImpl) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getGenericInterfaces() - Method in class org.jboss.reflect.plugins.javassist.JavassistArrayInfoImpl
-
- getGenericInterfaces() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getGenericInterfaces() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the generic interfaces
- getGenericInterfaces() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getGenericInterfaces() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getGenericName(Type) - Static method in class org.jboss.reflect.plugins.GenericsUtil
-
Create the name of the generic type
- getGenericSignature() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.Bytes
-
Gets the generic signature of this class or member as contained
in the Signature attribute
- getGenericSuperclass() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getGenericSuperClass(ClassInfoImpl) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the generic super class
- getGenericSuperclass() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getGenericSuperClass(ClassInfoImpl) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getGenericSuperclass() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getGenericSuperclass() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the generic super class
- getGenericSuperclass() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getGenericSuperclass() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getGetter() - Method in class org.jboss.beans.info.plugins.DefaultPropertyInfo
-
- getGetter() - Method in class org.jboss.beans.info.plugins.FieldPropertyInfo
-
- getGetter() - Method in class org.jboss.beans.info.plugins.GetterAndFieldPropertyInfo
-
- getGetter() - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getGetter() - Method in interface org.jboss.beans.info.spi.PropertyInfo
-
Get the getter
- getHashCode() - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
- getHashCode() - Method in class org.jboss.beans.info.plugins.AbstractPropertyInfo
-
- getHashCode() - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getHashCode() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeConstructorInfo
-
- getHashCode() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeFieldInfo
-
- getHashCode() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeMethodInfo
-
- getHashCode() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterInfo
-
- getHashCode() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getHashCode() - Method in class org.jboss.reflect.plugins.EnumConstantInfoImpl
-
- getHashCode() - Method in class org.jboss.reflect.plugins.javassist.JavassistConstructorInfo
-
- getHashCode() - Method in class org.jboss.reflect.plugins.javassist.JavassistFieldInfo
-
- getHashCode() - Method in class org.jboss.reflect.plugins.javassist.JavassistMethodInfo
-
- getHashCode() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterInfo
-
- getHashCode() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getHashCode() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getInstance() - Static method in class org.jboss.reflect.plugins.javassist.classpool.DefaultClassPoolFactory
-
- getInstance() - Static method in class org.jboss.reflect.spi.ProgressionConvertorFactory
-
- getInterfaceJvmNames() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Get the JVM names of the interfaces
- getInterfaces() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl
-
- getInterfaces() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getInterfaces(ClassInfoImpl) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the interfaces
- getInterfaces() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getInterfaces(ClassInfoImpl) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getInterfaces() - Method in class org.jboss.reflect.plugins.javassist.JavassistArrayInfoImpl
-
- getInterfaces() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getInterfaces() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the interfaces
- getInterfaces() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getInterfaces() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getInterfaces() - Method in class org.jboss.reflect.util.objectweb.asm.ClassReader
-
Returns the internal names of the class's interfaces (see
getInternalName
).
- getInterfaceTypeInfoNames() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Get the TypeInfo names of the interfaces
- getInternalName() - Method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the internal name of the class corresponding to this object or
array type.
- getInternalName(Class<?>) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the internal name of the given class.
- getInvocations() - Method in class org.jboss.reflect.plugins.bytecode.accessor.metrics.Metrics.Entry
-
- getInvocations() - Method in class org.jboss.reflect.plugins.javassist.metrics.Metrics.Entry
-
- getItem(int) - Method in class org.jboss.reflect.util.objectweb.asm.ClassReader
-
Returns the start index of the constant pool item in
b
, plus
one.
- getJoinpointFactory() - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
- getJoinpointFactory() - Method in interface org.jboss.beans.info.spi.BeanInfo
-
Get the joinpoint factory
- getJoinpointFactory() - Method in class org.jboss.beans.info.spi.helpers.UnmodifiableBeanInfo
-
- getJoinpointFactory() - Method in class org.jboss.classadapter.plugins.BasicClassAdapter
-
- getJoinpointFactory() - Method in interface org.jboss.classadapter.spi.ClassAdapter
-
Get the Joinpoint Factory for this adapter.
- getJoinpointFactoryBuilder() - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getJoinpointFactoryBuilder() - Method in interface org.jboss.config.spi.Configuration
-
Get the joinpoint factory builder
- getJvmName() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Gets the JVM name of this class, e.g.
- getJvmSignature() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.MemberBytes
-
Gets the JVM descriptor of the field type
- getKeyType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo
-
- getKeyType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getKeyType(ClassInfo) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the key type for a map
- getKeyType() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getKeyType(ClassInfo) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getKeyType() - Method in class org.jboss.reflect.plugins.introspection.ParameterizedClassInfo
-
- getKeyType() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo
-
- getKeyType() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getKeyType() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the key type if it is a map
- getKeyType() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getKeyType() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getLabels() - Method in class org.jboss.reflect.util.objectweb.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLineNumber() - Method in interface org.jboss.reflect.plugins.javassist.expr.Expression
-
Returns the line number of the source file containing this expression.
- getLoaderForClass(ClassLoader, String) - Method in class org.jboss.reflect.plugins.bytecode.CachingLoadClassClassLoaderFinder
-
- getLoaderForClass(ClassLoader, String) - Method in class org.jboss.reflect.plugins.bytecode.ClassLoaderFinder.Default
-
- getLoaderForClass(ClassLoader, String) - Method in interface org.jboss.reflect.plugins.bytecode.ClassLoaderFinder
-
Gets the correct classloader to use to find a class
- getLoaderForClass(ClassLoader, String) - Method in class org.jboss.reflect.plugins.bytecode.ClassLoaderFinder.LoadClass
-
- getLowerPropertyName(String) - Static method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
- getMethod() - Method in class org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl
-
Get the method
- getMethod() - Method in interface org.jboss.reflect.plugins.javassist.expr.MethodCall
-
Returns the called method.
- getMethodDescriptor(Type, Type[]) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the descriptor corresponding to the given argument and return
types.
- getMethodDescriptor(Method) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodInfo() - Method in class org.jboss.joinpoint.plugins.BasicMethodJoinPoint
-
- getMethodInfo() - Method in interface org.jboss.joinpoint.spi.MethodJoinpoint
-
Get the method info
- getMethodJoinpoint(MethodInfo) - Method in class org.jboss.joinpoint.plugins.BasicJoinpointFactory
-
- getMethodJoinpoint(Object, JoinpointFactory, String, String[], Object[]) - Static method in class org.jboss.joinpoint.plugins.Config
-
Get a method joinpoint
- getMethodJoinpoint(MethodInfo) - Method in interface org.jboss.joinpoint.spi.JoinpointFactory
-
Get a method join point
- getMethodName() - Method in interface org.jboss.reflect.plugins.javassist.expr.MethodCall
-
Returns the name of the called method.
- getMethods() - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
- getMethods(ClassInfo) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
Get the methods
- getMethods() - Method in interface org.jboss.beans.info.spi.BeanInfo
-
Get the method information.
- getMethods() - Method in class org.jboss.beans.info.spi.helpers.UnmodifiableBeanInfo
-
- getMethods(ClassInfoImpl) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the methods
- getMethods(ClassInfoImpl) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getMethodSignature() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- getMethodSignature(CtBehavior) - Static method in class org.jboss.reflect.plugins.bytecode.BytecodeGenericsHelper
-
Gets the MethodSignature for a method/constructor
- getMethodSignature() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- getMethodSignature(CtBehavior) - Static method in class org.jboss.reflect.plugins.javassist.JavassistHelper
-
Gets the MethodSignature for a method/constructor
- getModifiers() - Method in class org.jboss.reflect.plugins.AnnotationInfoImpl
-
- getModifiers() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl
-
- getModifiers() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- getModifiers() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeFieldInfo
-
- getModifiers() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getModifiers() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.Bytes
-
Gets the modifiers for this class or member
- getModifiers() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getModifiers() - Method in class org.jboss.reflect.plugins.ConstructorInfoImpl
-
- getModifiers() - Method in class org.jboss.reflect.plugins.FieldInfoImpl
-
- getModifiers() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- getModifiers() - Method in class org.jboss.reflect.plugins.javassist.JavassistArrayInfoImpl
-
- getModifiers() - Method in class org.jboss.reflect.plugins.javassist.JavassistFieldInfo
-
- getModifiers() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getModifiers() - Method in class org.jboss.reflect.plugins.MethodInfoImpl
-
- getModifiers() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getModifiers() - Method in interface org.jboss.reflect.spi.ModifierInfo
-
Get the modifiers
- getModifiers() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getMutable(String, ClassLoader) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactory
-
- getMutable(String, ClassLoader) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
- getMutable(String, ClassLoader) - Method in interface org.jboss.reflect.spi.MutableTypeInfoFactory
-
Gets the information for a MutableClass.
- getName() - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
- getName() - Method in class org.jboss.beans.info.plugins.AbstractPropertyInfo
-
- getName() - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getName() - Method in interface org.jboss.beans.info.spi.BeanInfo
-
Get the bean name
- getName() - Method in class org.jboss.beans.info.spi.helpers.UnmodifiableBeanInfo
-
- getName() - Method in interface org.jboss.beans.info.spi.PropertyInfo
-
Get the property name
- getName() - Method in class org.jboss.reflect.plugins.AnnotationAttributeImpl
-
- getName() - Method in class org.jboss.reflect.plugins.bytecode.accessor.metrics.Metrics.Entry
-
- getName() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- getName() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeConstructorInfo
-
- getName() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeFieldInfo
-
- getName() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeMethodInfo
-
- getName() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterInfo
-
- getName() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getName() - Method in class org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive
-
- getName() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.MemberBytes
-
Gets the name of this member.
- getName() - Method in class org.jboss.reflect.plugins.bytecode.SignatureKey
-
- getName() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getName() - Method in class org.jboss.reflect.plugins.EnumConstantInfoImpl
-
- getName() - Method in class org.jboss.reflect.plugins.FieldInfoImpl
-
- getName() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- getName() - Method in class org.jboss.reflect.plugins.javassist.JavassistConstructorInfo
-
- getName() - Method in class org.jboss.reflect.plugins.javassist.JavassistFieldInfo
-
- getName() - Method in class org.jboss.reflect.plugins.javassist.JavassistMethodInfo
-
- getName() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterInfo
-
- getName() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getName() - Method in class org.jboss.reflect.plugins.javassist.metrics.Metrics.Entry
-
- getName() - Method in class org.jboss.reflect.plugins.MethodInfoImpl
-
- getName() - Method in class org.jboss.reflect.plugins.PackageInfoImpl
-
- getName() - Method in class org.jboss.reflect.plugins.ParameterInfoImpl
-
- getName() - Method in interface org.jboss.reflect.spi.AnnotationAttribute
-
Get the attribute name
- getName() - Method in interface org.jboss.reflect.spi.AnnotationInfo
-
Get the name
- getName() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the class name
- getName() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getName() - Method in interface org.jboss.reflect.spi.EnumConstantInfo
-
Get the name
- getName() - Method in interface org.jboss.reflect.spi.FieldInfo
-
Get the name
- getName() - Method in interface org.jboss.reflect.spi.MethodInfo
-
Get the method name
- getName() - Method in interface org.jboss.reflect.spi.PackageInfo
-
Get the package name
- getName() - Method in interface org.jboss.reflect.spi.ParameterInfo
-
Get the parameter name
- getName() - Method in class org.jboss.reflect.spi.PrimitiveInfo
-
- getName() - Method in interface org.jboss.reflect.spi.TypeInfo
-
Get the type name
- getNanos() - Method in class org.jboss.reflect.plugins.bytecode.accessor.metrics.Metrics.Entry
-
- getNanos() - Method in class org.jboss.reflect.plugins.javassist.metrics.Metrics.Entry
-
- getNestedPropertyInfo(BeanInfo, Object, String[]) - Static method in class org.jboss.beans.info.plugins.BeanInfoUtil
-
Get the nested property info from target.
- getNestedTarget(BeanInfo, Object, String[]) - Static method in class org.jboss.beans.info.plugins.BeanInfoUtil
-
Get the value from target.
- getNumberParameters() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeMethodInfo
-
- getNumberParameters() - Method in class org.jboss.reflect.plugins.javassist.JavassistMethodInfo
-
- getNumberParameters() - Method in class org.jboss.reflect.plugins.MethodInfoImpl
-
- getNumberParameters() - Method in interface org.jboss.reflect.plugins.MethodInfoInternal
-
- getObjectType(String) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the Java type corresponding to the given internal name.
- getOffset() - Method in class org.jboss.reflect.util.objectweb.asm.Label
-
Returns the offset corresponding to this label.
- getOpcode(int) - Method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns a JVM instruction opcode adapted to this Java type.
- getOwnerType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getOwnerType(ParameterizedClassInfo) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the owner type
- getOwnerType() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getOwnerType(ParameterizedClassInfo) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getOwnerType() - Method in class org.jboss.reflect.plugins.introspection.ParameterizedClassInfo
-
- getOwnerType() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getOwnerType() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the owner type
- getOwnerType() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getOwnerType() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getPackage(String) - Method in interface org.jboss.classloading.spi.DomainClassLoader
-
Get a package defined by the classloader
- getPackage() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getPackage(ClassInfoImpl) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the package for class
- getPackage() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getPackage(ClassInfoImpl) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getPackage() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getPackage() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the package
- getPackage() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getPackage() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getPackageName() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl
-
- getPackageName() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getPackageName(String) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getPackageNames() - Method in interface org.jboss.classloading.spi.DomainClassLoader
-
Get the possible package names associated with the class loader.
- getPackages() - Method in interface org.jboss.classloading.spi.DomainClassLoader
-
Get the packages defined by the classloader
- getParameterAnnotations() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.BehaviourBytes
-
Get the parameter annotations
- getParameterAnnotations(Annotation[][]) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getParameterizedType(ParameterizedType) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Creates a type info from a reflect generic paramemeterized type
- getParameterizedType(ParameterizedType) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
Overrides the WeakTypeCache.getParameterizedType(ParameterizedType)
method so that parameterized types are not cached when getTypeInfo(Type) is called
with a ParameterizedType with no information about the classloader.
- getParameterizedType(ParameterizedType) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Creates a type info from a reflect generic paramemeterized type
- getParameters() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- getParameters() - Method in class org.jboss.reflect.plugins.ConstructorInfoImpl
-
- getParameters() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- getParameters() - Method in class org.jboss.reflect.plugins.MethodInfoImpl
-
- getParameters() - Method in interface org.jboss.reflect.spi.ConstructorInfo
-
Get the parameters
- getParameters() - Method in interface org.jboss.reflect.spi.MethodInfo
-
Get the parameters
- getParameterType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterInfo
-
- getParameterType() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterInfo
-
- getParameterType() - Method in class org.jboss.reflect.plugins.ParameterInfoImpl
-
- getParameterType() - Method in interface org.jboss.reflect.spi.ParameterInfo
-
Get the parameter type
- getParameterTypes() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- getParameterTypes() - Method in class org.jboss.reflect.plugins.ConstructorInfoImpl
-
- getParameterTypes() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- getParameterTypes(SignatureKey) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
Get the parameter types
- getParameterTypes() - Method in class org.jboss.reflect.plugins.MethodInfoImpl
-
- getParameterTypes() - Method in interface org.jboss.reflect.spi.ConstructorInfo
-
Get the parameter types
- getParameterTypes() - Method in interface org.jboss.reflect.spi.MethodInfo
-
Get the parameter types
- getParams() - Method in class org.jboss.reflect.plugins.bytecode.SignatureKey
-
- getParams() - Method in class org.jboss.reflect.plugins.javassist.SignatureKey
-
- getParent() - Method in interface org.jboss.classloading.spi.ClassLoadingDomain
-
Get the parent classloading domain
- getPhase() - Method in class org.jboss.reflect.spi.NumberInfo
-
Get the phase.
- getPoolFactory() - Static method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
- getPoolForLoader(ClassLoader) - Method in interface org.jboss.reflect.plugins.javassist.classpool.ClassPoolFactory
-
Get class pool for class loader.
- getPoolForLoader(ClassLoader) - Method in class org.jboss.reflect.plugins.javassist.classpool.DefaultClassPoolFactory
-
- getPoolForLoader(ClassLoader) - Method in class org.jboss.reflect.plugins.javassist.classpool.RepositoryClassPoolFactory
-
- getPrimativeArrayComponentType(String) - Static method in class org.jboss.reflect.spi.PrimitiveInfo
-
Get the primtive array type class map for a name
- getPrimativeArrayType(String) - Static method in class org.jboss.reflect.spi.PrimitiveInfo
-
Get a primtive array type
- getPrimativeType(String) - Static method in class org.jboss.reflect.spi.PrimitiveInfo
-
Get the primtive type for a name
- getPrimitive() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Get the primitive type if this is one
- getPrimitiveClass() - Method in class org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive
-
- getProperties() - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
- getProperties() - Method in interface org.jboss.beans.info.spi.BeanInfo
-
Get the property information.
- getProperties() - Method in class org.jboss.beans.info.spi.helpers.UnmodifiableBeanInfo
-
- getProperties() - Method in class org.jboss.config.plugins.property.PropertyConfiguration
-
Get the properties
- getProperty(String) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
Get a property
- getProperty(Object, String) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfo
-
- getProperty(String) - Method in interface org.jboss.beans.info.spi.BeanInfo
-
Get a property
- getProperty(Object, String) - Method in interface org.jboss.beans.info.spi.BeanInfo
-
Get a property
- getProperty(String) - Method in class org.jboss.beans.info.spi.helpers.UnmodifiableBeanInfo
-
- getProperty(Object, String) - Method in class org.jboss.beans.info.spi.helpers.UnmodifiableBeanInfo
-
- getPropertyInfo(BeanInfo, Object, String) - Static method in class org.jboss.beans.info.plugins.BeanInfoUtil
-
Get nested property info.
- getPropertyType(MethodInfo, MethodInfo) - Method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
Determine the type of PropertyInfo.
- getRawType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getRawType() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getRawType() - Method in class org.jboss.reflect.plugins.introspection.ParameterizedClassInfo
-
- getRawType() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getRawType() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the raw type
- getRawType() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getRawType() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getResource(String, DomainClassLoader) - Method in interface org.jboss.classloading.spi.ClassLoadingDomain
-
Get a resource
- getReturnType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeMethodInfo
-
- getReturnType(BehaviourBytes) - Static method in class org.jboss.reflect.plugins.bytecode.SignatureKey
-
- getReturnType() - Method in class org.jboss.reflect.plugins.javassist.JavassistMethodInfo
-
- getReturnType() - Method in class org.jboss.reflect.plugins.MethodInfoImpl
-
- getReturnType() - Method in interface org.jboss.reflect.spi.MethodInfo
-
Get the return type
- getReturnType(String) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the Java type corresponding to the return type of the given
method descriptor.
- getReturnType(Method) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the Java type corresponding to the return type of the given
method.
- getSetter() - Method in class org.jboss.beans.info.plugins.DefaultPropertyInfo
-
- getSetter() - Method in class org.jboss.beans.info.plugins.FieldPropertyInfo
-
- getSetter() - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getSetter() - Method in class org.jboss.beans.info.plugins.SetterAndFieldPropertyInfo
-
- getSetter() - Method in interface org.jboss.beans.info.spi.PropertyInfo
-
Get the setter
- getSignatue() - Method in interface org.jboss.reflect.plugins.javassist.expr.MethodCall
-
Returns the method signature.
- getSignature() - Method in interface org.jboss.reflect.plugins.javassist.expr.FieldAccess
-
Returns the signature of the field type.
- getSignature() - Method in interface org.jboss.reflect.plugins.javassist.expr.NewExpression
-
Returns the signature of the constructor.
- getSignature(CtConstructor) - Static method in class org.jboss.reflect.plugins.javassist.JavassistUtil
-
- getSignature(CtMethod) - Static method in class org.jboss.reflect.plugins.javassist.JavassistUtil
-
- getSignature(CtField) - Static method in class org.jboss.reflect.plugins.javassist.JavassistUtil
-
- getSignatureKey() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeBehaviourInfo
-
- getSignatureKey() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.BehaviourBytes
-
Get the signature key for this method/constructor
- getSignatureKey() - Method in class org.jboss.reflect.plugins.javassist.JavassistAnnotatedParameterInfo
-
- getSimpleName() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getSimpleName() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getSimpleName() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getSimpleName() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getSimpleName() - Method in class org.jboss.reflect.spi.PrimitiveInfo
-
- getSimpleName() - Method in interface org.jboss.reflect.spi.TypeInfo
-
Get the simple name
- getSize() - Method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the size of values of this type.
- getSort() - Method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the sort of this Java type.
- GETSTATIC - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- getStaticMethodJoinpoint(JoinpointFactory, String, String[], Object[]) - Static method in class org.jboss.joinpoint.plugins.Config
-
Get a static method joinpoint
- getSuperclass() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getSuperClass(ClassInfoImpl) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the super class
- getSuperclass() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getSuperClass(ClassInfoImpl) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getSuperclass() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getSuperclass() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the super class
- getSuperclass() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getSuperclass() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getSuperClassJvmName() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Get the JVM name of the superclass
- getSuperClassTypeInfoName() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Get the TypeInfo name of the superclass
- getSuperHolder() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeInheritableAnnotationHolder
-
- getSuperHolder() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getSuperHolder() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getSuperHolder() - Method in class org.jboss.reflect.plugins.InheritableAnnotationHolder
-
Get the super holder of annoations
- getSuperHolder() - Method in class org.jboss.reflect.plugins.javassist.JavassistInheritableAnnotationHolder
-
- getSuperHolder() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getSuperName() - Method in class org.jboss.reflect.util.objectweb.asm.ClassReader
-
- getTarget() - Method in class org.jboss.joinpoint.plugins.BasicTargettedJoinPoint
-
- getTarget() - Method in interface org.jboss.joinpoint.spi.TargettedJoinpoint
-
Get the target of the join point
- GetterAndFieldPropertyInfo - Class in org.jboss.beans.info.plugins
-
Combined getter and field property info.
- GetterAndFieldPropertyInfo(PropertyInfo, FieldInfo) - Constructor for class org.jboss.beans.info.plugins.GetterAndFieldPropertyInfo
-
- getTranslator() - Method in interface org.jboss.classloading.spi.ClassLoadingDomain
-
- getType() - Method in class org.jboss.beans.info.plugins.AbstractPropertyInfo
-
- getType() - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
In this case it is better to return null
then to throw an exception, since we might still have
enough information to use this class to set the value.
- getType() - Method in interface org.jboss.beans.info.spi.PropertyInfo
-
Get the type
- getType() - Method in class org.jboss.reflect.plugins.AnnotationAttributeImpl
-
- getType() - Method in class org.jboss.reflect.plugins.AnnotationValueImpl
-
- getType() - Method in class org.jboss.reflect.plugins.ArrayInfoImpl
-
Deprecated.
- getType() - Method in class org.jboss.reflect.plugins.ArrayValueImpl
-
- getType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeArrayInfoImpl
-
- getType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeFieldInfo
-
- getType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
Deprecated.
- getType() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
Deprecated.
- getType() - Method in class org.jboss.reflect.plugins.ClassValueImpl
-
- getType() - Method in class org.jboss.reflect.plugins.EnumValueImpl
-
- getType() - Method in class org.jboss.reflect.plugins.FieldInfoImpl
-
- getType() - Method in interface org.jboss.reflect.plugins.javassist.expr.Cast
-
Returns the class representing the type specified by the cast.
- getType() - Method in interface org.jboss.reflect.plugins.javassist.expr.Handler
-
Returns the type handled by the catch clause.
- getType() - Method in interface org.jboss.reflect.plugins.javassist.expr.Instanceof
-
Returns the CtClass
object representing
the type name on the right hand side
of the instanceof operator.
- getType() - Method in class org.jboss.reflect.plugins.javassist.JavassistFieldInfo
-
- getType() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
Deprecated.
- getType() - Method in class org.jboss.reflect.plugins.StringValueImpl
-
- getType() - Method in interface org.jboss.reflect.spi.AnnotationAttribute
-
Get the attribute type
- getType() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
Deprecated.
- getType() - Method in interface org.jboss.reflect.spi.FieldInfo
-
Get the field type
- getType() - Method in class org.jboss.reflect.spi.PrimitiveInfo
-
Deprecated.
- getType() - Method in class org.jboss.reflect.spi.PrimitiveValue
-
- getType() - Method in interface org.jboss.reflect.spi.TypeInfo
-
Deprecated.
I'm not sure this should be here?
- getType() - Method in interface org.jboss.reflect.spi.Value
-
Get the type of the value
- getType(String) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the Java type corresponding to the given type descriptor.
- getType(Class<?>) - Static method in class org.jboss.reflect.util.objectweb.asm.Type
-
Returns the Java type corresponding to the given class.
- getTypeInfo(Type) - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getTypeInfo(String, ClassLoader) - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getTypeInfo(Type) - Method in interface org.jboss.config.spi.Configuration
-
Get the type info for a type
- getTypeInfo(String, ClassLoader) - Method in interface org.jboss.config.spi.Configuration
-
Get the type info for a type
- getTypeInfo(Class<?>) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactory
-
- getTypeInfo(String, ClassLoader) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactory
-
- getTypeInfo(Type) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactory
-
- getTypeInfo(Class<?>) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
- getTypeInfo(String, ClassLoader) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Gets the type info for a class
- getTypeInfo(Type) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Gets the type info for a reflect type
- getTypeInfo(ClassLoader, SignatureAttribute.Type, BytecodeTypeVariableSpy) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Gets the type info for a javassist type
- getTypeInfo(ClassLoader, SignatureAttribute.ClassType, BytecodeTypeVariableSpy) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Gets the type info for a javassist generic class type
- getTypeInfo(Class<?>) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get a type info
- getTypeInfo(Class<?>) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactory
-
- getTypeInfo(String, ClassLoader) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactory
-
- getTypeInfo(Type) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactory
-
- getTypeInfo(Class<?>) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getTypeInfo(Type) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getTypeInfo(String, ClassLoader) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getTypeInfo(Class<?>) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactory
-
- getTypeInfo(String, ClassLoader) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactory
-
- getTypeInfo(Type) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactory
-
- getTypeInfo(CtClass) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Get the type info
- getTypeInfo(Class<?>) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
- getTypeInfo(String, ClassLoader) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Gets the type info for a class
- getTypeInfo(Type) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Gets the type info for a reflect type
- getTypeInfo(ClassLoader, SignatureAttribute.Type, JavassistTypeVariableSpy) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Gets the type info for a javassist type
- getTypeInfo(ClassLoader, SignatureAttribute.ClassType, JavassistTypeVariableSpy) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Gets the type info for a javassist generic class type
- getTypeInfo(String, ClassLoader) - Method in interface org.jboss.reflect.spi.TypeInfoFactory
-
Get a type info
- getTypeInfo(Class<?>) - Method in interface org.jboss.reflect.spi.TypeInfoFactory
-
Get a type info
- getTypeInfo(Type) - Method in interface org.jboss.reflect.spi.TypeInfoFactory
-
Get a type info
- getTypeInfoFactory() - Method in class org.jboss.config.plugins.AbstractConfiguration
-
- getTypeInfoFactory() - Method in interface org.jboss.config.spi.Configuration
-
Get the type info factory
- getTypeInfoFactory() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo
-
- getTypeInfoFactory() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getTypeInfoFactory() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getTypeInfoFactory() - Method in class org.jboss.reflect.plugins.introspection.ParameterizedClassInfo
-
- getTypeInfoFactory() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo
-
- getTypeInfoFactory() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getTypeInfoFactory() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getTypeInfoFactory() - Method in class org.jboss.reflect.spi.PrimitiveInfo
-
- getTypeInfoFactory() - Method in interface org.jboss.reflect.spi.TypeInfo
-
Get the TypeInfoFactory that created this type info
- getTypeInfoName() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.ClassBytes
-
Gets the TypeInfo name of this class, e.g.
- getTypeInfos(Type[]) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
Get the type infos for some classes
- getTypeVariable() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo
-
- getTypeVariable() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getTypeVariable(TypeVariable<?>) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Get the type info for a reflect TypeVariable
- getTypeVariable() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getTypeVariable(TypeVariable<D>) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getTypeVariable() - Method in class org.jboss.reflect.plugins.introspection.ParameterizedClassInfo
-
- getTypeVariable() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo
-
- getTypeVariable() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getTypeVariable(TypeVariable<?>) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Get the type info for a reflect TypeVariable
- getTypeVariable() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Gets the type variable if we are a parameterized type which is part of a
parameterized type and there is a type variable for this type.
- getTypeVariable() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getTypeVariable() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getUnderlyingAnnotation(Class<T>) - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getUnderlyingAnnotation(Class<T>) - Method in class org.jboss.reflect.plugins.AbstractAnnotatedInfo
-
- getUnderlyingAnnotation() - Method in class org.jboss.reflect.plugins.AnnotationValueImpl
-
- getUnderlyingAnnotation(Class<T>) - Method in class org.jboss.reflect.plugins.AnnotationValueImpl
-
- getUnderlyingAnnotation(Class<T>) - Method in interface org.jboss.reflect.spi.AnnotatedInfo
-
Get an underlying annotation
- getUnderlyingAnnotation() - Method in interface org.jboss.reflect.spi.AnnotationValue
-
Get the underlying annotation
- getUnderlyingAnnotation(Class<T>) - Method in interface org.jboss.reflect.spi.AnnotationValue
-
Get the underlying annotation
- getUnderlyingAnnotation(Class<T>) - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getUnderlyingAnnotation(Class<T>) - Method in class org.jboss.reflect.spi.NumberInfo
-
- getUnderlyingAnnotations() - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getUnderlyingAnnotations() - Method in class org.jboss.reflect.plugins.AbstractAnnotatedInfo
-
- getUnderlyingAnnotations() - Method in interface org.jboss.reflect.spi.AnnotatedInfo
-
Get the underlying annotations
- getUnderlyingAnnotations() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getUnderlyingAnnotations() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getUpperName() - Method in class org.jboss.beans.info.plugins.AbstractPropertyInfo
-
- getUpperName() - Method in class org.jboss.beans.info.plugins.NestedPropertyInfo
-
- getUpperName() - Method in interface org.jboss.beans.info.spi.PropertyInfo
-
Get the uppercase version of the property name
- getUpperPropertyName(String) - Static method in class org.jboss.beans.info.plugins.AbstractBeanInfoFactory
-
- getValue() - Method in class org.jboss.joinpoint.plugins.BasicFieldSetJoinPoint
-
Get the value
- getValue(String) - Method in class org.jboss.reflect.plugins.AnnotationValueImpl
-
- getValue() - Method in class org.jboss.reflect.plugins.ClassValueImpl
-
- getValue() - Method in class org.jboss.reflect.plugins.EnumConstantInfoImpl
-
- getValue() - Method in class org.jboss.reflect.plugins.EnumValueImpl
-
- getValue() - Method in class org.jboss.reflect.plugins.StringValueImpl
-
- getValue(String) - Method in interface org.jboss.reflect.spi.AnnotationValue
-
Get an attribute value
- getValue() - Method in interface org.jboss.reflect.spi.ClassValue
-
Get the value
- getValue() - Method in interface org.jboss.reflect.spi.EnumConstantInfo
-
Get the value
- getValue() - Method in interface org.jboss.reflect.spi.EnumValue
-
Get the value
- getValue() - Method in class org.jboss.reflect.spi.PrimitiveValue
-
Get the value
- getValue() - Method in interface org.jboss.reflect.spi.StringValue
-
Get the value
- getValueMethodName() - Method in class org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive
-
- getValueMethodName() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.PrimitiveBytes
-
- getValues() - Method in class org.jboss.reflect.plugins.AnnotationValueImpl
-
- getValues() - Method in class org.jboss.reflect.plugins.ArrayValueImpl
-
- getValues() - Method in interface org.jboss.reflect.spi.AnnotationValue
-
Get the values
- getValues() - Method in interface org.jboss.reflect.spi.ArrayValue
-
Get the values
- getValueType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeParameterizedClassInfo
-
- getValueType() - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo
-
- getValueType(ClassInfo) - Method in interface org.jboss.reflect.plugins.ClassInfoHelper
-
Get the value type for a map
- getValueType() - Method in class org.jboss.reflect.plugins.ClassInfoImpl
-
- getValueType(ClassInfo) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getValueType() - Method in class org.jboss.reflect.plugins.introspection.ParameterizedClassInfo
-
- getValueType() - Method in class org.jboss.reflect.plugins.javassist.JavassistParameterizedClassInfo
-
- getValueType() - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfo
-
- getValueType() - Method in interface org.jboss.reflect.spi.ClassInfo
-
Get the value type if it is a map
- getValueType() - Method in class org.jboss.reflect.spi.DelegateClassInfo
-
- getValueType() - Method in class org.jboss.reflect.spi.NumberInfo
-
- getWildcardType(WildcardType) - Method in class org.jboss.reflect.plugins.bytecode.BytecodeTypeInfoFactoryImpl
-
Gets the type info for a reflect wildcard type
- getWildcardType(WildcardType) - Method in class org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl
-
- getWildcardType(WildcardType) - Method in class org.jboss.reflect.plugins.javassist.JavassistTypeInfoFactoryImpl
-
Gets the type info for a reflect wildcard type
- getWrapperClass() - Method in class org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive
-
- getWrapperClassName() - Method in class org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive
-
- getWrapperClassName() - Method in interface org.jboss.reflect.plugins.bytecode.bytes.PrimitiveBytes
-
- GOTO - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- V1_1 - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- V1_2 - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- V1_3 - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- V1_4 - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- V1_5 - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- V1_6 - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- V1_7 - Static variable in interface org.jboss.reflect.util.objectweb.asm.Opcodes
-
- value - Variable in class org.jboss.joinpoint.plugins.BasicFieldSetJoinPoint
-
The value
- value - Variable in class org.jboss.reflect.plugins.ClassValueImpl
-
The value
- value - Variable in class org.jboss.reflect.plugins.EnumValueImpl
-
The value
- value - Variable in class org.jboss.reflect.plugins.StringValueImpl
-
The value
- value - Variable in class org.jboss.reflect.spi.PrimitiveValue
-
The value
- Value - Interface in org.jboss.reflect.spi
-
A value
- ValueConvertor - Class in org.jboss.reflect.plugins
-
PropertyEditorHelper.
- ValueConvertor() - Constructor for class org.jboss.reflect.plugins.ValueConvertor
-
- valueOf(String) - Static method in enum org.jboss.beans.info.spi.BeanAccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive
-
- valueOf(String) - Static method in enum org.jboss.reflect.spi.NumberInfo.Phase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.jboss.reflect.spi.NumberInfo
-
Get the primitive info for a type
- valueOf(String) - Static method in class org.jboss.reflect.spi.PrimitiveInfo
-
Get the primitive info for a type
- values() - Static method in enum org.jboss.beans.info.spi.BeanAccessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.jboss.reflect.plugins.ArrayValueImpl
-
The values
- values() - Static method in enum org.jboss.reflect.spi.NumberInfo.Phase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visit(String, Object) - Method in interface org.jboss.reflect.util.objectweb.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - Method in interface org.jboss.reflect.util.objectweb.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
- visit(int, int, String, String, String, String[]) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visit(String, Object) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitAnnotation(String, String) - Method in interface org.jboss.reflect.util.objectweb.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in interface org.jboss.reflect.util.objectweb.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
- visitAnnotation(String, boolean) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitAnnotation(String, String) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitAnnotation(String, boolean) - Method in interface org.jboss.reflect.util.objectweb.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitAnnotation(String, boolean) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotationDefault() - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitAnnotationDefault() - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitAnnotationDefault() - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - Method in interface org.jboss.reflect.util.objectweb.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitArray(String) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitAttribute(Attribute) - Method in interface org.jboss.reflect.util.objectweb.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
- visitAttribute(Attribute) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitAttribute(Attribute) - Method in interface org.jboss.reflect.util.objectweb.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitAttribute(Attribute) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitCode() - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitCode() - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitCode() - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitEnd() - Method in interface org.jboss.reflect.util.objectweb.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in interface org.jboss.reflect.util.objectweb.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
- visitEnd() - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitEnd() - Method in interface org.jboss.reflect.util.objectweb.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitEnd() - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits the end of the method.
- visitEnum(String, String, String) - Method in interface org.jboss.reflect.util.objectweb.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitEnum(String, String, String) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitField(int, String, String, String, Object, int) - Method in interface org.jboss.reflect.util.objectweb.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object, int) - Method in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
- visitField(int, String, String, String, Object, int) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitFieldInsn(int, String, String, String) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitFieldInsn(int, String, String, String) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitFieldInsn(int, String, String, String) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a field instruction.
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitFrame(int, int, Object[], int, Object[]) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack
elements.
- visitIincInsn(int, int) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitIincInsn(int, int) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitIincInsn(int, int) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - Method in interface org.jboss.reflect.util.objectweb.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
- visitInnerClass(String, String, String, int) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitInsn(int) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitInsn(int) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitInsn(int) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitIntInsn(int, int) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitIntInsn(int, int) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitIntInsn(int, int) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitJumpInsn(int, Label) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitJumpInsn(int, Label) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitJumpInsn(int, Label) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitLabel(Label) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitLabel(Label) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitLdcInsn(Object) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitLdcInsn(Object) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitLineNumber(int, Label) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitLineNumber(int, Label) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitLocalVariable(String, String, String, Label, Label, int) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMaxs(int, int) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitMaxs(int, int) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitMaxs(int, int) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables
of the method.
- visitMethod(int, String, String, String, String[], int) - Method in interface org.jboss.reflect.util.objectweb.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[], int) - Method in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
- visitMethod(int, String, String, String, String[], int) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitMethodInsn(int, String, String, String) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitMethodInsn(int, String, String, String) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitMethodInsn(int, String, String, String) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a method instruction.
- visitMultiANewArrayInsn(String, int) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitMultiANewArrayInsn(String, int) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitMultiANewArrayInsn(String, int) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitOuterClass(String, String, String) - Method in interface org.jboss.reflect.util.objectweb.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
- visitOuterClass(String, String, String) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitParameterAnnotation(int, String, boolean) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitParameterAnnotation(int, String, boolean) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitSource(String, String) - Method in interface org.jboss.reflect.util.objectweb.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class org.jboss.reflect.util.objectweb.asm.ClassWriter
-
- visitSource(String, String) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitTableSwitchInsn(int, int, Label, Label[]) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitTableSwitchInsn(int, int, Label, Label[]) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitTryCatchBlock(Label, Label, Label, String) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeInsn(int, String) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitTypeInsn(int, String) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitTypeInsn(int, String) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a type instruction.
- visitVarInsn(int, int) - Method in class org.jboss.reflect.util.objectweb.asm.commons.EmptyVisitor
-
- visitVarInsn(int, int) - Method in class org.jboss.reflect.util.objectweb.asm.MethodAdapter
-
- visitVarInsn(int, int) - Method in interface org.jboss.reflect.util.objectweb.asm.MethodVisitor
-
Visits a local variable instruction.
- VOID - Static variable in class org.jboss.reflect.plugins.bytecode.bytes.BytecodePrimitive
-
- VOID - Static variable in class org.jboss.reflect.spi.PrimitiveInfo
-
The void info
- VOID - Static variable in class org.jboss.reflect.util.objectweb.asm.Type
-
The sort of the void type.
- VOID_TYPE - Static variable in class org.jboss.reflect.util.objectweb.asm.Type
-
The void type.