Uses of Class
gnu.mapping.PropertySet
-
Packages that use PropertySet Package Description gnu.brl gnu.ecmascript gnu.expr SupportsExpression, and various related classes need to compile programming languages.gnu.kawa.functions gnu.kawa.lispexpr gnu.kawa.reflect Contains classes to use reflection.gnu.kawa.xml gnu.kawa.xslt gnu.mapping SupportsProcedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript).gnu.xquery.util kawa.lang kawa.standard -
-
Uses of PropertySet in gnu.brl
Subclasses of PropertySet in gnu.brl Modifier and Type Class Description classrandom -
Uses of PropertySet in gnu.ecmascript
Subclasses of PropertySet in gnu.ecmascript Modifier and Type Class Description classBinaryOp -
Uses of PropertySet in gnu.expr
Subclasses of PropertySet in gnu.expr Modifier and Type Class Description static classAbstractScriptEngineFactory.BindingsEnvironmentA Environment that proxies lookup in global and engine Bindings.classAccessExpA common super-type for ReferenceExpa and SetExp.classApplyExpThis class is used to represent "combination" or "application".classBeginExpThis class represents a sequence of Expressions.classBlockExpClass used to implement a block that can be exited.classBuiltinEnvironmentAn Environment containing the default bindings for the current Language.classCaseExpThis class represents a case expressionclassCatchClauseA "catch" clause of a "try-catch" form.classClassExpclassCompiledProcclassErrorExpClass used to mark an erroneous expressionclassExitExpExpression to exit a lexically surrounding block.classExpressionAbstract class for syntactic forms that evaluate to a value.classFluidLetExpClass used to implement "fluid-let" for Scheme and "let" for Emacs.classGenericProcA collection of MethodProcs; one is chosen at apply time.classIfExpThis class represents a conditional.classLambdaExpClass used to implement Scheme lambda expressions.static classLambdaExp.ClosureclassLangExpA language-specific expression.classLetExpClass used to implement "let" syntax (and variants) for Scheme.classModuleExpClass used to implement Scheme top-level environments.classObjectExpAn expression that evaluated to an instance of an anonymous class.classPrimProcedureA primitive Procedure implemented by a plain Java method.classQuoteExpAn Expression that evaluates to a constant value.classReferenceExpThis class represents a variable reference (an identifier).classScopeExpAbstract class for expressions that add local variable bindings.classSetExpAn Expression to set (bind) or define a new value to a named variable.classSynchronizedExpclassThisExpEvaluates to the "this" implicit variable.classTryExpThis class represents try/catch/finally. -
Uses of PropertySet in gnu.kawa.functions
Subclasses of PropertySet in gnu.kawa.functions Modifier and Type Class Description classAddOpImplement the Scheme standard functions "+" and "-".classAppendValuesclassApplyImplement the standard Scheme function "apply".classApplyToArgsImplement the standard Scheme function "apply".classApplyWithValuesThis procedure's first argument values are applied as argument list to the second argument.classArithOpclassArrayRefclassArraySetclassBitwiseOpclassCallCCImplement the Scheme standard function "call-with-current-continuation".classCallWithValuesclassConstantFunction0A 0-argument function that returns a constant value.classConvertclassCurry1A curried procedure.classCurryExpA specialized ApplyExp class for curried function calls.classDivideOpImplement the Scheme standard function "/".classExptImplement the standard Scheme procedure "expt".classFormatclassGetModuleClassSpecial procedure to get the Class of the current module.classGetNamedInstancePartThe value of the Kawa Scheme expression '*:PART-NAME'.classGetNamedPartProcedure to get the value of a named component of an object.classIsEqImplement the standard Scheme function eq? and the Lisp eq.classIsEqualImplement the standard Scheme procedure equal? and the Lisp equal.classIsEqvImplement that standard Scheme function "eqv?".classMakeDynamicImplement the 'dynamic' constructor function.classMakeListImplement the Scheme standard function "list".classMakeProcedureclassMakePromiseclassMakeSpliceA pseudo-function whose argument is splice into an outer argument list.classMapImplement the Scheme standard functions "map" and "for-each".classMultiplyOpImplement the Scheme standard function "*".classNamedPartA reference to a named feature/part of a specific object.static classNamedPart.SetterclassNotImplement the standard Scheme procedure "not".classNumberCompareThis implements the numeric comparison relations:<,<=, etc.classNumberPredicateclassParseFormatclassRunProcessThe Kawa run-process command builds and runs a Process.classSetNamedPartProcedure to get the value of a named component of an object.classSetterImplements Kawa extension function "setter", as in SRFI-17.static classSetter.SetArraystatic classSetter.SetGArraystatic classSetter.SetListclassUnifyOperator to unify two values, in the logic programming sense.classValuesMapMap a function over a value sequence, yielding a new sequence. -
Uses of PropertySet in gnu.kawa.lispexpr
Subclasses of PropertySet in gnu.kawa.lispexpr Modifier and Type Class Description static classLangObjType.ArgListBuilder -
Uses of PropertySet in gnu.kawa.reflect
Subclasses of PropertySet in gnu.kawa.reflect Modifier and Type Class Description classArrayGetclassArrayLengthclassArrayMakeclassArrayNewclassArraySetclassClassMethodsclassInstanceOfclassInvokeclassMakeAnnotationclassSlotGetclassSlotSetclassStaticGetclassStaticSetclassThrowclassTypeSwitchImplement 'typeswitch' (as in XQuery) or 'typecase'. -
Uses of PropertySet in gnu.kawa.xml
Subclasses of PropertySet in gnu.kawa.xml Modifier and Type Class Description classAncestorAxisUsed to implement a ancestor:: step in a path expression.classAncestorOrSelfAxisUsed to implement a ancestor-or-self:: step in a path expression.classAttributeAxisUsed to implement an attribute:: step in a path expression.classAttributesclassChildAxisUsed to implement a child:: step in a path expression.classChildrenclassCoerceNodesCoerces an item sequence to a node sequence.classCommentConstructorclassDescendantAxisUsed to implement a descendant:: step in a path expression.classDescendantOrSelfAxisUsed to implement a descendant-or-self:: step in a path expression.classDocumentConstructorclassFollowingAxisUsed to implement a following:: step in a path expression.classFollowingSiblingAxisUsed to implement a following-sibling:: step in a path expression.classIntersectNodesGet the union of two node lists.classIteratorItemsclassListItemsA function that maps a List into the sequence of its elements.classMakeAttributeclassMakeCDATAclassMakeElementclassMakeProcInstclassMakeResponseHeaderA procedure that implements the "response-header" function.classMakeTextclassMakeUnescapedDataclassMakeWithBaseUriA Procedure to create an included entity object, or set the base-uri property for a document or fragment.classNodeCompareCompare nodes for document order.classNodeConstructorclassOutputAsXMLA 1-argument Procedure that takes a value and return output in XML syntax.classParentAxisUsed to implement a parent:: step in a path expression.classPrecedingAxisUsed to implement a following:: step in a path expression.classPrecedingSiblingAxisUsed to implement a following-sibling:: step in a path expression.classSelfAxisUsed to implement a self:: step in a path expression.classSortNodesSort argument nodes in document order.classTreeScannerAbstract class that scans part of a node tree.classUnionNodesGet the union of two node lists.classWriteToWrite a value to a named file. -
Uses of PropertySet in gnu.kawa.xslt
Subclasses of PropertySet in gnu.kawa.xslt Modifier and Type Class Description classApplyTemplatesImplements the XSLT apply-templates command. -
Uses of PropertySet in gnu.mapping
Subclasses of PropertySet in gnu.mapping Modifier and Type Class Description classEnvironmentA mapping fromEnvironmentKeytoLocations.classInheritingEnvironmentclassLocationProc<T>A Procedure that evaluates to the value of a Location.classMethodProcSimilar to a CLOS method.classProcedureThe abstract parent for all Scheme functions.classProcedure0Abstract class for 0-argument procedures.classProcedure0or1Abstract class for 0- or 1-argument Scheme procedures.classProcedure1Abstract class for 1-argument Scheme procedures.classProcedure1or2Abstract class for 1- or 2-argument Scheme procedures.classProcedure2Abstract class for 2-argument Scheme procedures.classProcedure3Abstract class for 3-argument Scheme procedures..classProcedure4Abstract class for 4-argument Scheme procedures.classProcedureNAbstract class for "N-argument" Scheme procedures, whereN>4or variable.classSetterThe "setter" of procedure that can be used in the LHS of an assignment.classSetter0A special case of Setter, retricted to no arguments, except the RHS.classSetter1A special case of Setter, retricted to one argument (plus the RHS).classSimpleEnvironmentConcrete implementation ofEnvironment.Methods in gnu.mapping with parameters of type PropertySet Modifier and Type Method Description TLazyPropertyKey. get(PropertySet container, T defaultValue)TPropertyKey. get(PropertySet container)Get the value associated with this key in a givenPropertySet.TPropertyKey. get(PropertySet container, T defaultValue)Get the value associated with this key in a givenPropertySet.voidLazyPropertyKey. set(PropertySet container, String specifier)voidPropertyKey. set(PropertySet container, T value) -
Uses of PropertySet in gnu.xquery.util
Subclasses of PropertySet in gnu.xquery.util Modifier and Type Class Description classArithOpclassAverageclassBooleanValueclassCastableAsclassCastAsclassCompareCompares two values (or sequences) according to XPath semantics.classItemAtReturns a value at a given index in a sequence of values.classNumberValueclassOrderedMapA procedure used to represent a FLWOR expression with anorder byclause.classRelativeStepImplements XPath path expression.classValuesFilter -
Uses of PropertySet in kawa.lang
Subclasses of PropertySet in kawa.lang Modifier and Type Class Description classAutoloadProcedureImplement autoloading of Procedures.classContinuationA Continuation "represents an entire (default) future for the computation.classGetFieldProcclassPatternScopeBindings from asyntax-case/syntax-rulespattern.classRecordConstructorclassSetFieldProcclassSyntaxRulesclassTemplateScopeA scope created when expanding a SyntaxTemplate. -
Uses of PropertySet in kawa.standard
Subclasses of PropertySet in kawa.standard Modifier and Type Class Description classappendImplement the Scheme standard function "append".classloadclassmakeclassTracedProcedureA TracedProcedure is a Procedure wrapper that writes trace output.classvector_appendImplement the Scheme extended function "vector-append".
-