Home
last modified time | relevance | path

Searched defs:typarams (Results 1 – 5 of 5) sorted by relevance

/external/turbine/java/com/google/turbine/lower/
DLowerSignature.java147 ImmutableList<Sig.TyParamSig> typarams = tyParamSig(method.tyParams(), env); in methodSignature() local
213 ImmutableList<Sig.TyParamSig> typarams = tyParamSig(info.typeParameterTypes(), env); in classSignature() local
DLower.java363 ImmutableList<Sig.TyParamSig> typarams = ImmutableList.of(); in methodDescriptor() local
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java282 ImmutableMap<TyVarSymbol, TyVarInfo> typarams) { in bindTypeParameters()
/external/turbine/java/com/google/turbine/tree/
DTree.java715 private final ImmutableList<TyParam> typarams; field in Tree.MethDecl
726 ImmutableList<TyParam> typarams, in MethDecl()
761 public ImmutableList<TyParam> typarams() { in typarams() method in Tree.MethDecl
850 private final ImmutableList<TyParam> typarams; field in Tree.TyDecl
861 ImmutableList<TyParam> typarams, in TyDecl()
899 public ImmutableList<TyParam> typarams() { in typarams() method in Tree.TyDecl
/external/turbine/java/com/google/turbine/parse/
DParser.java219 ImmutableList<TyParam> typarams; in interfaceDeclaration() local
1038 private ImmutableList<TyParam> typarams() { in typarams() method in Parser