Verwendungen von Klasse
org.aspectj.weaver.patterns.TypePatternList
Packages, die TypePatternList verwenden
-
Verwendungen von TypePatternList in org.aspectj.weaver.patterns
Felder in org.aspectj.weaver.patterns, die deklariert sind als TypePatternListModifizierer und TypFeldBeschreibungstatic final TypePatternListTypePatternList.ANYReferencePointcut.argumentsstatic final TypePatternListTypePatternList.EMPTYprotected TypePatternListDeclareParents.parentsprotected TypePatternListTypePattern.typeParametersMethoden in org.aspectj.weaver.patterns, die TypePatternList zurückgebenModifizierer und TypMethodeBeschreibungArgsPointcut.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) Methoden in org.aspectj.weaver.patterns mit Parametern vom Typ TypePatternListModifizierer und TypMethodeBeschreibungvoidTypePattern.setTypeParameters(TypePatternList typeParams) AbstractPatternNodeVisitor.visit(TypePatternList node, Object data) PatternNodeVisitor.visit(TypePatternList node, Object data) Konstruktoren in org.aspectj.weaver.patterns mit Parametern vom Typ TypePatternListModifiziererKonstruktorBeschreibungArgsPointcut(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)