Uses of Class
eu.bandm.tools.tpath.absy.TPath.Literal
Packages that use TPath.Literal
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.Literal in eu.bandm.tools.tpath.absy
Fields in eu.bandm.tools.tpath.absy with type parameters of type TPath.LiteralModifier and TypeFieldDescriptionstatic final Function<TPath.Literal, String> TPath.Literal.get_textDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.absy that return TPath.LiteralModifier and TypeMethodDescriptionTPath.Literal.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.LiteralModifier and TypeMethodDescriptionstatic Pattern<TPath.Literal> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<TPath.Literal> TPath.__Patterns.term_Literal(Pattern<? super TPath.ValueExpr> superpattern, Pattern<? super String> p_text) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.LiteralModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.Literal el) protected voidTPath.Dump.action(TPath.Literal e0) protected voidTPath.MATCH_ONLY_00.action(TPath.Literal e0) protected voidTPath.Rewriter.action(TPath.Literal e0) protected voidTPath.Visitor.action(TPath.Literal e0) protected voidTPath.Dump.descend(TPath.Literal e0) protected voidTPath.Visitor.descend(TPath.Literal e0) voidTPath.MATCH_ONLY_00.match(TPath.Literal e0) protected voidTPath.Visitor.post(TPath.Literal e0) protected voidTPath.Visitor.pre(TPath.Literal e0) protected voidTPath.Dump.printscalars(TPath.Literal e0) protected voidTPath.Rewriter.rewriteFields(TPath.Literal clone) protected FormatTPath.__Formatter.toFormat(TPath.Literal el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.LiteralModifier and TypeMethodDescriptionTPath.__Patterns.cast_Literal(Pattern<? super TPath.Literal> p) -
Uses of TPath.Literal in eu.bandm.tools.tpath.parser2
Fields in eu.bandm.tools.tpath.parser2 with type parameters of type TPath.LiteralModifier and TypeFieldDescriptionfinal Reading<D, TokenType, TPath.Literal> Parser.non_bracedParsing rule for the longest sequence of characters up to the first single-standing opening brace. -
Uses of TPath.Literal in eu.bandm.tools.tpath.runtime
Methods in eu.bandm.tools.tpath.runtime with parameters of type TPath.LiteralModifier and TypeMethodDescriptionprotected voidSimpleInterpreter.Visitor.descend(TPath.Literal x) -
Uses of TPath.Literal in eu.bandm.tools.xslt.base
Fields in eu.bandm.tools.xslt.base declared as TPath.LiteralModifier and TypeFieldDescription(package private) TPath.LiteralTPathCache.ExprClassified.constValueIs !=null iff the expression has one constant string value.