Home
last modified time | relevance | path

Searched refs:typeParameterTypes (Results 1 – 12 of 12) sorted by relevance

/external/turbine/java/com/google/turbine/binder/bound/
DSourceTypeBoundClass.java44 private final ImmutableMap<TyVarSymbol, TyVarInfo> typeParameterTypes; field in SourceTypeBoundClass
60 ImmutableMap<TyVarSymbol, TyVarInfo> typeParameterTypes, in SourceTypeBoundClass() argument
77 this.typeParameterTypes = typeParameterTypes; in SourceTypeBoundClass()
172 public ImmutableMap<TyVarSymbol, TyVarInfo> typeParameterTypes() { in typeParameterTypes() method in SourceTypeBoundClass
173 return typeParameterTypes; in typeParameterTypes()
DTypeBoundClass.java45 ImmutableMap<TyVarSymbol, TyVarInfo> typeParameterTypes(); in typeParameterTypes() method
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBoundClass.java311 private final Supplier<ImmutableMap<TyVarSymbol, TyVarInfo>> typeParameterTypes = field in BytecodeBoundClass
341 public ImmutableMap<TyVarSymbol, TyVarInfo> typeParameterTypes() { in typeParameterTypes() method in BytecodeBoundClass
342 return typeParameterTypes.get(); in typeParameterTypes()
/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java177 final ImmutableMap<TyVarSymbol, TyVarInfo> typeParameterTypes = in bind() local
237 typeParameterTypes, in bind()
437 ImmutableMap<TyVarSymbol, TyVarInfo> typeParameterTypes = in bindMethod() local
514 typeParameterTypes, in bindMethod()
DCanonicalTypeBinder.java65 typeParameters(base.source(), base.decl().position(), env, sym, base.typeParameterTypes()); in bind()
DDisambiguateTypeAnnotations.java74 base.typeParameterTypes(), in bind()
DConstBinder.java109 bindTypeParameters(base.typeParameterTypes()), in bind()
/external/turbine/java/com/google/turbine/types/
DCanonicalize.java184 for (TyVarSymbol p : getInfo(owner).typeParameterTypes().keySet()) { in uninstantiated()
266 for (TyVarSymbol sym : getInfo(classSymbol).typeParameterTypes().keySet()) { in instantiate()
/external/turbine/java/com/google/turbine/processing/
DTurbineMessager.java188 tyVars = cinfo.typeParameterTypes(); in tyParamPosition()
DModelFactory.java353 tyParams = getSymbol((ClassSymbol) owner).typeParameterTypes(); in getTyVarInfo()
/external/turbine/java/com/google/turbine/lower/
DLowerSignature.java203 ImmutableList<Sig.TyParamSig> typarams = tyParamSig(info.typeParameterTypes(), env); in classSignature()
DLower.java488 return owner.typeParameterTypes().get(sym); in apply()
600 info.typeParameterTypes().values(), in classTypeAnnotations()