Package org.joni.ast

Class Node.TopNode

java.lang.Object
org.joni.ast.Node
org.joni.ast.Node.TopNode
All Implemented Interfaces:
NodeType
Enclosing class:
Node

public static final class Node.TopNode extends Node
  • Field Details

    • root

      private Node root
  • Constructor Details

    • TopNode

      TopNode(Node root)
  • Method Details