Home
last modified time | relevance | path

Searched defs:PrimTy (Results 1 – 2 of 2) sorted by relevance

/external/turbine/java/com/google/turbine/type/
DType.java314 abstract class PrimTy implements Type { class
/external/turbine/java/com/google/turbine/tree/
DTree.java218 public static class PrimTy extends Type { class in Tree
221 public PrimTy(int position, ImmutableList<Anno> annos, TurbineConstantTypeKind tykind) { in PrimTy() method in Tree.PrimTy