Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/processing/
DTurbineTypeMirror.java160 static class TurbineDeclaredType extends TurbineTypeMirror implements DeclaredType { class in TurbineTypeMirror
169 return obj instanceof TurbineDeclaredType && type.equals(((TurbineDeclaredType) obj).type); in equals()
179 TurbineDeclaredType(ModelFactory factory, ClassTy type) { in TurbineDeclaredType() method in TurbineTypeMirror.TurbineDeclaredType
DModelFactory.java54 import com.google.turbine.processing.TurbineTypeMirror.TurbineDeclaredType;
166 return new TurbineDeclaredType(this, ClassTy.STRING); in createTypeMirror()
170 return new TurbineDeclaredType(this, (ClassTy) type); in createTypeMirror()
DTurbineTypes.java40 import com.google.turbine.processing.TurbineTypeMirror.TurbineDeclaredType;
93 return ((TurbineDeclaredType) t).asElement(); in asElement()
1115 ClassTy c = ((TurbineDeclaredType) containing).asTurbineType();