Class BNFProduction

java.lang.Object
org.javacc.parser.NormalProduction
org.javacc.parser.BNFProduction

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

    • BNFProduction

      public BNFProduction()
  • Method Details

    • getDeclarationTokens

      public 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