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 TypeClassDescriptionclass
class
A collection of MethodProcs; one is chosen at apply time.static class
class
A 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 TypeMethodDescriptionvoid
GenericProc.add
(MethodProc method) protected void
GenericProc.addAll
(MethodProc[] procs) void
GenericProc.addAtEnd
(MethodProc method) -
Uses of MethodProc in gnu.kawa.functions
Subclasses of MethodProc in gnu.kawa.functionsModifier and TypeClassDescriptionclass
class
Implement the Scheme standard function "call-with-current-continuation".class
Map 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 TypeClassDescriptionclass
Implement 'typeswitch' (as in XQuery) or 'typecase'.Methods in gnu.kawa.reflect that return MethodProcModifier and TypeMethodDescriptionstatic MethodProc
ClassMethods.apply
(ObjectType dtype, String mname, char mode, Language language) Find methods.static MethodProc
protected MethodProc
Invoke.lookupMethods
(ObjectType dtype, Object name) -
Uses of MethodProc in gnu.kawa.xml
Subclasses of MethodProc in gnu.kawa.xmlModifier and TypeClassDescriptionclass
Used to implement a ancestor:: step in a path expression.class
Used to implement a ancestor-or-self:: step in a path expression.class
Used to implement an attribute:: step in a path expression.class
class
Used to implement a child:: step in a path expression.class
class
class
Used to implement a descendant:: step in a path expression.class
Used to implement a descendant-or-self:: step in a path expression.class
class
Used to implement a following:: step in a path expression.class
Used to implement a following-sibling:: step in a path expression.class
class
A function that maps a List into the sequence of its elements.class
class
class
class
class
A procedure that implements the "response-header" function.class
class
A Procedure to create an included entity object, or set the base-uri property for a document or fragment.class
class
Used to implement a parent:: step in a path expression.class
Used to implement a following:: step in a path expression.class
Used to implement a following-sibling:: step in a path expression.class
Used to implement a self:: step in a path expression.class
Abstract class that scans part of a node tree. -
Uses of MethodProc in gnu.kawa.xslt
Subclasses of MethodProc in gnu.kawa.xsltModifier and TypeClassDescriptionclass
Implements the XSLT apply-templates command. -
Uses of MethodProc in gnu.mapping
Methods in gnu.mapping that return MethodProcModifier and TypeMethodDescriptionstatic MethodProc
MethodProc.mostSpecific
(MethodProc proc1, MethodProc proc2) Return the more specific of the arguments.Methods in gnu.mapping with parameters of type MethodProcModifier and TypeMethodDescriptionstatic MethodProc
MethodProc.mostSpecific
(MethodProc proc1, MethodProc proc2) Return the more specific of the arguments.static boolean
MethodProc.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 TypeClassDescriptionclass
A procedure used to represent a FLWOR expression with anorder by
clause.class
Implements XPath path expression.class
-
Uses of MethodProc in kawa.lang
Subclasses of MethodProc in kawa.langModifier and TypeClassDescriptionclass
A Continuation "represents an entire (default) future for the computation.