Home
last modified time | relevance | path

Searched defs:tyargs (Results 1 – 4 of 4) sorted by relevance

/external/truth/refactorings/src/main/java/com/google/common/truth/refactorings/
DStoreActualValueInField.java200 com.sun.tools.javac.util.List<Type> tyargs = collectionType.getTypeArguments(); in extractTypeArgAsMemberOfSupertype() local
/external/turbine/java/com/google/turbine/lower/
DLowerSignature.java108 ImmutableList.Builder<TySig> tyargs = ImmutableList.builder(); in tyArgSigs() local
/external/turbine/java/com/google/turbine/parse/
DParser.java1302 ImmutableList<Type> tyargs = ImmutableList.of(); in classty() local
1312 private ImmutableList<Type> tyargs() { in tyargs() method in Parser
/external/turbine/java/com/google/turbine/tree/
DTree.java266 private final ImmutableList<Type> tyargs; field in Tree.ClassTy
272 ImmutableList<Type> tyargs, in ClassTy()
306 public ImmutableList<Type> tyargs() { in tyargs() method in Tree.ClassTy