JBoss Reflection 2.2.1.SP1

Uses of Class
org.jboss.reflect.plugins.bytecode.BytecodeTypeInfo

Packages that use BytecodeTypeInfo
org.jboss.reflect.plugins.bytecode   
org.jboss.reflect.plugins.bytecode.accessor.generated   
 

Uses of BytecodeTypeInfo in org.jboss.reflect.plugins.bytecode
 

Subclasses of BytecodeTypeInfo in org.jboss.reflect.plugins.bytecode
 class BytecodeAnnotationInfo
           
 class BytecodeArrayInfoImpl
          Javassist array info
 class BytecodeEnumInfo
           
 

Fields in org.jboss.reflect.plugins.bytecode declared as BytecodeTypeInfo
protected  BytecodeTypeInfo BytecodeBehaviourInfo.typeInfo
          The type info
protected  BytecodeTypeInfo BytecodeFieldInfo.typeInfo
          The type info
 

Methods in org.jboss.reflect.plugins.bytecode that return BytecodeTypeInfo
 BytecodeTypeInfo BytecodeBehaviourInfo.getDeclaringClass()
           
 BytecodeTypeInfo BytecodeFieldInfo.getDeclaringClass()
           
 

Constructors in org.jboss.reflect.plugins.bytecode with parameters of type BytecodeTypeInfo
BytecodeBehaviourInfo(AnnotationHelper annotationHelper, BytecodeTypeInfo typeInfo, BehaviourBytes behaviour)
           
BytecodeConstructorInfo(AnnotationHelper annotationHelper, BytecodeTypeInfo typeInfo, ConstructorBytes constructor)
          Create a new JavassistConstructorInfo.
BytecodeFieldInfo(AnnotationHelper annotationHelper, BytecodeTypeInfo typeInfo, FieldBytes fieldBytes)
          Create a new JavassistFieldInfo.
BytecodeMethodInfo(AnnotationHelper annotationHelper, BytecodeTypeInfo typeInfo, MethodBytes method)
          Create a new JavassistMethodInfo.
 

Uses of BytecodeTypeInfo in org.jboss.reflect.plugins.bytecode.accessor.generated
 

Methods in org.jboss.reflect.plugins.bytecode.accessor.generated with parameters of type BytecodeTypeInfo
protected
<T> Class<T>
GeneratedMemberAccessorFactory.makeClass(Class<T> expected, BytecodeTypeInfo target)
          Creates a Method-/Field-/ConstructorAccessor implementation
 


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.