Home
last modified time | relevance | path

Searched refs:TurbineArrayType (Results 1 – 2 of 2) sorted by relevance

/external/turbine/java/com/google/turbine/processing/
DModelFactory.java53 import com.google.turbine.processing.TurbineTypeMirror.TurbineArrayType;
172 return new TurbineArrayType(this, (ArrayTy) type); in createTypeMirror()
DTurbineTypeMirror.java263 static class TurbineArrayType extends TurbineTypeMirror implements ArrayType { class in TurbineTypeMirror
272 TurbineArrayType(ModelFactory factory, ArrayTy type) { in TurbineArrayType() method in TurbineTypeMirror.TurbineArrayType