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:JavaCC: Do not edit this line. CSSSyntaxConstants.java */
package org.netbeans.modules.css.text.syntax.javacc;

public interface CSSSyntaxConstants {

  int EOF = 0;
  int CRLF = 1;
  int LCB = 2;
  int ERR_IN_DEFAULT = 3;
  int COMMENT_START = 4;
  int CCOMMENT_START = 5;
  int SELECTOR = 6;
  int MEDIA_DECL = 7;
  int ATKW = 8;
  int RULESET_START = 9;
  int TEXT_IN_MEDIA_DECL = 10;
  int PROP = 11;
  int TEXT_IN_RULESET = 12;
  int COMMENT_IN_RULESET = 13;
  int CCOMMENT_IN_RULESET = 14;
  int RCB_IN_BLOCK = 15;
  int TEXT_IN_COMMENT = 16;
  int ERR_IN_COMMENT = 17;
  int COMMENT_END = 18;
  int TEXT_IN_CCOMMENT = 19;
  int CCOMMENT_END = 20;

  int IN_CCOMMENT = 0;
  int IN_COMMENT = 1;
  int IN_RULESET = 2;
  int IN_MEDIA_DECL = 3;
  int DEFAULT = 4;

  String[] tokenImage = {
    "",
    "\"\\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.