Searched refs:TurbineErrorType (Results 1 – 3 of 3) sorted by relevance
55 import com.google.turbine.processing.TurbineTypeMirror.TurbineErrorType;194 return new TurbineErrorType(this, (ErrorTy) type); in createTypeMirror()
299 static class TurbineErrorType extends TurbineTypeMirror implements ErrorType { class in TurbineTypeMirror303 public TurbineErrorType(ModelFactory factory, ErrorTy type) { in TurbineErrorType() method in TurbineTypeMirror.TurbineErrorType
41 import com.google.turbine.processing.TurbineTypeMirror.TurbineErrorType;97 return ((TurbineErrorType) t).asElement(); in asElement()