public class JsSeedIdOf extends JsNameOf
Constructor and Description |
---|
JsSeedIdOf(SourceInfo info,
JsName name,
int seedId) |
Modifier and Type | Method and Description |
---|---|
NodeKind |
getKind() |
int |
getSeedId() |
void |
traverse(JsVisitor visitor,
JsContext ctx)
Causes this object to have the visitor visit itself and its children.
|
getName, hasSideEffects, isDefinitelyNotNull, isDefinitelyNull
isLeaf, makeStmt
getSourceInfo, setSourceInfo, toSource, toSource, toString
public JsSeedIdOf(SourceInfo info, JsName name, int seedId)
public int getSeedId()
public void traverse(JsVisitor visitor, JsContext ctx)
JsVisitable
traverse
in interface JsVisitable
traverse
in class JsNameOf
visitor
- the visitor that should traverse this nodectx
- the context of an existing traversalCopyright © 2018. All rights reserved.