Uses of Class
org.aspectj.weaver.patterns.NamePattern
Packages that use NamePattern
-
Uses of NamePattern in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as NamePatternModifier and TypeFieldDescriptionstatic NamePatternNamePattern.ANYstatic NamePatternNamePattern.ELLIPSISMethods in org.aspectj.weaver.patterns that return NamePatternModifier and TypeMethodDescriptionWildTypePattern.extractName()SignaturePattern.getName()WildTypePattern.getNamePatterns()PatternParser.parseNamePattern()static NamePatternNamePattern.read(VersionedDataInputStream in)Methods in org.aspectj.weaver.patterns that return types with arguments of type NamePatternMethods in org.aspectj.weaver.patterns with parameters of type NamePatternModifier and TypeMethodDescriptionAbstractPatternNodeVisitor.visit(NamePattern node, Object data)PatternNodeVisitor.visit(NamePattern node, Object data)Constructors in org.aspectj.weaver.patterns with parameters of type NamePatternModifierConstructorDescriptionSignaturePattern(MemberKind kind, ModifiersPattern modifiers, TypePattern returnType, TypePattern declaringType, NamePattern name, TypePatternList parameterTypes, ThrowsPattern throwsPattern, AnnotationTypePattern annotationPattern)Constructor parameters in org.aspectj.weaver.patterns with type arguments of type NamePatternModifierConstructorDescriptionWildTypePattern(List<NamePattern> names, boolean includeSubtypes, int dim)WildTypePattern(List<NamePattern> names, boolean includeSubtypes, int dim, int endPos)WildTypePattern(List<NamePattern> names, boolean includeSubtypes, int dim, int endPos, boolean isVarArg)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)