public final class JsDefault extends JsSwitchMember
stmts
Constructor and Description |
---|
JsDefault(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.
|
getStmts
getSourceInfo, setSourceInfo, toSource, toSource, toString
public JsDefault(SourceInfo sourceInfo)
public void traverse(JsVisitor v, JsContext ctx)
JsVisitable
v
- the visitor that should traverse this nodectx
- the context of an existing traversalCopyright © 2018. All rights reserved.