Class NodeMetadata
- java.lang.Object
-
- com.google.javascript.refactoring.NodeMetadata
-
public final class NodeMetadata extends java.lang.Object
Class that holds metadata (or meta objects) for use by JsFlume that aren't contained within the Node itself.
-
-
Constructor Summary
Constructors Constructor Description NodeMetadata(AbstractCompiler compiler)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeMetadata
fromTraversal(NodeTraversal traversal)
AbstractCompiler
getCompiler()
@Nullable NodeTraversal
getTraversal()
-
-
-
Constructor Detail
-
NodeMetadata
public NodeMetadata(AbstractCompiler compiler)
-
-
Method Detail
-
fromTraversal
public static NodeMetadata fromTraversal(NodeTraversal traversal)
-
getCompiler
public AbstractCompiler getCompiler()
-
getTraversal
public @Nullable NodeTraversal getTraversal()
-
-