Uses of Interface
org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo.IDebugInfo
Packages that use IDebugInfo
Package
Description
-
Uses of IDebugInfo in org.eclipse.lemminx.customservice.synapse.debugger
Methods in org.eclipse.lemminx.customservice.synapse.debugger that return types with arguments of type IDebugInfoModifier and TypeMethodDescriptionDebuggerHelper.generateDebugInfo(List<Breakpoint> breakPoints) This method is used to generate the debug info. -
Uses of IDebugInfo in org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo
Classes in org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo that implement IDebugInfoModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in org.eclipse.lemminx.customservice.synapse.debugger.entity.debuginfo that return IDebugInfo -
Uses of IDebugInfo in org.eclipse.lemminx.customservice.synapse.debugger.visitor
Methods in org.eclipse.lemminx.customservice.synapse.debugger.visitor with parameters of type IDebugInfoModifier and TypeMethodDescriptionstatic voidVisitorUtils.markAsInvalid(Breakpoint breakpoint, String error, IDebugInfo debugInfo, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap, List<Breakpoint> breakpoints) Mark the breakpoint as invalid and store the error message in the debug info.Method parameters in org.eclipse.lemminx.customservice.synapse.debugger.visitor with type arguments of type IDebugInfoModifier and TypeMethodDescriptionstatic voidVisitorUtils.markAsInvalid(Breakpoint breakpoint, String error, IDebugInfo debugInfo, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap, List<Breakpoint> breakpoints) Mark the breakpoint as invalid and store the error message in the debug info.static voidVisitorUtils.visitMediators(List<Mediator> mediators, BreakpointMediatorVisitor visitor, HashMap<Breakpoint, IDebugInfo> debugInfos) Visit the mediators in the list and generate debug info for the current breakpoint. -
Uses of IDebugInfo in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint
Methods in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint that return IDebugInfoConstructors in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint with parameters of type IDebugInfoModifierConstructorDescriptionBreakpointMediatorVisitor(List<Breakpoint> breakpoints, IDebugInfo debugInfo) Constructor parameters in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint with type arguments of type IDebugInfoModifierConstructorDescriptionApiVisitor(API syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) InboundEndpointVisitor(InboundEndpoint syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) ProxyVisitor(Proxy syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) SequenceVisitor(NamedSequence syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) TemplateVisitor(Template syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) -
Uses of IDebugInfo in org.eclipse.lemminx.customservice.synapse.mediator.tryout.debugger
Methods in org.eclipse.lemminx.customservice.synapse.mediator.tryout.debugger with parameters of type IDebugInfoModifier and TypeMethodDescriptionvoidBreakpointEventProcessor.setFaultSequenceBreakpoint(IDebugInfo faultSequenceBreakpoint)