Class BNFProduction


  • public class BNFProduction
    extends NormalProduction
    Describes BNF productions.
    • Constructor Detail

      • BNFProduction

        public BNFProduction()
    • Method Detail

      • getDeclarationTokens

        public java.util.List<Token> getDeclarationTokens()
        Returns:
        the declaration_tokens
      • setJumpPatched

        public void setJumpPatched​(boolean jumpPatched)
        Parameters:
        jumpPatched - the jumpPatched to set
      • isJumpPatched

        public boolean isJumpPatched()
        Returns:
        the jumpPatched