Class AssemblyExtendedNonTerminal

    • Constructor Detail

      • AssemblyExtendedNonTerminal

        public AssemblyExtendedNonTerminal​(int start,
                                           AssemblyNonTerminal nt,
                                           int end)
        Construct a new extended non terminal, derived from the given non-terminal
        Parameters:
        start - the start state for the extended non-terminal
        nt - the non-terminal from which the extended non-terminal is derived
        end - the end state for the extended non-terminal