Uses of Class
gnu.mapping.MethodProc
-
Packages that use MethodProc Package Description gnu.expr SupportsExpression, and various related classes need to compile programming languages.gnu.kawa.functions 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 -
-
Uses of MethodProc in gnu.expr
Subclasses of MethodProc in gnu.expr Modifier and Type Class Description classCompiledProcclassGenericProcA collection of MethodProcs; one is chosen at apply time.static classLambdaExp.ClosureclassPrimProcedureA primitive Procedure implemented by a plain Java method.Fields in gnu.expr declared as MethodProc Modifier and Type Field Description protected MethodProc[]GenericProc. methodsMethods in gnu.expr that return MethodProc Modifier and Type Method Description MethodProcGenericProc. getMethod(int i)Methods in gnu.expr with parameters of type MethodProc Modifier and Type Method Description voidGenericProc. add(MethodProc method)protected voidGenericProc. addAll(MethodProc[] procs)voidGenericProc. addAtEnd(MethodProc method) -
Uses of MethodProc in gnu.kawa.functions
Subclasses of MethodProc in gnu.kawa.functions Modifier and Type Class Description classAppendValuesclassCallCCImplement the Scheme standard function "call-with-current-continuation".classValuesMapMap a function over a value sequence, yielding a new sequence.Constructors in gnu.kawa.functions with parameters of type MethodProc Constructor Description NamedPart(Object container, String mname, char kind, MethodProc methods) -
Uses of MethodProc in gnu.kawa.reflect
Subclasses of MethodProc in gnu.kawa.reflect Modifier and Type Class Description classTypeSwitchImplement 'typeswitch' (as in XQuery) or 'typecase'.Methods in gnu.kawa.reflect that return MethodProc Modifier and Type Method Description static MethodProcClassMethods. apply(ObjectType dtype, String mname, char mode, Language language)Find methods.static MethodProcClassMethods. apply(Procedure thisProc, Object arg0, Object arg1)protected MethodProcInvoke. lookupMethods(ObjectType dtype, Object name) -
Uses of MethodProc in gnu.kawa.xml
Subclasses of MethodProc 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.classChildrenclassCommentConstructorclassDescendantAxisUsed 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.classIteratorItemsclassListItemsA function that maps a List into the sequence of its elements.classMakeAttributeclassMakeCDATAclassMakeElementclassMakeProcInstclassMakeResponseHeaderA procedure that implements the "response-header" function.classMakeTextclassMakeWithBaseUriA Procedure to create an included entity object, or set the base-uri property for a document or fragment.classNodeConstructorclassParentAxisUsed 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.classTreeScannerAbstract class that scans part of a node tree. -
Uses of MethodProc in gnu.kawa.xslt
Subclasses of MethodProc in gnu.kawa.xslt Modifier and Type Class Description classApplyTemplatesImplements the XSLT apply-templates command. -
Uses of MethodProc in gnu.mapping
Methods in gnu.mapping that return MethodProc Modifier and Type Method Description static MethodProcMethodProc. mostSpecific(MethodProc proc1, MethodProc proc2)Return the more specific of the arguments.Methods in gnu.mapping with parameters of type MethodProc Modifier and Type Method Description static MethodProcMethodProc. mostSpecific(MethodProc proc1, MethodProc proc2)Return the more specific of the arguments.static booleanMethodProc. overrideEquivalent(MethodProc proc1, MethodProc proc2)An approximation of "override-equivalent" as defined in the JLS. -
Uses of MethodProc in gnu.xquery.util
Subclasses of MethodProc in gnu.xquery.util Modifier and Type Class Description classOrderedMapA procedure used to represent a FLWOR expression with anorder byclause.classRelativeStepImplements XPath path expression.classValuesFilter -
Uses of MethodProc in kawa.lang
Subclasses of MethodProc in kawa.lang Modifier and Type Class Description classContinuationA Continuation "represents an entire (default) future for the computation.
-