Class NotSymbol

java.lang.Object
com.github.curiousoddman.rgxgen.nodes.Node
com.github.curiousoddman.rgxgen.nodes.NotSymbol

public class NotSymbol extends Node
  • Constructor Details

    • NotSymbol

      public NotSymbol(String pattern, Node node)
  • Method Details