Home
last modified time | relevance | path

Searched refs:TypeConstants (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dtypemanagerimpl.cpp166 case TypeConstants::QUANT_ONE: in create_any_item_type()
170 case TypeConstants::QUANT_STAR: in create_any_item_type()
172 case TypeConstants::QUANT_PLUS: in create_any_item_type()
188 case TypeConstants::QUANT_ONE: in create_any_function_type()
192 case TypeConstants::QUANT_STAR: in create_any_function_type()
194 case TypeConstants::QUANT_PLUS: in create_any_function_type()
390 case TypeConstants::QUANT_ONE: in create_structured_item_type()
586 case TypeConstants::QUANT_ONE: in create_builtin_node_type()
603 case TypeConstants::QUANT_ONE: in create_builtin_node_type()
647 TypeConstants::quantifier_t quant = TypeConstants::QUANT_ONE; in create_value_type()
[all …]
H A Dtypeops.cpp56 TypeConstants::quantifier_t q1, in is_sub_quant()
57 TypeConstants::quantifier_t q2) in is_sub_quant()
67 TypeConstants::quantifier_t q1, in intersect_quant()
68 TypeConstants::quantifier_t q2) in intersect_quant()
78 TypeConstants::quantifier_t q1, in union_quant()
79 TypeConstants::quantifier_t q2) in union_quant()
1133 return (q2 == TypeConstants::QUANT_QUESTION || q2 == TypeConstants::QUANT_STAR ? in intersect_type()
1138 return (q1 == TypeConstants::QUANT_QUESTION || q1 == TypeConstants::QUANT_STAR ? in intersect_type()
1142 if (q1 == TypeConstants::QUANT_ONE && q2 == TypeConstants::QUANT_ONE) in intersect_type()
1232 TypeConstants::quantifier_t resultQuant = TypeConstants::QUANT_ONE; in arithmetic_type()
[all …]
H A Dtypemanagerimpl.h107 TypeConstants::quantifier_t aQuant) const;
111 TypeConstants::quantifier_t quant) const;
115 TypeConstants::quantifier_t quant,
121 TypeConstants::quantifier_t quant,
130 TypeConstants::quantifier_t quantifier) const;
137 TypeConstants::quantifier_t quant,
151 TypeConstants::quantifier_t quant,
161 TypeConstants::quantifier_t quant,
172 TypeConstants::quantifier_t quant) const;
176 TypeConstants::quantifier_t quant) const;
[all …]
H A Dtypemanager.h96 TypeConstants::quantifier_t q) const = 0;
99 TypeConstants::quantifier_t q) const = 0;
104 TypeConstants::quantifier_t q) const = 0;
108 TypeConstants::quantifier_t q) const = 0;
112 TypeConstants::quantifier_t q,
118 TypeConstants::quantifier_t q,
127 TypeConstants::quantifier_t q) const = 0;
134 TypeConstants::quantifier_t q,
140 TypeConstants::quantifier_t quantifier) const = 0;
156 TypeConstants::quantifier_t quant,
[all …]
H A Dtypeops.h43 TypeConstants::quantifier_t q1,
44 TypeConstants::quantifier_t q2);
50 static TypeConstants::quantifier_t intersect_quant(
51 TypeConstants::quantifier_t,
52 TypeConstants::quantifier_t);
58 static TypeConstants::quantifier_t union_quant(
59 TypeConstants::quantifier_t,
60 TypeConstants::quantifier_t);
169 static TypeConstants::castable_t castability(
234 static const char* decode_quantifier(TypeConstants::quantifier_t quant);
H A Droot_typemanager.h273 QUANT_SUBTYPE_MATRIX[TypeConstants::QUANTIFIER_LIST_SIZE]
274 [TypeConstants::QUANTIFIER_LIST_SIZE];
284 static const TypeConstants::quantifier_t
285 QUANT_UNION_MATRIX[TypeConstants::QUANTIFIER_LIST_SIZE]
286 [TypeConstants::QUANTIFIER_LIST_SIZE];
291 static const TypeConstants::quantifier_t
292 QUANT_INTERS_MATRIX[TypeConstants::QUANTIFIER_LIST_SIZE]
293 [TypeConstants::QUANTIFIER_LIST_SIZE];
300 static const int QUANT_MAX_CNT[TypeConstants::QUANTIFIER_LIST_SIZE];
306 static const int QUANT_MIN_CNT[TypeConstants::QUANTIFIER_LIST_SIZE];
[all …]
H A Dtypeimpl.h321 TypeConstants::quantifier_t theQuantifier;
375 TypeConstants::quantifier_t quantifier,
427 TypeConstants::quantifier_t q,
458 TypeConstants::quantifier_t quantifier,
485 TypeConstants::quantifier_t quant,
514 TypeConstants::quantifier_t quantifier,
550 TypeConstants::quantifier_t quantifier,
557 TypeConstants::quantifier_t quantifier);
606 TypeConstants::quantifier_t quantifier,
640 TypeConstants::quantifier_t quantifier,
[all …]
H A Dtypeimpl.cpp174 TypeConstants::quantifier_t quantifier, in XQType()
233 TypeConstants::quantifier_t q = get_quantifier(); in card()
404 TypeConstants::quantifier_t quant, in ItemXQType()
462 TypeConstants::quantifier_t quant, in StructuredItemXQType()
490 TypeConstants::quantifier_t quantifier, in JSONXQType()
537 TypeConstants::quantifier_t quantifier, in NodeXQType()
576 TypeConstants::quantifier_t quantifier) in NodeXQType()
920 TypeConstants::quantifier_t quantifier, in FunctionXQType()
1033 TypeConstants::quantifier_t quantifier, in UserDefinedXQType()
1061 TypeConstants::quantifier_t quantifier, in UserDefinedXQType()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DAnnotationBinding.java106 env.getResolvedType(TypeConstants.JAVA_LANG_ANNOTATION_RETENTIONPOLICY, in buildRetentionAnnotation()
110 value = retentionPolicy.getField(TypeConstants.UPPER_RUNTIME, true); in buildRetentionAnnotation()
112 value = retentionPolicy.getField(TypeConstants.UPPER_CLASS, true); in buildRetentionAnnotation()
114 value = retentionPolicy.getField(TypeConstants.UPPER_SOURCE, true); in buildRetentionAnnotation()
117 env.getResolvedType(TypeConstants.JAVA_LANG_ANNOTATION_RETENTION, null), in buildRetentionAnnotation()
119 new ElementValuePair(TypeConstants.VALUE, value, null) in buildRetentionAnnotation()
159 value[index++] = elementType.getField(TypeConstants.UPPER_FIELD, true); in buildTargetAnnotation()
161 value[index++] = elementType.getField(TypeConstants.UPPER_METHOD, true); in buildTargetAnnotation()
163 value[index++] = elementType.getField(TypeConstants.UPPER_PACKAGE, true); in buildTargetAnnotation()
171 value[index++] = elementType.getField(TypeConstants.TYPE, true); in buildTargetAnnotation()
[all …]
H A DWildcardBinding.java160 case TypeConstants.CONSTRAINT_EXTENDS : // A << F in collectSubstitutes()
233 case TypeConstants.CONSTRAINT_EQUAL : // A == F in collectSubstitutes()
307 case TypeConstants.CONSTRAINT_SUPER : // A >> F in collectSubstitutes()
654 return TypeConstants.WILDCARD_NAME; in readableName()
668 …return CharOperation.concat(TypeConstants.WILDCARD_NAME, TypeConstants.WILDCARD_SUPER, this.bound.… in readableName()
681 buffer.append(TypeConstants.WILDCARD_NAME).append(TypeConstants.WILDCARD_EXTENDS); in nullAnnotatedReadableName()
732 return TypeConstants.WILDCARD_NAME; in shortReadableName()
746 …return CharOperation.concat(TypeConstants.WILDCARD_NAME, TypeConstants.WILDCARD_SUPER, this.bound.… in shortReadableName()
773 return TypeConstants.WILDCARD_NAME; in sourceName()
775 …return CharOperation.concat(TypeConstants.WILDCARD_NAME, TypeConstants.WILDCARD_EXTENDS, this.boun… in sourceName()
[all …]
H A DReferenceBinding.java434 if (!CharOperation.equals(TypeConstants.JAVA, packageName)) in computeId()
461 if (CharOperation.equals(packageName, TypeConstants.IO)) { in computeId()
491 if (CharOperation.equals(packageName, TypeConstants.UTIL)) { in computeId()
733 if (CharOperation.equals(packageName, TypeConstants.INVOKE)) { in computeId()
744 if (CharOperation.equals(packageName, TypeConstants.REFLECT)) { in computeId()
772 if (CharOperation.equals(TypeConstants.LANG, packageName)) { in computeId()
847 …if (!CharOperation.equals(TypeConstants.JDT, this.compoundName[2]) || !CharOperation.equals(TypeCo… in computeId()
853 …if (!CharOperation.equals(TypeConstants.JDT, this.compoundName[2]) || !CharOperation.equals(TypeCo… in computeId()
1821 int l = TypeConstants.JAVA_IO_WRAPPER_CLOSEABLES.length; in applyCloseableClassWhitelists()
1826 l = TypeConstants.JAVA_IO_RESOURCE_FREE_CLOSEABLES.length; in applyCloseableClassWhitelists()
[all …]
H A DCaptureBinding.java32 super(TypeConstants.WILDCARD_CAPTURE_NAME_PREFIX, null, 0, wildcard.environment); in CaptureBinding()
82 buffer.append(TypeConstants.WILDCARD_CAPTURE); in computeUniqueKey()
102 .append(TypeConstants.WILDCARD_CAPTURE_NAME_PREFIX) in debugName()
104 .append(TypeConstants.WILDCARD_CAPTURE_NAME_SUFFIX) in debugName()
113 …this.genericTypeSignature = CharOperation.concat(TypeConstants.WILDCARD_CAPTURE, this.wildcard.gen… in genericTypeSignature()
260 .append(TypeConstants.WILDCARD_CAPTURE_NAME_PREFIX) in readableName()
262 .append(TypeConstants.WILDCARD_CAPTURE_NAME_SUFFIX) in readableName()
276 .append(TypeConstants.WILDCARD_CAPTURE_NAME_PREFIX) in shortReadableName()
278 .append(TypeConstants.WILDCARD_CAPTURE_NAME_SUFFIX) in shortReadableName()
333 .append(TypeConstants.WILDCARD_CAPTURE_NAME_PREFIX) in toString()
[all …]
H A DTypeVariableBinding.java90 if (code == TypeConstants.MISMATCH) { in boundCheck()
103 return TypeConstants.OK; in internalBoundCheck()
107 return TypeConstants.MISMATCH; in internalBoundCheck()
111 return TypeConstants.OK; in internalBoundCheck()
119 return TypeConstants.OK; in internalBoundCheck()
126 return TypeConstants.MISMATCH; in internalBoundCheck()
153 return TypeConstants.MISMATCH; in internalBoundCheck()
177 return TypeConstants.OK; in internalBoundCheck()
184 return TypeConstants.MISMATCH; in internalBoundCheck()
198 return TypeConstants.MISMATCH; in internalBoundCheck()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DAnnotationBinding.java120 value = retentionPolicy.getField(TypeConstants.UPPER_RUNTIME, true); in buildRetentionAnnotation()
122 value = retentionPolicy.getField(TypeConstants.UPPER_CLASS, true); in buildRetentionAnnotation()
124 value = retentionPolicy.getField(TypeConstants.UPPER_SOURCE, true); in buildRetentionAnnotation()
129 new ElementValuePair(TypeConstants.VALUE, value, null) in buildRetentionAnnotation()
169 value[index++] = elementType.getField(TypeConstants.TYPE_USE_TARGET, true); in buildTargetAnnotation()
175 value[index++] = elementType.getField(TypeConstants.UPPER_FIELD, true); in buildTargetAnnotation()
179 value[index++] = elementType.getField(TypeConstants.UPPER_METHOD, true); in buildTargetAnnotation()
181 value[index++] = elementType.getField(TypeConstants.UPPER_PACKAGE, true); in buildTargetAnnotation()
183 value[index++] = elementType.getField(TypeConstants.UPPER_PARAMETER, true); in buildTargetAnnotation()
187 value[index++] = elementType.getField(TypeConstants.TYPE, true); in buildTargetAnnotation()
[all …]
H A DReferenceBinding.java494 if (!CharOperation.equals(TypeConstants.JAVA, packageName)) in computeId()
521 if (CharOperation.equals(packageName, TypeConstants.IO)) { in computeId()
551 if (CharOperation.equals(packageName, TypeConstants.UTIL)) { in computeId()
809 if (CharOperation.equals(packageName, TypeConstants.INVOKE)) { in computeId()
848 if (CharOperation.equals(TypeConstants.LANG, packageName)) { in computeId()
940 …if (!CharOperation.equals(TypeConstants.JDT, this.compoundName[2]) || !CharOperation.equals(TypeCo… in computeId()
947 …if (!CharOperation.equals(TypeConstants.JDT, this.compoundName[2]) || !CharOperation.equals(TypeCo… in computeId()
2073 int l = TypeConstants.JAVA_IO_WRAPPER_CLOSEABLES.length; in applyCloseableClassWhitelists()
2078 l = TypeConstants.JAVA_IO_RESOURCE_FREE_CLOSEABLES.length; in applyCloseableClassWhitelists()
2101 int l = TypeConstants.OTHER_WRAPPER_CLOSEABLES.length; in applyCloseableClassWhitelists()
[all …]
H A DWildcardBinding.java290 case TypeConstants.CONSTRAINT_EXTENDS : // A << F in collectSubstitutes()
363 case TypeConstants.CONSTRAINT_EQUAL : // A == F in collectSubstitutes()
437 case TypeConstants.CONSTRAINT_SUPER : // A >> F in collectSubstitutes()
782 return TypeConstants.WILDCARD_NAME; in readableName()
796 …return CharOperation.concat(TypeConstants.WILDCARD_NAME, TypeConstants.WILDCARD_SUPER, this.bound.… in readableName()
810 buffer.append(TypeConstants.WILDCARD_NAME).append(TypeConstants.WILDCARD_EXTENDS); in nullAnnotatedReadableName()
863 return TypeConstants.WILDCARD_NAME; in shortReadableName()
877 …return CharOperation.concat(TypeConstants.WILDCARD_NAME, TypeConstants.WILDCARD_SUPER, this.bound.… in shortReadableName()
903 return TypeConstants.WILDCARD_NAME; in sourceName()
905 …return CharOperation.concat(TypeConstants.WILDCARD_NAME, TypeConstants.WILDCARD_EXTENDS, this.boun… in sourceName()
[all …]
H A DTypeConstants.java40 public interface TypeConstants { interface
431 if (CharOperation.prefixEquals(TypeConstants.REMOVE, selector)) { in detectSelector()
432 if (CharOperation.equals(selector, TypeConstants.REMOVE)) in detectSelector()
434 else if (CharOperation.equals(selector, TypeConstants.REMOVE_ALL)) in detectSelector()
441 if (CharOperation.prefixEquals(TypeConstants.CONTAINS, selector)) { in detectSelector()
442 if (CharOperation.equals(selector, TypeConstants.CONTAINS)) in detectSelector()
444 else if (CharOperation.equals(selector, TypeConstants.CONTAINS_ALL)) in detectSelector()
453 if (CharOperation.equals(selector, TypeConstants.GET)) in detectSelector()
457 if (CharOperation.equals(selector, TypeConstants.INDEX_OF)) in detectSelector()
461 if (CharOperation.equals(selector, TypeConstants.LAST_INDEX_OF)) in detectSelector()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dsequencetypes.cpp85 TypeConstants::quantifier_t quant; in nextImpl()
109 if (quant == TypeConstants::QUANT_PLUS || quant == TypeConstants::QUANT_STAR) in nextImpl()
143 if (quant == TypeConstants::QUANT_PLUS || quant == TypeConstants::QUANT_STAR) in nextImpl()
166 res = !(quant == TypeConstants::QUANT_ONE || quant == TypeConstants::QUANT_PLUS); in nextImpl()
217 assert(theQuantifier == TypeConstants::QUANT_ONE || in nextImpl()
222 if (theQuantifier == TypeConstants::QUANT_ONE) in nextImpl()
399 if (theQuantifier == TypeConstants::QUANT_PLUS || in nextImpl()
400 theQuantifier == TypeConstants::QUANT_ONE) in nextImpl()
456 if (theQuantifier == TypeConstants::QUANT_PLUS) in raiseError()
569 theQuantifier == TypeConstants::QUANT_ONE) in nextImpl()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DClassFileInfo.java28 import org.eclipse.jdt.internal.compiler.lookup.TypeConstants;
129 values.add(elementType + new String(TypeConstants.TYPE)); in getTargetElementTypes()
132 values.add(elementType + new String(TypeConstants.UPPER_FIELD)); in getTargetElementTypes()
135 values.add(elementType + new String(TypeConstants.UPPER_METHOD)); in getTargetElementTypes()
150 values.add(elementType + new String(TypeConstants.UPPER_PACKAGE)); in getTargetElementTypes()
159 values.add(elementType + new String(TypeConstants.UPPER_MODULE)); in getTargetElementTypes()
187 return new String(TypeConstants.VALUE); in getTargetElementTypes()
199 …tring(CharOperation.concatWith(TypeConstants.JAVA_LANG_ANNOTATION_RETENTIONPOLICY, '.')) + '.' + n…
201 …tring(CharOperation.concatWith(TypeConstants.JAVA_LANG_ANNOTATION_RETENTIONPOLICY, '.')) + '.' + n…
203 …tring(CharOperation.concatWith(TypeConstants.JAVA_LANG_ANNOTATION_RETENTIONPOLICY, '.')) + '.' + n…
[all …]
H A DBinaryMember.java27 import org.eclipse.jdt.internal.compiler.lookup.TypeConstants;
75 annotations.add(getAnnotation(TypeConstants.JAVA_LANG_ANNOTATION_TARGET)); in getStandardAnnotations()
78 annotations.add(getAnnotation(TypeConstants.JAVA_LANG_ANNOTATION_RETENTION)); in getStandardAnnotations()
81 annotations.add(getAnnotation(TypeConstants.JAVA_LANG_DEPRECATED)); in getStandardAnnotations()
84 annotations.add(getAnnotation(TypeConstants.JAVA_LANG_ANNOTATION_DOCUMENTED)); in getStandardAnnotations()
87 annotations.add(getAnnotation(TypeConstants.JAVA_LANG_ANNOTATION_INHERITED)); in getStandardAnnotations()
90 …annotations.add(getAnnotation(TypeConstants.JAVA_LANG_INVOKE_METHODHANDLE_$_POLYMORPHICSIGNATURE)); in getStandardAnnotations()
93 annotations.add(getAnnotation(TypeConstants.JAVA_LANG_SAFEVARARGS)); in getStandardAnnotations()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/lookup/
H A DLocalTypeBinding.java86 …readableName = CharOperation.concat(TypeConstants.ANONYM_PREFIX, superclass.readableName(), TypeCo… in readableName()
88 …readableName = CharOperation.concat(TypeConstants.ANONYM_PREFIX, superInterfaces[0].readableName()… in readableName()
114 …ortReadableName = CharOperation.concat(TypeConstants.ANONYM_PREFIX, superclass.shortReadableName()… in shortReadableName()
116 …eadableName = CharOperation.concat(TypeConstants.ANONYM_PREFIX, superInterfaces[0].shortReadableNa… in shortReadableName()
150 …return CharOperation.concat(TypeConstants.ANONYM_PREFIX, superclass.sourceName(), TypeConstants.AN… in sourceName()
152 …return CharOperation.concat(TypeConstants.ANONYM_PREFIX, superInterfaces[0].sourceName(), TypeCons… in sourceName()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_type.cpp49 TypeConstants::quantifier_t quant,
127 TypeConstants::quantifier_t quant = TypeConstants::QUANT_ONE; in compute_return_type()
146 quant = TypeConstants::QUANT_STAR; in compute_return_type()
386 (targetQuant == TypeConstants::QUANT_QUESTION || in compute_return_type()
387 targetQuant == TypeConstants::QUANT_STAR)) in compute_return_type()
408 TypeConstants::quantifier_t q = in compute_return_type()
431 TypeConstants::quantifier_t q = in compute_return_type()
535 TypeConstants::quantifier_t q = TypeConstants::QUANT_ONE; in compute_return_type()
547 q = TypeConstants::QUANT_QUESTION; in compute_return_type()
809 TypeConstants::quantifier_t star = TypeConstants::QUANT_STAR; in axis_step_type()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/
H A DBinaryIndexer.java113 addFieldReference(TypeConstants.UPPER_CONSTRUCTOR); in addBinaryTargetAnnotation()
120 addFieldReference(TypeConstants.UPPER_FIELD); in addBinaryTargetAnnotation()
127 addFieldReference(TypeConstants.UPPER_LOCAL_VARIABLE); in addBinaryTargetAnnotation()
134 addFieldReference(TypeConstants.UPPER_METHOD); in addBinaryTargetAnnotation()
141 addFieldReference(TypeConstants.UPPER_PACKAGE); in addBinaryTargetAnnotation()
148 addFieldReference(TypeConstants.UPPER_PARAMETER); in addBinaryTargetAnnotation()
155 addFieldReference(TypeConstants.TYPE); in addBinaryTargetAnnotation()
162 addFieldReference(TypeConstants.UPPER_MODULE); in addBinaryTargetAnnotation()
176 addFieldReference(TypeConstants.UPPER_RUNTIME); in addBinaryRetentionAnnotation()
178 addFieldReference(TypeConstants.UPPER_CLASS); in addBinaryRetentionAnnotation()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/
H A DAnnotation.java263 if (CharOperation.equals(policyName, TypeConstants.UPPER_CLASS)) in getRetentionPolicy()
267 if (CharOperation.equals(policyName, TypeConstants.UPPER_SOURCE)) in getRetentionPolicy()
291 if (CharOperation.equals(elementName, TypeConstants.UPPER_FIELD)) in getTargetElementType()
315 if (CharOperation.equals(elementName, TypeConstants.TYPE)) in getTargetElementType()
550 if (CharOperation.equals(name, TypeConstants.UPPER_FIELD)) in evaluateElementTypeNullnessLocation()
554 if (CharOperation.equals(name, TypeConstants.UPPER_METHOD)) in evaluateElementTypeNullnessLocation()
558 if (CharOperation.equals(name, TypeConstants.UPPER_PARAMETER)) in evaluateElementTypeNullnessLocation()
574 return new String(TypeConstants.UPPER_CLASS); in getRetentionName()
610 if (CharOperation.equals(method.selector, TypeConstants.VALUE)) { in checkContainerAnnotationType()
704 builder.check(TagBits.AnnotationForType, TypeConstants.TYPE); in checkContainerAnnotationTypeTarget()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DAnnotation.java247 if (CharOperation.equals(policyName, TypeConstants.UPPER_CLASS)) in getRetentionPolicy()
251 if (CharOperation.equals(policyName, TypeConstants.UPPER_SOURCE)) in getRetentionPolicy()
255 if (CharOperation.equals(policyName, TypeConstants.UPPER_RUNTIME)) in getRetentionPolicy()
275 if (CharOperation.equals(elementName, TypeConstants.UPPER_FIELD)) in getTargetElementType()
283 if (CharOperation.equals(elementName, TypeConstants.UPPER_METHOD)) in getTargetElementType()
293 if (CharOperation.equals(elementName, TypeConstants.TYPE)) in getTargetElementType()
493 return new String(TypeConstants.UPPER_CLASS); in getRetentionName()
529 if (CharOperation.equals(method.selector, TypeConstants.VALUE)) { in checkContainerAnnotationType()
622 builder.check(TagBits.AnnotationForType, TypeConstants.TYPE); in checkContainerAnnotationTypeTarget()
628 builder.checkAnnotationType(TypeConstants.UPPER_ANNOTATION_TYPE); in checkContainerAnnotationTypeTarget()
[all …]

1234567891011