Package com.google.javascript.jscomp
Class FindExportableNodes.GenerateNodeContext
- java.lang.Object
-
- com.google.javascript.jscomp.FindExportableNodes.GenerateNodeContext
-
- Enclosing class:
- FindExportableNodes
public static class FindExportableNodes.GenerateNodeContext extends java.lang.Object
Context holding the node references required for generating the export calls.
-
-
Constructor Summary
Constructors Constructor Description GenerateNodeContext(Node node, Node scriptNode, Node contextNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
getContextNode()
Node
getNode()
Node
getScriptNode()
-