Searched refs:stringCursorType (Results 1 – 3 of 3) sorted by relevance
69 public static final LangPrimType stringCursorType field in LangPrimType71 static { stringCursorType.setName("string-cursor"); }118 if (this == stringCursorType) in boxedType()217 if (this == stringCursorType) { in emitCoerceFromObject()333 if (this == stringCursorType) in compare()412 } else if (this == stringCursorType) { in emitTestIf()423 if (this == characterType || this == stringCursorType) { in emitTestIf()499 if (this == stringCursorType) return "string-cursor"; in encodeType()
294 types.put("string-cursor", LangPrimType.stringCursorType); in getTypeMap()
13 (import (rename (only (gnu kawa lispexpr LangPrimType) stringCursorType)14 (stringCursorType string-cursor)))