Uses of Class
eu.bandm.tools.tpath.absy.TPath.ProcessingInstruction
Packages that use 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
Fields in eu.bandm.tools.tpath.absy with type parameters of type TPath.ProcessingInstructionModifier and TypeFieldDescriptionstatic final Function<TPath.ProcessingInstruction, String> TPath.ProcessingInstruction.get_targetDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.tpath.absy that return TPath.ProcessingInstructionModifier 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()Methods in eu.bandm.tools.tpath.absy that return types with arguments of type TPath.ProcessingInstructionModifier 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) Methods in eu.bandm.tools.tpath.absy with parameters of type TPath.ProcessingInstructionModifier and TypeMethodDescriptionprotected voidTPath.__Formatter.action(TPath.ProcessingInstruction el) voidTPath.__SAX_Writer.action(TPath.ProcessingInstruction e0) protected voidTPath.Dump.action(TPath.ProcessingInstruction e0) protected voidTPath.MATCH_ONLY_00.action(TPath.ProcessingInstruction e0) protected voidTPath.Rewriter.action(TPath.ProcessingInstruction e0) protected voidTPath.Visitor.action(TPath.ProcessingInstruction e0) protected voidTPath.Dump.descend(TPath.ProcessingInstruction e0) protected voidTPath.Visitor.descend(TPath.ProcessingInstruction e0) voidTPath.__SAX_Writer.dumpfields(TPath.ProcessingInstruction e0) voidTPath.__SAX_Parser.XMLPARSER_ProcessingInstruction.fillFields(TPath.ProcessingInstruction newobj) voidTPath.MATCH_ONLY_00.match(TPath.ProcessingInstruction e0) voidTPath.__SAX_Parser.XMLPARSER_ProcessingInstruction.parsefields(TPath.ProcessingInstruction newobj) protected voidTPath.Visitor.post(TPath.ProcessingInstruction e0) protected voidTPath.Visitor.pre(TPath.ProcessingInstruction e0) protected voidTPath.Dump.printscalars(TPath.ProcessingInstruction e0) protected voidTPath.Rewriter.rewriteFields(TPath.ProcessingInstruction clone) protected FormatTPath.__Formatter.toFormat(TPath.ProcessingInstruction el) Method parameters in eu.bandm.tools.tpath.absy with type arguments of type TPath.ProcessingInstructionModifier and TypeMethodDescriptionTPath.__Patterns.cast_ProcessingInstruction(Pattern<? super TPath.ProcessingInstruction> p) -
Uses of TPath.ProcessingInstruction in eu.bandm.tools.tpath.runtime
Methods in eu.bandm.tools.tpath.runtime with parameters of type TPath.ProcessingInstructionModifier and TypeMethodDescriptionprotected voidSimpleInterpreter.Visitor.descend(TPath.ProcessingInstruction x)