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.java137 ImmutableList<Sig.TyParamSig> typarams = tyParamSig(method.tyParams(), env); in methodSignature() local
203 ImmutableList<Sig.TyParamSig> typarams = tyParamSig(info.typeParameterTypes(), env); in classSignature() local
DLower.java362 ImmutableList<Sig.TyParamSig> typarams = ImmutableList.of(); in methodDescriptor() local
/external/turbine/java/com/google/turbine/tree/
DTree.java726 private final ImmutableList<TyParam> typarams; field in Tree.MethDecl
738 ImmutableList<TyParam> typarams, in MethDecl()
775 public ImmutableList<TyParam> typarams() { in typarams() method in Tree.MethDecl
871 private final ImmutableList<TyParam> typarams; field in Tree.TyDecl
883 ImmutableList<TyParam> typarams, in TyDecl()
923 public ImmutableList<TyParam> typarams() { in typarams() method in Tree.TyDecl
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java298 ImmutableMap<TyVarSymbol, TyVarInfo> typarams) { in bindTypeParameters()
/external/turbine/java/com/google/turbine/parse/
DParser.java222 ImmutableList<TyParam> typarams; in interfaceDeclaration() local
1077 private ImmutableList<TyParam> typarams() { in typarams() method in Parser