Home
last modified time | relevance | path

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

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/lispexpr/
H A DLangPrimType.java69 public static final LangPrimType stringCursorType field in LangPrimType
71 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()
H A DLispLanguage.java294 types.put("string-cursor", LangPrimType.stringCursorType); in getTypeMap()
/dports/lang/kawa/kawa-3.1.1/kawa/lib/kawa/
H A Dstring-cursors.scm13 (import (rename (only (gnu kawa lispexpr LangPrimType) stringCursorType)
14 (stringCursorType string-cursor)))