JBoss Reflection 2.2.1.SP1

Uses of Class
org.jboss.reflect.spi.NotFoundException

Packages that use NotFoundException
org.jboss.reflect.plugins.javassist.expr   
 

Uses of NotFoundException in org.jboss.reflect.plugins.javassist.expr
 

Methods in org.jboss.reflect.plugins.javassist.expr that throw NotFoundException
 MutableClassInfo NewArray.getComponentType()
          Returns the type of array components.
 MutableConstructorInfo NewExpression.getConstructor()
          Returns the constructor called for creating the object.
 MutableConstructorInfo ConstructorCall.getConstructor()
          Returns the called constructor.
 MutableFieldInfo FieldAccess.getField()
          Returns the field accessed by this expression.
 MutableMethodInfo MethodCall.getMethod()
          Returns the called method.
 MutableClassInfo Instanceof.getType()
          Returns the CtClass object representing the type name on the right hand side of the instanceof operator.
 MutableClassInfo Handler.getType()
          Returns the type handled by the catch clause.
 MutableClassInfo Cast.getType()
          Returns the class representing the type specified by the cast.
 void Instanceof.replace(String statement)
          Replaces the instanceof operator with the bytecode derived from the given source text.
 


JBoss Reflection 2.2.1.SP1

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