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 TypePatternList
TypePatternList.ANY
ReferencePointcut.arguments
static final TypePatternList
TypePatternList.EMPTY
protected TypePatternList
DeclareParents.parents
protected TypePatternList
TypePattern.typeParameters
Methoden 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 TypePatternList
TypePatternList.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 TypMethodeBeschreibungvoid
TypePattern.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) protected
DeclareParents
(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) protected
TypePattern
(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)