Searched defs:typarams (Results 1 – 5 of 5) sorted by relevance
136 ImmutableList<Sig.TyParamSig> typarams = tyParamSig(method.tyParams(), env); in methodSignature() local200 ImmutableList<Sig.TyParamSig> typarams = tyParamSig(info.typeParameterTypes(), env); in classSignature() local
420 ImmutableList<Sig.TyParamSig> typarams = ImmutableList.of(); in methodDescriptor() local
259 ImmutableList<TyParam> typarams; in recordDeclaration() local301 ImmutableList<TyParam> typarams; in interfaceDeclaration() local1245 private ImmutableList<TyParam> typarams() { in typarams() method in Parser
786 private final ImmutableList<TyParam> typarams; field in Tree.MethDecl798 ImmutableList<TyParam> typarams, in MethDecl()836 public ImmutableList<TyParam> typarams() { in typarams() method in Tree.MethDecl934 private final ImmutableList<TyParam> typarams; field in Tree.TyDecl948 ImmutableList<TyParam> typarams, in TyDecl()993 public ImmutableList<TyParam> typarams() { in typarams() method in Tree.TyDecl
326 ImmutableMap<TyVarSymbol, TyVarInfo> typarams) { in bindTypeParameters()