Uses of Interface
org.jboss.aop.pointcut.Typedef

Packages that use Typedef
org.jboss.aop   
org.jboss.aop.pointcut   
 

Uses of Typedef in org.jboss.aop
 

Fields in org.jboss.aop with type parameters of type Typedef
protected  LinkedHashMap<String,Typedef> AspectManager.typedefs
           
 

Methods in org.jboss.aop that return Typedef
 Typedef Domain.getTypedef(String name)
           
 Typedef AspectManager.getTypedef(String name)
           
 

Methods in org.jboss.aop that return types with arguments of type Typedef
 Map<String,Typedef> Domain.getTypedefs()
           
 Map<String,Typedef> AspectManager.getTypedefs()
           
 

Methods in org.jboss.aop with parameters of type Typedef
 void Domain.addTypedef(Typedef def)
           
 void AspectManager.addTypedef(Typedef def)
           
 

Uses of Typedef in org.jboss.aop.pointcut
 

Classes in org.jboss.aop.pointcut that implement Typedef
 class TypedefExpression
           
 



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