Lines Matching refs:TySig
32 import com.google.turbine.bytecode.sig.Sig.TySig;
56 public Sig.TySig signature(Type ty) { in signature()
115 private ImmutableList<TySig> tyArgSigs(SimpleClassTy part) { in tyArgSigs()
116 ImmutableList.Builder<TySig> tyargs = ImmutableList.builder(); in tyArgSigs()
123 private TySig wildTy(WildTy ty) { in wildTy()
148 ImmutableList.Builder<Sig.TySig> fparams = ImmutableList.builder(); in methodSignature()
155 Sig.TySig ret = signature(method.returnType()); in methodSignature()
156 ImmutableList.Builder<Sig.TySig> excn = ImmutableList.builder(); in methodSignature()
285 Sig.TySig cbound = null; in tyParamSig()
286 ImmutableList.Builder<Sig.TySig> ibounds = ImmutableList.builder(); in tyParamSig()
294 TySig sig = signature(bound); in tyParamSig()