alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

/* Generated By:JJTree&JavaCC: Do not edit this line. IcsParserConstants.java */
package org.netbeans.modules.tasklist.usertasks.ics.parser;

public interface IcsParserConstants {

  int EOF = 0;
  int HTAB = 1;
  int SPACE = 2;
  int DQUOTE = 3;
  int CR = 4;
  int LF = 5;
  int WSP = 6;
  int IANA_TOKEN = 7;
  int COMMA = 8;
  int COLON = 9;
  int SEMICOLON = 10;
  int EQUALS = 11;
  int X_NAME = 12;
  int CRLF = 13;
  int QUOTED_STRING = 14;
  int PARAM_TEXT = 15;
  int ALPHA = 16;
  int DIGIT = 17;
  int VENDORID = 18;
  int NON_US_ASCII = 19;
  int QSAFE_CHAR = 20;
  int SAFE_CHAR = 21;
  int VALUE = 22;

  int IN_VALUE = 0;
  int DEFAULT = 1;

  String[] tokenImage = {
    "",
    "\"\\t\"",
    "\" \"",
    "\"\\\"\"",
    "\"\\r\"",
    "\"\\n\"",
    "",
    "",
    "\",\"",
    "\":\"",
    "\";\"",
    "\"=\"",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
  };

}
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.