Uses of Class
org.eclipse.lemminx.customservice.synapse.debugger.entity.Breakpoint
Packages that use Breakpoint
Package
Description
-
Uses of Breakpoint in org.eclipse.lemminx.customservice.synapse.debugger
Methods in org.eclipse.lemminx.customservice.synapse.debugger with parameters of type BreakpointModifier and TypeMethodDescriptionDebuggerHelper.getStepOverBreakpoints(Breakpoint breakpoint) This method is used to get the step over breakpoints.Method parameters in org.eclipse.lemminx.customservice.synapse.debugger with type arguments of type BreakpointModifier and TypeMethodDescriptionDebuggerHelper.generateDebugInfo(List<Breakpoint> breakPoints) This method is used to generate the debug info.List<com.google.gson.JsonElement>DebuggerHelper.generateDebugInfoJson(List<Breakpoint> breakpoints) This method is used to generate the debug info json that will have the details about each breakpoint.DebuggerHelper.validateBreakpoints(List<Breakpoint> breakpoints) This method is used to validate the breakpoints. -
Uses of Breakpoint in org.eclipse.lemminx.customservice.synapse.debugger.entity
Fields in org.eclipse.lemminx.customservice.synapse.debugger.entity declared as BreakpointFields in org.eclipse.lemminx.customservice.synapse.debugger.entity with type parameters of type BreakpointMethods in org.eclipse.lemminx.customservice.synapse.debugger.entity that return types with arguments of type BreakpointMethods in org.eclipse.lemminx.customservice.synapse.debugger.entity with parameters of type Breakpoint -
Uses of Breakpoint in org.eclipse.lemminx.customservice.synapse.debugger.visitor
Methods in org.eclipse.lemminx.customservice.synapse.debugger.visitor with parameters of type BreakpointModifier and TypeMethodDescriptionstatic booleanVisitorUtils.checkNodeInRange(STNode node, Breakpoint breakpoint) Check whether the breakpoint is within the range of the node.static booleanVisitorUtils.checkValidBreakpoint(STNode node, Breakpoint breakpoint) Check whether the breakpoint is in the start tag range of the mediator node.static 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 BreakpointModifier 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.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 Breakpoint in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint
Methods in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint that return BreakpointMethods in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint that return types with arguments of type BreakpointConstructors in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint with parameters of type BreakpointConstructor parameters in org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint with type arguments of type BreakpointModifierConstructorDescriptionApiVisitor(API syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) ApiVisitor(API syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) BreakpointMediatorVisitor(List<Breakpoint> breakpoints, IDebugInfo debugInfo) InboundEndpointVisitor(InboundEndpoint 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) ProxyVisitor(Proxy syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) SequenceVisitor(NamedSequence 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) TemplateVisitor(Template syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) -
Uses of Breakpoint in org.eclipse.lemminx.customservice.synapse.debugger.visitor.stepover
Constructors in org.eclipse.lemminx.customservice.synapse.debugger.visitor.stepover with parameters of type BreakpointModifierConstructorDescriptionStepOverApiVisitor(API syntaxTree, Breakpoint breakpoint, StepOverInfo stepOverInfo) StepOverInboundEndpointVisitor(InboundEndpoint syntaxTree, Breakpoint breakpoint, StepOverInfo stepOverInfo) StepOverMediatorVisitor(Breakpoint breakpoint, StepOverInfo stepOverInfo) StepOverProxyVisitor(Proxy syntaxTree, Breakpoint breakpoint, StepOverInfo stepOverInfo) StepOverSequenceVisitor(NamedSequence syntaxTree, Breakpoint breakpoint, StepOverInfo stepOverInfo) StepOverTemplateVisitor(Template syntaxTree, Breakpoint breakpoint, StepOverInfo stepOverInfo)