Class AssemblyExtendedNonTerminal

All Implemented Interfaces:
Comparable<AssemblySymbol>

public class AssemblyExtendedNonTerminal extends AssemblyNonTerminal
The type of non-terminal for an "extended grammar"
See Also:
  • Constructor Details

    • 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
  • Method Details