Package org.h2.bnf


package org.h2.bnf

The implementation of the BNF (Backus-Naur form) parser and tool.

  • Class
    Description
    This class can read a file that is similar to BNF (Backus-Naur form).
    The visitor interface for BNF rules.
    Represents a BNF rule.
    A single terminal rule in a BNF object.
    Represents a non-standard syntax.
    Represents a hard coded terminal rule in a BNF object.
    Represents the head of a BNF rule.
    Represents a sequence of BNF rules, or a list of alternative rules.
    Represents an optional BNF rule.
    Represents a loop in a BNF object.
    A query context object.