Uses of Class
eu.bandm.tools.tpath.absy.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
Modifier and TypeFieldDescriptionstatic final Function<TPath.Literal,
String> TPath.Literal.get_text
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionTPath.Literal.doclone()
Clones this object.TPath.__SAX_Parser.fill_Literal
(Object res) Copies values of all common fields from the argument.TPath.__SAX_Parser.matchSAX_Literal()
Modifier 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) Modifier and TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.Literal el) void
TPath.__SAX_Writer.action
(TPath.Literal e0) protected void
TPath.Dump.action
(TPath.Literal e0) protected void
TPath.MATCH_ONLY_00.action
(TPath.Literal e0) protected void
TPath.Rewriter.action
(TPath.Literal e0) protected void
TPath.Visitor.action
(TPath.Literal e0) protected void
TPath.Dump.descend
(TPath.Literal e0) protected void
TPath.Visitor.descend
(TPath.Literal e0) void
TPath.__SAX_Writer.dumpfields
(TPath.Literal e0) void
TPath.__SAX_Parser.XMLPARSER_Literal.fillFields
(TPath.Literal newobj) void
TPath.MATCH_ONLY_00.match
(TPath.Literal e0) void
TPath.__SAX_Parser.XMLPARSER_Literal.parsefields
(TPath.Literal newobj) protected void
TPath.Visitor.post
(TPath.Literal e0) protected void
TPath.Visitor.pre
(TPath.Literal e0) protected void
TPath.Dump.printscalars
(TPath.Literal e0) protected void
TPath.Rewriter.rewriteFields
(TPath.Literal clone) protected Format
TPath.__Formatter.toFormat
(TPath.Literal el) Modifier and TypeMethodDescriptionTPath.__Patterns.cast_Literal
(Pattern<? super TPath.Literal> p) -
Uses of TPath.Literal in eu.bandm.tools.tpath.parser2
Modifier and TypeFieldDescriptionfinal Expression<D,
TokenType, TPath.Literal> Parser.non_braced
Longest sequence of characters up to the first single opening brace. -
Uses of TPath.Literal in eu.bandm.tools.tpath.runtime
Modifier and TypeMethodDescriptionprotected void
SimpleInterpreter.Visitor.descend
(TPath.Literal x) -
Uses of TPath.Literal in eu.bandm.tools.xslt.base
Modifier and TypeFieldDescription(package private) TPath.Literal
TPathCache.ExprClassified.constValue
Is !=null iff the expression has one constant string value.