JBoss Reflection 2.2.1.SP1

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

Packages that use BytecodeBehaviourInfo
org.jboss.reflect.plugins.bytecode   
 

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

Subclasses of BytecodeBehaviourInfo in org.jboss.reflect.plugins.bytecode
 class BytecodeConstructorInfo
          ConstructorInfo that relies on Javassist to answer reflective queries and to invoke the represented constructor.
 class BytecodeMethodInfo
          MethodInfo that relies on Javassist to answer reflective queries and to invoke the represented method.
 

Methods in org.jboss.reflect.plugins.bytecode that return BytecodeBehaviourInfo
protected  BytecodeBehaviourInfo BytecodeParameterInfo.getAnnotated()
          Get the annotated info
 

Constructors in org.jboss.reflect.plugins.bytecode with parameters of type BytecodeBehaviourInfo
BytecodeParameterInfo(AnnotationHelper annotationHelper, BytecodeBehaviourInfo annotated, int index, TypeInfo parameterType)
          Create a new JavassistParameterInfo.
 


JBoss Reflection 2.2.1.SP1

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