Uses of Class
eu.bandm.tools.tpath.absy.TPath.Root
Packages that use TPath.Root
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.Root in eu.bandm.tools.tpath.absy
Methods in eu.bandm.tools.tpath.absy that return TPath.RootModifier and TypeMethodDescriptionTPath.Root.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.RootModifier and TypeMethodDescriptionstatic Pattern<TPath.Root> TPath.__Patterns.term_Root(Pattern<? super TPath.PathExpr> superpattern) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.RootModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.Root el) protected voidTPath.Dump.action(TPath.Root e0) protected voidTPath.MATCH_ONLY_00.action(TPath.Root e0) protected voidTPath.Rewriter.action(TPath.Root e0) protected voidTPath.Visitor.action(TPath.Root e0) protected voidTPath.Dump.descend(TPath.Root e0) protected voidTPath.Visitor.descend(TPath.Root e0) voidTPath.MATCH_ONLY_00.match(TPath.Root e0) protected voidTPath.Visitor.post(TPath.Root e0) protected voidTPath.Visitor.pre(TPath.Root e0) protected voidTPath.Dump.printscalars(TPath.Root e0) protected voidTPath.Rewriter.rewriteFields(TPath.Root clone) protected FormatTPath.__Formatter.toFormat(TPath.Root el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.Root -
Uses of TPath.Root in eu.bandm.tools.tpath.runtime
Methods in eu.bandm.tools.tpath.runtime with parameters of type TPath.Root -
Uses of TPath.Root in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as TPath.Root