Uses of Class
eu.bandm.tools.tpath.absy.TPath.ProcessingInstruction
Package
Description
Abstract syntax of the tpath language, realized as a umod model.
Infrastructure for evaluating tpath expressions.
-
Uses of TPath.ProcessingInstruction in eu.bandm.tools.tpath.absy
Modifier and TypeFieldDescriptionstatic final Function<TPath.ProcessingInstruction,
String> TPath.ProcessingInstruction.get_target
Deprecated.Use new '::' method reference instead.Modifier and TypeMethodDescriptionTPath.ProcessingInstruction.doclone()
Clones this object.TPath.__SAX_Parser.fill_ProcessingInstruction
(Object res) Copies values of all common fields from the argument.TPath.__SAX_Parser.matchSAX_ProcessingInstruction()
Modifier and TypeMethodDescriptionstatic Pattern<TPath.ProcessingInstruction>
TPath.ProcessingInstruction.get_target
(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<TPath.ProcessingInstruction>
TPath.__Patterns.term_ProcessingInstruction
(Pattern<? super TPath.TypeTest> superpattern, Pattern<? super String> p_target) Modifier and TypeMethodDescriptionprotected void
TPath.__Formatter.action
(TPath.ProcessingInstruction el) void
TPath.__SAX_Writer.action
(TPath.ProcessingInstruction e0) protected void
TPath.Dump.action
(TPath.ProcessingInstruction e0) protected void
TPath.MATCH_ONLY_00.action
(TPath.ProcessingInstruction e0) protected void
TPath.Rewriter.action
(TPath.ProcessingInstruction e0) protected void
TPath.Visitor.action
(TPath.ProcessingInstruction e0) protected void
TPath.Dump.descend
(TPath.ProcessingInstruction e0) protected void
TPath.Visitor.descend
(TPath.ProcessingInstruction e0) void
TPath.__SAX_Writer.dumpfields
(TPath.ProcessingInstruction e0) void
TPath.__SAX_Parser.XMLPARSER_ProcessingInstruction.fillFields
(TPath.ProcessingInstruction newobj) void
TPath.MATCH_ONLY_00.match
(TPath.ProcessingInstruction e0) void
TPath.__SAX_Parser.XMLPARSER_ProcessingInstruction.parsefields
(TPath.ProcessingInstruction newobj) protected void
TPath.Visitor.post
(TPath.ProcessingInstruction e0) protected void
TPath.Visitor.pre
(TPath.ProcessingInstruction e0) protected void
TPath.Dump.printscalars
(TPath.ProcessingInstruction e0) protected void
TPath.Rewriter.rewriteFields
(TPath.ProcessingInstruction clone) protected Format
TPath.__Formatter.toFormat
(TPath.ProcessingInstruction el) Modifier and TypeMethodDescriptionTPath.__Patterns.cast_ProcessingInstruction
(Pattern<? super TPath.ProcessingInstruction> p) -
Uses of TPath.ProcessingInstruction in eu.bandm.tools.tpath.runtime
Modifier and TypeMethodDescriptionprotected void
SimpleInterpreter.Visitor.descend
(TPath.ProcessingInstruction x)