Package org.aspectj.weaver.patterns
Class ThrowsPattern
java.lang.Object
org.aspectj.weaver.patterns.PatternNode
org.aspectj.weaver.patterns.ThrowsPattern
- All Implemented Interfaces:
IHasPosition,IHasSourceLocation
-
Field Summary
FieldsFields inherited from class org.aspectj.weaver.patterns.PatternNode
end, sourceContext, start -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(PatternNodeVisitor visitor, Object data) booleaninthashCode()booleanmatches(UnresolvedType[] tys, World world) parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) static ThrowsPatternread(VersionedDataInputStream s, ISourceContext context) resolveBindings(IScope scope, Bindings bindings) toString()traverse(PatternNodeVisitor visitor, Object data) voidMethods inherited from class org.aspectj.weaver.patterns.PatternNode
copyLocationFrom, getEnd, getFileName, getSourceContext, getSourceLocation, getStart, readLocation, setLocation, writeLocation
-
Field Details
-
ANY
-
-
Constructor Details
-
ThrowsPattern
-
-
Method Details
-
getRequired
-
getForbidden
-
toString
-
equals
-
hashCode
public int hashCode() -
resolveBindings
-
parameterizeWith
-
matches
-
read
public static ThrowsPattern read(VersionedDataInputStream s, ISourceContext context) throws IOException - Throws:
IOException
-
write
- Specified by:
writein classPatternNode- Throws:
IOException
-
accept
- Specified by:
acceptin classPatternNode
-
traverse
- Overrides:
traversein classPatternNode
-