Uses of Class
org.aspectj.weaver.patterns.ThrowsPattern
-
Packages that use ThrowsPattern Package Description org.aspectj.weaver.patterns -
-
Uses of ThrowsPattern in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as ThrowsPattern Modifier and Type Field Description static ThrowsPatternThrowsPattern. ANYMethods in org.aspectj.weaver.patterns that return ThrowsPattern Modifier and Type Method Description ThrowsPatternSignaturePattern. getThrowsPattern()ThrowsPatternThrowsPattern. parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)ThrowsPatternPatternParser. parseOptionalThrowsPattern()static ThrowsPatternThrowsPattern. read(VersionedDataInputStream s, ISourceContext context)ThrowsPatternThrowsPattern. resolveBindings(IScope scope, Bindings bindings)Methods in org.aspectj.weaver.patterns with parameters of type ThrowsPattern Modifier and Type Method Description ObjectAbstractPatternNodeVisitor. visit(ThrowsPattern node, Object data)ObjectPatternNodeVisitor. visit(ThrowsPattern node, Object data)Constructors in org.aspectj.weaver.patterns with parameters of type ThrowsPattern Constructor Description SignaturePattern(MemberKind kind, ModifiersPattern modifiers, TypePattern returnType, TypePattern declaringType, NamePattern name, TypePatternList parameterTypes, ThrowsPattern throwsPattern, AnnotationTypePattern annotationPattern)
-