Uses of Class
org.codehaus.aspectwerkz.expression.regexp.TypePattern

Packages that use TypePattern
org.codehaus.aspectwerkz.expression.ast   
org.codehaus.aspectwerkz.expression.regexp   
org.codehaus.aspectwerkz.reflect   
 

Uses of TypePattern in org.codehaus.aspectwerkz.expression.ast
 

Methods in org.codehaus.aspectwerkz.expression.ast that return TypePattern
 TypePattern ASTArgParameter.getTypePattern()
           
 TypePattern ASTClassPattern.getTypePattern()
           
 TypePattern ASTConstructorPattern.getDeclaringTypePattern()
           
 TypePattern ASTFieldPattern.getFieldTypePattern()
           
 TypePattern ASTFieldPattern.getDeclaringTypePattern()
           
 TypePattern ASTMethodPattern.getReturnTypePattern()
           
 TypePattern ASTMethodPattern.getDeclaringTypePattern()
           
 TypePattern ASTParameter.getDeclaringClassPattern()
           
 

Uses of TypePattern in org.codehaus.aspectwerkz.expression.regexp
 

Methods in org.codehaus.aspectwerkz.expression.regexp that return TypePattern
static TypePattern Pattern.compileTypePattern(String pattern, SubtypePatternType subtypePatternType)
          Compiles and returns a new type pattern.
 

Uses of TypePattern in org.codehaus.aspectwerkz.reflect
 

Methods in org.codehaus.aspectwerkz.reflect with parameters of type TypePattern
static boolean ClassInfoHelper.matchType(TypePattern typePattern, ClassInfo classInfo)
          Matches a type.
static boolean ClassInfoHelper.matchSuperClasses(ClassInfo classInfo, TypePattern pattern)
          Tries to finds a parse at some superclass in the hierarchy.
static boolean ClassInfoHelper.matchInterfaces(ClassInfo[] interfaces, ClassInfo classInfo, TypePattern pattern)
          Tries to finds a parse at some interface in the hierarchy.
 



Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.