Home
last modified time | relevance | path

Searched defs:typeReference (Results 1 – 25 of 109) sorted by relevance

12345

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/codegen/
H A DTypeAnnotationCodeStream.java40 …private void addAnnotationContext(TypeReference typeReference, int info, int targetType, ArrayAllo… in addAnnotationContext()
44 private void addAnnotationContext(TypeReference typeReference, int info, int targetType) { in addAnnotationContext()
48 …private void addAnnotationContext(TypeReference typeReference, int info, int typeIndex, int target… in addAnnotationContext()
52 public void instance_of(TypeReference typeReference, TypeBinding typeBinding) { in instance_of()
60 TypeReference typeReference, in multianewarray()
70 public void new_(TypeReference typeReference, TypeBinding typeBinding) { in new_()
77 …public void newArray(TypeReference typeReference, ArrayAllocationExpression allocationExpression, … in newArray()
84 public void checkcast(TypeReference typeReference, TypeBinding typeBinding) { in checkcast()
H A DAnnotationContext.java24 public Expression typeReference; field in AnnotationContext
34 Expression typeReference, in AnnotationContext()
H A DMultiCatchExceptionLabel.java29 public void initialize(UnionTypeReference typeReference, Annotation [] annotations) { in initialize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/
H A DTypeAnnotationCodeStream.java43 …private void addAnnotationContext(TypeReference typeReference, int info, int targetType, ArrayAllo… in addAnnotationContext()
47 private void addAnnotationContext(TypeReference typeReference, int info, int targetType) { in addAnnotationContext()
51 …private void addAnnotationContext(TypeReference typeReference, int info, int typeIndex, int target… in addAnnotationContext()
56 public void instance_of(TypeReference typeReference, TypeBinding typeBinding) { in instance_of()
65 TypeReference typeReference, in multianewarray()
76 public void new_(TypeReference typeReference, TypeBinding typeBinding) { in new_()
84 …public void newArray(TypeReference typeReference, ArrayAllocationExpression allocationExpression, … in newArray()
92 public void checkcast(TypeReference typeReference, TypeBinding typeBinding, int currentPosition) { in checkcast()
H A DAnnotationContext.java27 public Expression typeReference; field in AnnotationContext
37 Expression typeReference, in AnnotationContext()
H A DMultiCatchExceptionLabel.java32 public void initialize(UnionTypeReference typeReference, Annotation [] annotations) { in initialize()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DBinaryTypeConverter.java130 TypeReference typeReference = createTypeReference(field.getTypeSignature()); in convert() local
174 TypeReference typeReference = createTypeReference(method.getReturnType()); in convert() local
195 TypeReference typeReference = createTypeReference(argumentTypeName); in convert() local
214 TypeReference typeReference = createTypeReference(exceptionTypeNames[i]); in convert() local
235 TypeReference typeReference = createTypeReference(type.getSuperclassTypeSignature()); in convert() local
247 TypeReference typeReference = createTypeReference(interfaceTypes[i]); in convert() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DRecoveredTypeReference.java21 public TypeReference typeReference; field in RecoveredTypeReference
23 …public RecoveredTypeReference(TypeReference typeReference, RecoveredElement parent, int bracketBal… in RecoveredTypeReference()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.MetadataTransform/tests/
H A DExplicitScopeTests.cs44 public ScopeReference GetScopeReferenceOfType(TypeReference typeReference) in GetScopeReferenceOfType()
69 public void CheckTypeReferenceForProperWinRTHome(TypeReference typeReference, string module) in CheckTypeReferenceForProperWinRTHome()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/ast/
H A DAnnotation.java71 private int[] computeNestingDepth(TypeReference typeReference) { in getLocations()
119 public boolean visit(TypeReference typeReference, BlockScope scope) { in getLocations()
142 public boolean visit(SingleTypeReference typeReference, BlockScope scope) { in getLocations()
146 public boolean visit(ArrayTypeReference typeReference, BlockScope scope) { in getLocations()
150 public boolean visit(ParameterizedSingleTypeReference typeReference, BlockScope scope) { in getLocations()
154 public boolean visit(QualifiedTypeReference typeReference, BlockScope scope) { in getLocations()
158 public boolean visit(ArrayQualifiedTypeReference typeReference, BlockScope scope) { in getLocations()
162 public boolean visit(ParameterizedQualifiedTypeReference typeReference, BlockScope scope) { in getLocations()
166 public boolean visit(Wildcard typeReference, BlockScope scope) { in getLocations()
H A DReceiver.java16 …public Receiver(char[] name, long posNom, TypeReference typeReference, NameReference qualifyingNam… in Receiver()
H A DTypeReference.java61 Expression typeReference; field in TypeReference.AnnotationCollector
104 TypeReference typeReference, in AnnotationCollector()
112 Expression typeReference, in AnnotationCollector()
122 TypeReference typeReference, in AnnotationCollector()
134 TypeReference typeReference, in AnnotationCollector()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DMatchLocatorParser.java218 TypeReference typeReference = (TypeReference) this.genericsStack[this.genericsPtr]; in consumeAdditionalBound() local
397 TypeReference typeReference = (TypeReference) this.astStack[this.astPtr]; in consumeInterfaceType() local
573 TypeReference typeReference = (TypeReference)this.genericsStack[this.genericsPtr]; in consumeOnlyTypeArguments() local
682 TypeReference typeReference = (TypeReference)this.genericsStack[i]; in consumeTypeArgumentList1() local
695 TypeReference typeReference = (TypeReference)this.genericsStack[i]; in consumeTypeArgumentList2() local
708 TypeReference typeReference = (TypeReference)this.genericsStack[i]; in consumeTypeArgumentList3() local
722 TypeReference typeReference = (TypeReference)this.genericsStack[this.genericsPtr]; in consumeTypeArgumentReferenceType1() local
747 TypeReference typeReference = (TypeReference)this.genericsStack[this.genericsPtr]; in consumeTypeArgumentReferenceType2() local
772 TypeReference typeReference = (TypeReference)this.genericsStack[this.genericsPtr]; in consumeTypeArguments() local
H A DMemberDeclarationVisitor.java262 public boolean visit(QualifiedTypeReference typeReference, BlockScope unused) { in visit()
287 public boolean visit(SingleTypeReference typeReference, BlockScope unused) { in visit()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DIQualifiedTypeResolutionListener.java32 public void recordResolution(QualifiedTypeReference typeReference, TypeBinding resolution); in recordResolution()
/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 DIQualifiedTypeResolutionListener.java35 public void recordResolution(QualifiedTypeReference typeReference, TypeBinding resolution); in recordResolution()
/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.java78 private int[] computeNestingDepth(TypeReference typeReference) { in getLocations()
126 public boolean visit(TypeReference typeReference, BlockScope scope) { in getLocations()
150 public boolean visit(SingleTypeReference typeReference, BlockScope scope) { in getLocations()
155 public boolean visit(ArrayTypeReference typeReference, BlockScope scope) { in getLocations()
160 public boolean visit(ParameterizedSingleTypeReference typeReference, BlockScope scope) { in getLocations()
165 public boolean visit(QualifiedTypeReference typeReference, BlockScope scope) { in getLocations()
170 public boolean visit(ArrayQualifiedTypeReference typeReference, BlockScope scope) { in getLocations()
175 public boolean visit(ParameterizedQualifiedTypeReference typeReference, BlockScope scope) { in getLocations()
180 public boolean visit(Wildcard typeReference, BlockScope scope) { in getLocations()
H A DReceiver.java19 …public Receiver(char[] name, long posNom, TypeReference typeReference, NameReference qualifyingNam… in Receiver()
H A DTypeReference.java95 Expression typeReference; field in TypeReference.AnnotationCollector
139 TypeReference typeReference, in AnnotationCollector()
147 Expression typeReference, in AnnotationCollector()
157 TypeReference typeReference, in AnnotationCollector()
169 TypeReference typeReference, in AnnotationCollector()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.AST/
H A DTypeNode.cs50 protected TypeNode (TypeReference typeReference) : this () in TypeNode()
121 public static TypeNode Create (TypeReference typeReference) in Create()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-openstack/src/main/java/org/apache/hadoop/fs/swift/util/
H A DJSONUtil.java95 final TypeReference<T> typeReference) in toObject()
/dports/misc/fq/fq-0.0.2/format/flv/
H A Dflv.go45 typeReference = 7 const
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/
H A DReference.java210 public static Reference typeReference(IApiMember origin, String typeName, int kind) { in typeReference() method in Reference
222 …public static Reference typeReference(IApiMember origin, String typeName, String signature, int ki… in typeReference() method in Reference
237 …public static Reference typeReference(IApiMember origin, String typeName, String signature, int ki… in typeReference() method in Reference
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DTypeResolver.Ecma.cs77 …private static string GetFullyQualifiedTypeName(this TypeReference typeReference, MetadataReader r… in GetFullyQualifiedTypeName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/
H A DMissingTypesGuesser.java55 private void cleanUp(TypeReference typeReference) { in cleanUp()
64 private void cleanUp(ParameterizedSingleTypeReference typeReference) { in cleanUp()
69 private void cleanUp(ParameterizedQualifiedTypeReference typeReference) { in cleanUp()

12345