Class BNFProduction_

java.lang.Object
EDU.purdue.jtb.parser.NormalProduction
EDU.purdue.jtb.parser.BNFProduction_

public class BNFProduction_ extends NormalProduction
Describes BNF productions.
  • Constructor Details

    • BNFProduction_

      public BNFProduction_()
  • Method Details

    • getDeclarationTokens

      public final List<Token> getDeclarationTokens()
      Returns:
      the declaration_tokens
    • setJumpPatched

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

      public final boolean isJumpPatched()
      Returns:
      the jumpPatched