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.java136 ImmutableList<Sig.TyParamSig> typarams = tyParamSig(method.tyParams(), env); in methodSignature() local
200 ImmutableList<Sig.TyParamSig> typarams = tyParamSig(info.typeParameterTypes(), env); in classSignature() local
DLower.java420 ImmutableList<Sig.TyParamSig> typarams = ImmutableList.of(); in methodDescriptor() local
/external/turbine/java/com/google/turbine/parse/
DParser.java259 ImmutableList<TyParam> typarams; in recordDeclaration() local
301 ImmutableList<TyParam> typarams; in interfaceDeclaration() local
1245 private ImmutableList<TyParam> typarams() { in typarams() method in Parser
/external/turbine/java/com/google/turbine/tree/
DTree.java786 private final ImmutableList<TyParam> typarams; field in Tree.MethDecl
798 ImmutableList<TyParam> typarams, in MethDecl()
836 public ImmutableList<TyParam> typarams() { in typarams() method in Tree.MethDecl
934 private final ImmutableList<TyParam> typarams; field in Tree.TyDecl
948 ImmutableList<TyParam> typarams, in TyDecl()
993 public ImmutableList<TyParam> typarams() { in typarams() method in Tree.TyDecl
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java326 ImmutableMap<TyVarSymbol, TyVarInfo> typarams) { in bindTypeParameters()