Uses of Class
eu.bandm.tools.tpath.absy.TPath.FunctionCall
Packages that use 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
Fields in eu.bandm.tools.tpath.absy with type parameters of type TPath.FunctionCallModifier 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.Methods in eu.bandm.tools.tpath.absy that return TPath.FunctionCallModifier 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()
Methods in eu.bandm.tools.tpath.absy that return types with arguments of type TPath.FunctionCallModifier and TypeMethodDescriptionstatic Pattern
<TPath.FunctionCall> TPath.FunctionCall.get_args
(Pattern<? super CheckedList<TPath.Expr>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<TPath.FunctionCall> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<TPath.FunctionCall> TPath.__Patterns.term_FunctionCall
(Pattern<? super TPath.Expr> superpattern, Pattern<? super String> p_name, Pattern<? super CheckedList<TPath.Expr>> p_args) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.FunctionCallModifier and TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.FunctionCall el) void
TPath.__SAX_Writer.action
(TPath.FunctionCall e0) protected void
TPath.Dump.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.Dump.descend
(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.Dump.follow_args
(TPath.FunctionCall element) 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.Dump.printscalars
(TPath.FunctionCall e0) protected void
TPath.Rewriter.rewriteFields
(TPath.FunctionCall clone) protected Format
TPath.__Formatter.toFormat
(TPath.FunctionCall el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.FunctionCallModifier and TypeMethodDescriptionTPath.__Patterns.cast_FunctionCall
(Pattern<? super TPath.FunctionCall> p) -
Uses of TPath.FunctionCall in eu.bandm.tools.tpath.parser2
Methods in eu.bandm.tools.tpath.parser2 that return types with arguments of type TPath.FunctionCallModifier and TypeMethodDescriptionParser.bracedExpr
(LookaheadTokenMultiplexer<Boolean, D, TokenType, int[]> mux) Parsing rule for a tpath expression embedded in an XSLT AVT. -
Uses of TPath.FunctionCall in eu.bandm.tools.tpath.runtime
Methods in eu.bandm.tools.tpath.runtime with parameters of type TPath.FunctionCallModifier and TypeMethodDescriptionprotected void
SimpleInterpreter.Visitor.descend
(TPath.FunctionCall x) -
Uses of TPath.FunctionCall in eu.bandm.tools.xslt.base
Methods in eu.bandm.tools.xslt.base with parameters of type TPath.FunctionCallModifier 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)