
public class JsDebugger extends JsStatement
| Constructor and Description |
|---|
JsDebugger(SourceInfo sourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
NodeKind |
getKind() |
void |
traverse(JsVisitor v,
JsContext ctx)
Causes this object to have the visitor visit itself and its children.
|
unconditionalControlBreakgetSourceInfo, setSourceInfo, toSource, toSource, toStringpublic JsDebugger(SourceInfo sourceInfo)
public void traverse(JsVisitor v, JsContext ctx)
JsVisitablev - the visitor that should traverse this nodectx - the context of an existing traversalCopyright © 2018. All rights reserved.