Class ProxyVisitor
java.lang.Object
org.eclipse.lemminx.customservice.synapse.debugger.visitor.breakpoint.ProxyVisitor
- All Implemented Interfaces:
Visitor
-
Constructor Summary
ConstructorsConstructorDescriptionProxyVisitor(Proxy syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap) -
Method Summary
-
Constructor Details
-
ProxyVisitor
public ProxyVisitor(Proxy syntaxTree, List<Breakpoint> breakpoints, HashMap<Breakpoint, IDebugInfo> breakpointInfoMap)
-
-
Method Details
-
startVisit
public void startVisit()- Specified by:
startVisitin interfaceVisitor
-