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_argsDeprecated.Use new '::' method reference instead.static final Function<TPath.FunctionCall, String> TPath.FunctionCall.get_nameDeprecated.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 voidTPath.__Formatter.action(TPath.FunctionCall el) voidTPath.__SAX_Writer.action(TPath.FunctionCall e0) protected voidTPath.Dump.action(TPath.FunctionCall e0) protected voidTPath.MATCH_ONLY_00.action(TPath.FunctionCall e0) protected voidTPath.Rewriter.action(TPath.FunctionCall e0) protected voidTPath.Visitor.action(TPath.FunctionCall e0) protected voidTPath.Dump.descend(TPath.FunctionCall e0) protected voidTPath.Visitor.descend(TPath.FunctionCall e0) voidTPath.__SAX_Writer.dumpfields(TPath.FunctionCall e0) voidTPath.__SAX_Parser.XMLPARSER_FunctionCall.fillFields(TPath.FunctionCall newobj) voidTPath.Dump.follow_args(TPath.FunctionCall element) voidTPath.Rewriter.follow_args(TPath.FunctionCall element) voidTPath.Visitor.follow_args(TPath.FunctionCall element) voidTPath.MATCH_ONLY_00.followAll_args(TPath.FunctionCall element) voidTPath.MATCH_ONLY_00.match(TPath.FunctionCall e0) voidTPath.__SAX_Parser.XMLPARSER_FunctionCall.parsefields(TPath.FunctionCall newobj) protected voidTPath.Visitor.post(TPath.FunctionCall e0) protected voidTPath.Visitor.pre(TPath.FunctionCall e0) protected voidTPath.Dump.printscalars(TPath.FunctionCall e0) protected voidTPath.Rewriter.rewriteFields(TPath.FunctionCall clone) protected FormatTPath.__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 voidSimpleInterpreter.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) voidTemplateRegistry.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 voidTPathCache.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/")voidTPathCache.PredicateChecker.pre(TPath.FunctionCall fc)