public final class JsParameter extends JsNode implements HasName
Constructor and Description |
---|
JsParameter(SourceInfo sourceInfo,
JsName name) |
Modifier and Type | Method and Description |
---|---|
NodeKind |
getKind() |
JsName |
getName() |
void |
traverse(JsVisitor v,
JsContext ctx)
Causes this object to have the visitor visit itself and its children.
|
getSourceInfo, setSourceInfo, toSource, toSource, toString
public JsParameter(SourceInfo sourceInfo, JsName name)
public void traverse(JsVisitor v, JsContext ctx)
JsVisitable
traverse
in interface JsVisitable
v
- the visitor that should traverse this nodectx
- the context of an existing traversalCopyright © 2018. All rights reserved.