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, NonNullList<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.Copies values of all common fields from the argument.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 NonNullList<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 NonNullList<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) 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.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) 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 TypeMethodDescriptionprotected 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)