[]
        
(Showing Draft Content)

EmptyNode

Class EmptyNode


public final class EmptyNode extends TerminalNode
Represents an empty node. This node is used when a parameter was omitted.

This node is immutable, and the only valid value is Instance .

  • Constructor Details

    • EmptyNode

      public EmptyNode()
  • Method Details

    • GetInstance

      public static EmptyNode GetInstance()
      The shared instance of EmptyNode.