Uses of Class
org.aspectj.weaver.patterns.NamePattern
-
Packages that use NamePattern Package Description org.aspectj.weaver.patterns -
-
Uses of NamePattern in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as NamePattern Modifier and Type Field Description static NamePatternNamePattern. ANYstatic NamePatternNamePattern. ELLIPSISMethods in org.aspectj.weaver.patterns that return NamePattern Modifier and Type Method Description NamePatternWildTypePattern. extractName()NamePatternSignaturePattern. getName()NamePattern[]WildTypePattern. getNamePatterns()NamePatternPatternParser. parseNamePattern()static NamePatternNamePattern. read(VersionedDataInputStream in)Methods in org.aspectj.weaver.patterns that return types with arguments of type NamePattern Modifier and Type Method Description List<NamePattern>PatternParser. parseDottedNamePattern()Methods in org.aspectj.weaver.patterns with parameters of type NamePattern Modifier and Type Method Description ObjectAbstractPatternNodeVisitor. visit(NamePattern node, Object data)ObjectPatternNodeVisitor. visit(NamePattern node, Object data)Constructors in org.aspectj.weaver.patterns with parameters of type NamePattern Constructor Description SignaturePattern(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 NamePattern Constructor Description WildTypePattern(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)
-