Searched refs:AS_TYPE (Results 1 – 2 of 2) sorted by relevance
7 #define AS_TYPE(x) as_##x14 INT_TYPE ix = AS_TYPE(INT_TYPE)(x); \18 INT_TYPE iy = AS_TYPE(INT_TYPE)(y); \28 return AS_TYPE(FLOAT_TYPE)(r); \
63 return AS_TYPE.visit(annotationValue); in asType()66 private static final AnnotationValueVisitor<TypeMirror, Void> AS_TYPE = field in MoreAnnotationValues