Uses of Class
org.aspectj.weaver.patterns.ThrowsPattern

Packages that use ThrowsPattern
org.aspectj.weaver.patterns   
 

Uses of ThrowsPattern in org.aspectj.weaver.patterns
 

Fields in org.aspectj.weaver.patterns declared as ThrowsPattern
static ThrowsPattern ThrowsPattern.ANY
           
 

Methods in org.aspectj.weaver.patterns that return ThrowsPattern
 ThrowsPattern SignaturePattern.getThrowsPattern()
           
 ThrowsPattern ThrowsPattern.parameterizeWith(java.util.Map typeVariableMap, World w)
           
 ThrowsPattern PatternParser.parseOptionalThrowsPattern()
           
static ThrowsPattern ThrowsPattern.read(VersionedDataInputStream s, ISourceContext context)
           
 ThrowsPattern ThrowsPattern.resolveBindings(IScope scope, Bindings bindings)
           
 

Methods in org.aspectj.weaver.patterns with parameters of type ThrowsPattern
 java.lang.Object AbstractPatternNodeVisitor.visit(ThrowsPattern node, java.lang.Object data)
           
 java.lang.Object PatternNodeVisitor.visit(ThrowsPattern node, java.lang.Object data)
           
 

Constructors in org.aspectj.weaver.patterns with parameters of type ThrowsPattern
SignaturePattern(MemberKind kind, ModifiersPattern modifiers, TypePattern returnType, TypePattern declaringType, NamePattern name, TypePatternList parameterTypes, ThrowsPattern throwsPattern, AnnotationTypePattern annotationPattern)