AnnotationTypePattern |
AnnotationPatternList.get(int index) |
|
AnnotationTypePattern |
SignaturePattern.getAnnotationPattern() |
|
AnnotationTypePattern |
TypePattern.getAnnotationPattern() |
|
protected AnnotationTypePattern[] |
AnnotationPatternList.getAnnotationPatterns() |
|
AnnotationTypePattern |
AnyWithAnnotationTypePattern.getAnnotationTypePattern() |
|
AnnotationTypePattern |
WithinAnnotationPointcut.getAnnotationTypePattern() |
|
AnnotationTypePattern |
AndAnnotationTypePattern.getLeft() |
|
AnnotationTypePattern |
OrAnnotationTypePattern.getLeft() |
|
AnnotationTypePattern |
NotAnnotationTypePattern.getNegatedPattern() |
|
AnnotationTypePattern |
AndAnnotationTypePattern.getRight() |
|
AnnotationTypePattern |
OrAnnotationTypePattern.getRight() |
|
AnnotationTypePattern |
PatternParser.maybeParseAnnotationPattern() |
|
AnnotationTypePattern |
PatternParser.maybeParseSingleAnnotationPattern() |
|
AnnotationTypePattern |
AndAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap,
World w) |
|
abstract AnnotationTypePattern |
AnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap,
World w) |
|
AnnotationTypePattern |
AnyAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> arg0,
World w) |
|
AnnotationTypePattern |
BindingAnnotationFieldTypePattern.parameterizeWith(Map typeVariableMap,
World w) |
|
AnnotationTypePattern |
BindingAnnotationTypePattern.parameterizeWith(Map typeVariableMap,
World w) |
|
AnnotationTypePattern |
ExactAnnotationFieldTypePattern.parameterizeWith(Map typeVariableMap,
World w) |
|
AnnotationTypePattern |
ExactAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap,
World w) |
|
AnnotationTypePattern |
NotAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap,
World w) |
|
AnnotationTypePattern |
OrAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap,
World w) |
|
AnnotationTypePattern |
WildAnnotationTypePattern.parameterizeWith(Map<String,UnresolvedType> typeVariableMap,
World w) |
|
static AnnotationTypePattern |
AndAnnotationTypePattern.read(VersionedDataInputStream s,
ISourceContext context) |
|
static AnnotationTypePattern |
AnnotationTypePattern.read(VersionedDataInputStream s,
ISourceContext context) |
|
static AnnotationTypePattern |
BindingAnnotationFieldTypePattern.read(VersionedDataInputStream s,
ISourceContext context) |
|
static AnnotationTypePattern |
BindingAnnotationTypePattern.read(VersionedDataInputStream s,
ISourceContext context) |
|
static AnnotationTypePattern |
ExactAnnotationFieldTypePattern.read(VersionedDataInputStream s,
ISourceContext context) |
|
static AnnotationTypePattern |
ExactAnnotationTypePattern.read(VersionedDataInputStream s,
ISourceContext context) |
|
static AnnotationTypePattern |
NotAnnotationTypePattern.read(VersionedDataInputStream s,
ISourceContext context) |
|
static AnnotationTypePattern |
OrAnnotationTypePattern.read(VersionedDataInputStream s,
ISourceContext context) |
|
static AnnotationTypePattern |
WildAnnotationTypePattern.read(VersionedDataInputStream s,
ISourceContext context) |
|
static AnnotationTypePattern |
BindingAnnotationFieldTypePattern.read2(VersionedDataInputStream s,
ISourceContext context) |
|
AnnotationTypePattern |
AnnotationTypePattern.remapAdviceFormals(IntMap bindings) |
|
AnnotationTypePattern |
BindingAnnotationFieldTypePattern.remapAdviceFormals(IntMap bindings) |
|
AnnotationTypePattern |
BindingAnnotationTypePattern.remapAdviceFormals(IntMap bindings) |
|
AnnotationTypePattern |
AndAnnotationTypePattern.resolveBindings(IScope scope,
Bindings bindings,
boolean allowBinding) |
|
AnnotationTypePattern |
AnnotationTypePattern.resolveBindings(IScope scope,
Bindings bindings,
boolean allowBinding) |
|
AnnotationTypePattern |
ExactAnnotationFieldTypePattern.resolveBindings(IScope scope,
Bindings bindings,
boolean allowBinding) |
|
AnnotationTypePattern |
ExactAnnotationTypePattern.resolveBindings(IScope scope,
Bindings bindings,
boolean allowBinding) |
|
AnnotationTypePattern |
NotAnnotationTypePattern.resolveBindings(IScope scope,
Bindings bindings,
boolean allowBinding) |
|
AnnotationTypePattern |
OrAnnotationTypePattern.resolveBindings(IScope scope,
Bindings bindings,
boolean allowBinding) |
|
AnnotationTypePattern |
WildAnnotationTypePattern.resolveBindings(IScope scope,
Bindings bindings,
boolean allowBinding) |
|