Uses of Interface
gnu.expr.Inlineable
-
Packages that use Inlineable Package Description gnu.kawa.functions gnu.kawa.reflect Contains classes to use reflection.gnu.kawa.xml gnu.kawa.xslt gnu.xquery.util kawa.lang -
-
Uses of Inlineable in gnu.kawa.functions
Classes in gnu.kawa.functions that implement Inlineable Modifier and Type Class Description classAppendValuesclassCallCCImplement the Scheme standard function "call-with-current-continuation".classCompileArithclassGetModuleClassSpecial procedure to get the Class of the current module.classMakeListImplement the Scheme standard function "list".classValuesMapMap a function over a value sequence, yielding a new sequence. -
Uses of Inlineable in gnu.kawa.reflect
Classes in gnu.kawa.reflect that implement Inlineable Modifier and Type Class Description classInstanceOfclassSlotGetclassSlotSetclassStaticGetclassStaticSetclassThrowclassTypeSwitchImplement 'typeswitch' (as in XQuery) or 'typecase'. -
Uses of Inlineable in gnu.kawa.xml
Classes in gnu.kawa.xml that implement Inlineable Modifier and Type Class Description classCoerceNodesCoerces an item sequence to a node sequence.classDocumentConstructorclassMakeAttributeclassMakeElementclassMakeProcInstclassMakeTextclassMakeWithBaseUriA Procedure to create an included entity object, or set the base-uri property for a document or fragment.classNodeConstructorclassSortNodesSort argument nodes in document order.classUnionNodesGet the union of two node lists. -
Uses of Inlineable in gnu.kawa.xslt
Classes in gnu.kawa.xslt that implement Inlineable Modifier and Type Class Description classApplyTemplatesImplements the XSLT apply-templates command. -
Uses of Inlineable in gnu.xquery.util
Classes in gnu.xquery.util that implement Inlineable Modifier and Type Class Description classCastableAsclassOrderedMapA procedure used to represent a FLWOR expression with anorder byclause.classRelativeStepImplements XPath path expression.classValuesFilter -
Uses of Inlineable in kawa.lang
Classes in kawa.lang that implement Inlineable Modifier and Type Class Description classGetFieldProcclassSetFieldProc
-