Searched defs:tyargs (Results 1 – 4 of 4) sorted by relevance
200 com.sun.tools.javac.util.List<Type> tyargs = collectionType.getTypeArguments(); in extractTypeArgAsMemberOfSupertype() local
108 ImmutableList.Builder<TySig> tyargs = ImmutableList.builder(); in tyArgSigs() local
1302 ImmutableList<Type> tyargs = ImmutableList.of(); in classty() local1312 private ImmutableList<Type> tyargs() { in tyargs() method in Parser
266 private final ImmutableList<Type> tyargs; field in Tree.ClassTy272 ImmutableList<Type> tyargs, in ClassTy()306 public ImmutableList<Type> tyargs() { in tyargs() method in Tree.ClassTy