Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/processing/
DModelFactory.java59 import com.google.turbine.processing.TurbineTypeMirror.TurbineNullType;
217 return new TurbineNullType(this); in nullType()
DTurbineTypeMirror.java656 public static class TurbineNullType extends TurbineTypeMirror implements NullType { class in TurbineTypeMirror
663 public TurbineNullType(ModelFactory factory) { in TurbineNullType() method in TurbineTypeMirror.TurbineNullType