Searched refs:typeParameterTypes (Results 1 – 12 of 12) sorted by relevance
/external/turbine/java/com/google/turbine/binder/bound/ |
D | SourceTypeBoundClass.java | 44 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()
|
D | TypeBoundClass.java | 45 ImmutableMap<TyVarSymbol, TyVarInfo> typeParameterTypes(); in typeParameterTypes() method
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
D | BytecodeBoundClass.java | 311 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/ |
D | TypeBinder.java | 177 final ImmutableMap<TyVarSymbol, TyVarInfo> typeParameterTypes = in bind() local 237 typeParameterTypes, in bind() 437 ImmutableMap<TyVarSymbol, TyVarInfo> typeParameterTypes = in bindMethod() local 514 typeParameterTypes, in bindMethod()
|
D | CanonicalTypeBinder.java | 65 typeParameters(base.source(), base.decl().position(), env, sym, base.typeParameterTypes()); in bind()
|
D | DisambiguateTypeAnnotations.java | 74 base.typeParameterTypes(), in bind()
|
D | ConstBinder.java | 109 bindTypeParameters(base.typeParameterTypes()), in bind()
|
/external/turbine/java/com/google/turbine/types/ |
D | Canonicalize.java | 184 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/ |
D | TurbineMessager.java | 188 tyVars = cinfo.typeParameterTypes(); in tyParamPosition()
|
D | ModelFactory.java | 353 tyParams = getSymbol((ClassSymbol) owner).typeParameterTypes(); in getTyVarInfo()
|
/external/turbine/java/com/google/turbine/lower/ |
D | LowerSignature.java | 203 ImmutableList<Sig.TyParamSig> typarams = tyParamSig(info.typeParameterTypes(), env); in classSignature()
|
D | Lower.java | 488 return owner.typeParameterTypes().get(sym); in apply() 600 info.typeParameterTypes().values(), in classTypeAnnotations()
|