Uses of Class
gnu.mapping.MethodProc
Packages that use MethodProc
Package
Description
Supports
Expression,
and various related classes need to compile programming languages.Contains classes to use reflection.
Supports
Procedure,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of MethodProc in gnu.expr
Subclasses of MethodProc in gnu.exprModifier and TypeClassDescriptionclassclassA collection of MethodProcs; one is chosen at apply time.static classclassA primitive Procedure implemented by a plain Java method.Fields in gnu.expr declared as MethodProcMethods in gnu.expr that return MethodProcMethods in gnu.expr with parameters of type MethodProcModifier and TypeMethodDescriptionvoidGenericProc.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.functionsModifier and TypeClassDescriptionclassclassImplement the Scheme standard function "call-with-current-continuation".classMap a function over a value sequence, yielding a new sequence.Constructors in gnu.kawa.functions with parameters of type MethodProcModifierConstructorDescriptionNamedPart(Object container, String mname, char kind, MethodProc methods) -
Uses of MethodProc in gnu.kawa.reflect
Subclasses of MethodProc in gnu.kawa.reflectModifier and TypeClassDescriptionclassImplement 'typeswitch' (as in XQuery) or 'typecase'.Methods in gnu.kawa.reflect that return MethodProcModifier and TypeMethodDescriptionstatic MethodProcClassMethods.apply(ObjectType dtype, String mname, char mode, Language language) Find methods.static MethodProcprotected MethodProcInvoke.lookupMethods(ObjectType dtype, Object name) -
Uses of MethodProc in gnu.kawa.xml
Subclasses of MethodProc in gnu.kawa.xmlModifier and TypeClassDescriptionclassUsed to implement a ancestor:: step in a path expression.classUsed to implement a ancestor-or-self:: step in a path expression.classUsed to implement an attribute:: step in a path expression.classclassUsed to implement a child:: step in a path expression.classclassclassUsed to implement a descendant:: step in a path expression.classUsed to implement a descendant-or-self:: step in a path expression.classclassUsed to implement a following:: step in a path expression.classUsed to implement a following-sibling:: step in a path expression.classclassA function that maps a List into the sequence of its elements.classclassclassclassclassA procedure that implements the "response-header" function.classclassA Procedure to create an included entity object, or set the base-uri property for a document or fragment.classclassUsed to implement a parent:: step in a path expression.classUsed to implement a following:: step in a path expression.classUsed to implement a following-sibling:: step in a path expression.classUsed to implement a self:: step in a path expression.classAbstract class that scans part of a node tree. -
Uses of MethodProc in gnu.kawa.xslt
Subclasses of MethodProc in gnu.kawa.xsltModifier and TypeClassDescriptionclassImplements the XSLT apply-templates command. -
Uses of MethodProc in gnu.mapping
Methods in gnu.mapping that return MethodProcModifier and TypeMethodDescriptionstatic MethodProcMethodProc.mostSpecific(MethodProc proc1, MethodProc proc2) Return the more specific of the arguments.Methods in gnu.mapping with parameters of type MethodProcModifier and TypeMethodDescriptionstatic 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.utilModifier and TypeClassDescriptionclassA procedure used to represent a FLWOR expression with anorder byclause.classImplements XPath path expression.class -
Uses of MethodProc in kawa.lang
Subclasses of MethodProc in kawa.langModifier and TypeClassDescriptionclassA Continuation "represents an entire (default) future for the computation.