Package org.jacop.fz

Interface ParserConstants

  • All Known Implementing Classes:
    Parser, ParserTokenManager

    public interface ParserConstants
    Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ARRAY
      RegularExpression Id.
      static int ASGN
      RegularExpression Id.
      static int BOOL
      RegularExpression Id.
      static int COLON
      RegularExpression Id.
      static int COLONCOLON
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int CONSTRAINT
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int DOTDOT
      RegularExpression Id.
      static int EOF
      End of File.
      static int FALSE
      RegularExpression Id.
      static int FLOAT
      RegularExpression Id.
      static int FLOAT_LITERAL
      RegularExpression Id.
      static int IDENT
      RegularExpression Id.
      static int INT
      RegularExpression Id.
      static int INT_LITERAL
      RegularExpression Id.
      static int LB
      RegularExpression Id.
      static int LBOX
      RegularExpression Id.
      static int LP
      RegularExpression Id.
      static int MAXIMIZE
      RegularExpression Id.
      static int MINIMIZE
      RegularExpression Id.
      static int OF
      RegularExpression Id.
      static int OUTPUT
      RegularExpression Id.
      static int PREDICATE
      RegularExpression Id.
      static int RB
      RegularExpression Id.
      static int RBOX
      RegularExpression Id.
      static int RP
      RegularExpression Id.
      static int SATISFY
      RegularExpression Id.
      static int SC
      RegularExpression Id.
      static int SET
      RegularExpression Id.
      static int SHOW
      RegularExpression Id.
      static int SHOW_COND
      RegularExpression Id.
      static int SINGLE_LINE_COMMENT
      RegularExpression Id.
      static int SOLVE
      RegularExpression Id.
      static int STRING_LITERAL
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int TRUE
      RegularExpression Id.
      static int VAR
      RegularExpression Id.