Uses of Class
eu.bandm.tools.tpath.absy.TPath.FunctionCall
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
Infrastructure for evaluating tpath expressions.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of TPath.FunctionCall in eu.bandm.tools.tpath.absy
Modifier and TypeFieldDescriptionstatic final Function<TPath.FunctionCall,
CheckedList<TPath.Expr>> TPath.FunctionCall.get_args
Deprecated.Use new '::' method reference instead.static final Function<TPath.FunctionCall,
String> TPath.FunctionCall.get_name
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionTPath.FunctionCall.doclone()
Clones this object.TPath.__SAX_Parser.fill_FunctionCall
(Object res) Copies values of all common fields from the argument.TPath.__SAX_Parser.matchSAX_FunctionCall()
Modifier and TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.FunctionCall el) void
TPath.__SAX_Writer.action
(TPath.FunctionCall e0) protected void
TPath.MATCH_ONLY_00.action
(TPath.FunctionCall e0) protected void
TPath.Rewriter.action
(TPath.FunctionCall e0) protected void
TPath.Visitor.action
(TPath.FunctionCall e0) protected void
TPath.Visitor.descend
(TPath.FunctionCall e0) void
TPath.__SAX_Writer.dumpfields
(TPath.FunctionCall e0) void
TPath.__SAX_Parser.XMLPARSER_FunctionCall.fillFields
(TPath.FunctionCall newobj) void
TPath.Rewriter.follow_args
(TPath.FunctionCall element) void
TPath.Visitor.follow_args
(TPath.FunctionCall element) void
TPath.MATCH_ONLY_00.followAll_args
(TPath.FunctionCall element) void
TPath.MATCH_ONLY_00.match
(TPath.FunctionCall e0) void
TPath.__SAX_Parser.XMLPARSER_FunctionCall.parsefields
(TPath.FunctionCall newobj) protected void
TPath.Visitor.post
(TPath.FunctionCall e0) protected void
TPath.Visitor.pre
(TPath.FunctionCall e0) protected void
TPath.Rewriter.rewriteFields
(TPath.FunctionCall clone) protected Format
TPath.__Formatter.toFormat
(TPath.FunctionCall el) -
Uses of TPath.FunctionCall in eu.bandm.tools.tpath.runtime
Modifier and TypeMethodDescriptionprotected void
SimpleInterpreter.Visitor.descend
(TPath.FunctionCall x) -
Uses of TPath.FunctionCall in eu.bandm.tools.xslt.base
Modifier and TypeMethodDescription(package private) void
TemplateRegistry.addFunction
(eu.bandm.tools.xslt.tdom.Element_xsl_template t, TPathCache.PatternPart pp, TPath.FunctionCall fc, NamespaceName mode, Double prior) Called iff function call is the rightmost (ie.protected void
TPathCache.checkFunction
(TPath.FunctionCall f) Means to check the function which can appear as first (umod: deepest) expression on a path expression ("id(x)/a/b/")void
TPathCache.PredicateChecker.pre
(TPath.FunctionCall fc)