Home
last modified time | relevance | path

Searched refs:TurbineErrorType (Results 1 – 3 of 3) sorted by relevance

/external/turbine/java/com/google/turbine/processing/
DModelFactory.java55 import com.google.turbine.processing.TurbineTypeMirror.TurbineErrorType;
194 return new TurbineErrorType(this, (ErrorTy) type); in createTypeMirror()
DTurbineTypeMirror.java299 static class TurbineErrorType extends TurbineTypeMirror implements ErrorType { class in TurbineTypeMirror
303 public TurbineErrorType(ModelFactory factory, ErrorTy type) { in TurbineErrorType() method in TurbineTypeMirror.TurbineErrorType
DTurbineTypes.java41 import com.google.turbine.processing.TurbineTypeMirror.TurbineErrorType;
97 return ((TurbineErrorType) t).asElement(); in asElement()