Uses of Class
org.aspectj.weaver.patterns.ThrowsPattern
Packages that use ThrowsPattern
-
Uses of ThrowsPattern in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as ThrowsPatternMethods in org.aspectj.weaver.patterns that return ThrowsPatternModifier and TypeMethodDescriptionSignaturePattern.getThrowsPattern()ThrowsPattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)PatternParser.parseOptionalThrowsPattern()static ThrowsPatternThrowsPattern.read(VersionedDataInputStream s, ISourceContext context)ThrowsPattern.resolveBindings(IScope scope, Bindings bindings)Methods in org.aspectj.weaver.patterns with parameters of type ThrowsPatternModifier and TypeMethodDescriptionAbstractPatternNodeVisitor.visit(ThrowsPattern node, Object data)PatternNodeVisitor.visit(ThrowsPattern node, Object data)Constructors in org.aspectj.weaver.patterns with parameters of type ThrowsPatternModifierConstructorDescriptionSignaturePattern(MemberKind kind, ModifiersPattern modifiers, TypePattern returnType, TypePattern declaringType, NamePattern name, TypePatternList parameterTypes, ThrowsPattern throwsPattern, AnnotationTypePattern annotationPattern)