Uses of Class
org.aspectj.weaver.patterns.TypePatternList
-
Packages that use TypePatternList Package Description org.aspectj.weaver.patterns -
-
Uses of TypePatternList in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as TypePatternList Modifier and Type Field Description static TypePatternListTypePatternList. ANYTypePatternListReferencePointcut. argumentsstatic TypePatternListTypePatternList. EMPTYprotected TypePatternListDeclareParents. parentsprotected TypePatternListTypePattern. typeParametersMethods in org.aspectj.weaver.patterns that return TypePatternList Modifier and Type Method Description TypePatternListArgsPointcut. getArguments()TypePatternListThrowsPattern. getForbidden()TypePatternListSignaturePattern. getParameterTypes()TypePatternListDeclareParents. getParents()TypePatternListDeclarePrecedence. getPatterns()TypePatternListThrowsPattern. getRequired()TypePatternListTypePattern. getTypeParameters()TypePatternListPatternParser. maybeParseTypeParameterList()TypePatternListTypePatternList. parameterizeWith(Map<String,UnresolvedType> typeVariableMap, World w)TypePatternListPatternParser. parseArgumentsPattern(boolean parameterAnnotationsPossible)static TypePatternListTypePatternList. read(VersionedDataInputStream s, ISourceContext context)TypePatternListTypePatternList. resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)TypePatternListTypePatternList. resolveReferences(IntMap bindings)Methods in org.aspectj.weaver.patterns with parameters of type TypePatternList Modifier and Type Method Description voidTypePattern. setTypeParameters(TypePatternList typeParams)ObjectAbstractPatternNodeVisitor. visit(TypePatternList node, Object data)ObjectPatternNodeVisitor. visit(TypePatternList node, Object data)Constructors in org.aspectj.weaver.patterns with parameters of type TypePatternList Constructor Description ArgsPointcut(TypePatternList arguments)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)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)
-