Class NoTokenDefined

java.lang.Object
de.monticore.grammar.cocos.NoTokenDefined
All Implemented Interfaces:
GrammarASTMCGrammarCoCo, GrammarVisitor2, de.monticore.visitor.IVisitor

public class NoTokenDefined extends Object implements GrammarASTMCGrammarCoCo
  • Field Details

    • ERROR_CODE

      public static final String ERROR_CODE
      Coco that checks whether a token is defined by the grammar or any super grammar. If not, there will be no lexer generated, so the parser will not compile This coco ensures that this will not happen
      See Also:
    • ERROR_MSG_FORMAT

      public static final String ERROR_MSG_FORMAT
      See Also:
  • Constructor Details

    • NoTokenDefined

      public NoTokenDefined()
  • Method Details