Uses of Class
org.codehaus.aspectwerkz.expression.SubtypePatternType

Packages that use SubtypePatternType
org.codehaus.aspectwerkz.expression   
org.codehaus.aspectwerkz.expression.regexp   
 

Uses of SubtypePatternType in org.codehaus.aspectwerkz.expression
 

Fields in org.codehaus.aspectwerkz.expression declared as SubtypePatternType
static SubtypePatternType SubtypePatternType.NOT_HIERARCHICAL
           
static SubtypePatternType SubtypePatternType.MATCH_ON_ALL_METHODS
           
static SubtypePatternType SubtypePatternType.MATCH_ON_BASE_TYPE_METHODS_ONLY
           
 

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

Methods in org.codehaus.aspectwerkz.expression.regexp that return SubtypePatternType
 SubtypePatternType TypePattern.getSubtypePatternType()
          Returns the subtype pattern type
 

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



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