Class 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 Detail

      • GenerateNodeContext

        public GenerateNodeContext​(Node node,
                                   Node scriptNode,
                                   Node contextNode)
    • Method Detail

      • getNode

        public Node getNode()
      • getScriptNode

        public Node getScriptNode()
      • getContextNode

        public Node getContextNode()