Uses of Class
org.aspectj.weaver.patterns.TypePatternList

Packages that use TypePatternList
org.aspectj.weaver.patterns   
 

Uses of TypePatternList in org.aspectj.weaver.patterns
 

Fields in org.aspectj.weaver.patterns declared as TypePatternList
static TypePatternList TypePatternList.ANY
           
 TypePatternList ReferencePointcut.arguments
           
static TypePatternList TypePatternList.EMPTY
           
 

Methods in org.aspectj.weaver.patterns that return TypePatternList
 TypePatternList ArgsPointcut.getArguments()
           
 TypePatternList ThrowsPattern.getForbidden()
           
 TypePatternList SignaturePattern.getParameterTypes()
           
 TypePatternList DeclareParents.getParents()
           
 TypePatternList DeclarePrecedence.getPatterns()
           
 TypePatternList ThrowsPattern.getRequired()
           
 TypePatternList TypePattern.getTypeParameters()
           
 TypePatternList PatternParser.maybeParseTypeParameterList()
           
 TypePatternList TypePatternList.parameterizeWith(java.util.Map 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 map
 TypePatternList PatternParser.parseArgumentsPattern(boolean parameterAnnotationsPossible)
           
static TypePatternList TypePatternList.read(VersionedDataInputStream s, ISourceContext context)
           
 TypePatternList TypePatternList.resolveBindings(IScope scope, Bindings bindings, boolean allowBinding, boolean requireExactType)
           
 TypePatternList TypePatternList.resolveReferences(IntMap bindings)
           
 

Methods in org.aspectj.weaver.patterns with parameters of type TypePatternList
 void TypePattern.setTypeParameters(TypePatternList typeParams)
           
 java.lang.Object AbstractPatternNodeVisitor.visit(TypePatternList node, java.lang.Object data)
           
 java.lang.Object PatternNodeVisitor.visit(TypePatternList node, java.lang.Object data)
           
 

Constructors in org.aspectj.weaver.patterns with parameters of type TypePatternList
ArgsPointcut(TypePatternList arguments)
           
DeclareParentsMixin(TypePattern child, TypePatternList parents)
           
ReferencePointcut(TypePattern onTypeSymbolic, java.lang.String name, TypePatternList arguments)
           
ReferencePointcut(UnresolvedType onType, java.lang.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)
           
WildTypePattern(java.util.List names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg, TypePatternList typeParams)
           
WildTypePattern(java.util.List names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg, TypePatternList typeParams, TypePattern upperBound, TypePattern[] additionalInterfaceBounds, TypePattern lowerBound)