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: Do not edit this line. C:/tasklist/trunk/tasklist/usertasks/src/org/netbeans/modules/tasklist/usertasks/ics/parser\IcsParserTreeConstants.java */

package org.netbeans.modules.tasklist.usertasks.ics.parser;

public interface IcsParserTreeConstants
{
  public int JJTFILE = 0;
  public int JJTCONTENTLINE = 1;
  public int JJTNAME = 2;
  public int JJTPARAM = 3;
  public int JJTPARAMNAME = 4;
  public int JJTPARAMVALUE = 5;


  public String[] jjtNodeName = {
    "File",
    "ContentLine",
    "Name",
    "Param",
    "ParamName",
    "ParamValue",
  };
}
... 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.