Uses of Class
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.template.Template
Packages that use Template
Package
Description
-
Uses of Template in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint
Constructors in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint with parameters of type TemplateModifierConstructorDescriptionTemplateVisitor(Template syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) -
Uses of Template in org.eclipse.lemminx.customservice.synapse.debugger.visitor.stepover
Constructors in org.eclipse.lemminx.customservice.synapse.debugger.visitor.stepover with parameters of type TemplateModifierConstructorDescriptionStepOverTemplateVisitor(Template syntaxTree, Breakpoint breakpoint, StepOverInfo stepOverInfo) -
Uses of Template in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.serializer with parameters of type TemplateModifier and TypeMethodDescriptionstatic StringTemplateSerializer.serializeTemplate(Template template)