Uses of Class
org.aspectj.weaver.patterns.TypePatternList
Packages that use TypePatternList
-
Uses of TypePatternList in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as TypePatternListModifier and TypeFieldDescriptionstatic final TypePatternListTypePatternList.ANYReferencePointcut.argumentsstatic final TypePatternListTypePatternList.EMPTYprotected TypePatternListDeclareParents.parentsprotected TypePatternListTypePattern.typeParametersMethods in org.aspectj.weaver.patterns that return TypePatternListModifier and TypeMethodDescriptionArgsPointcut.getArguments()ThrowsPattern.getForbidden()SignaturePattern.getParameterTypes()DeclareParents.getParents()DeclarePrecedence.getPatterns()ThrowsPattern.getRequired()TypePattern.getTypeParameters()PatternParser.maybeParseTypeParameterList()TypePatternList.parameterizeWith(Map<String, UnresolvedType> typeVariableMap, World w) Return a version of this type pattern list in which all type variable references are replaced by their corresponding entry in the mapPatternParser.parseArgumentsPattern(boolean parameterAnnotationsPossible) static TypePatternListTypePatternList.read(VersionedDataInputStream s, ISourceContext context) TypePatternList.resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType) TypePatternList.resolveReferences(IntMap bindings) Methods in org.aspectj.weaver.patterns with parameters of type TypePatternListModifier and TypeMethodDescriptionvoidTypePattern.setTypeParameters(TypePatternList typeParams) AbstractPatternNodeVisitor.visit(TypePatternList node, Object data) PatternNodeVisitor.visit(TypePatternList node, Object data) Constructors in org.aspectj.weaver.patterns with parameters of type TypePatternListModifierConstructorDescriptionArgsPointcut(TypePatternList arguments) protectedDeclareParents(TypePattern child, TypePatternList parents, boolean isExtends) DeclareParentsMixin(TypePattern child, TypePatternList parents) ReferencePointcut(TypePattern onTypeSymbolic, String name, TypePatternList arguments) ReferencePointcut(UnresolvedType onType, String name, TypePatternList arguments) SignaturePattern(MemberKind kind, ModifiersPattern modifiers, TypePattern returnType, TypePattern declaringType, NamePattern name, TypePatternList parameterTypes, ThrowsPattern throwsPattern, AnnotationTypePattern annotationPattern) ThrowsPattern(TypePatternList required, TypePatternList forbidden) protectedTypePattern(boolean includeSubtypes, boolean isVarArgs, TypePatternList typeParams) WildTypePattern(List<NamePattern> names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg, TypePatternList typeParams) WildTypePattern(List<NamePattern> names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg, TypePatternList typeParams, TypePattern upperBound, TypePattern[] additionalInterfaceBounds, TypePattern lowerBound)