Code Search for Developers
 
 
  

CalculatorConstants.java from SmartFrog at Krugle


Show CalculatorConstants.java syntax highlighted

/* Generated By:JavaCC: Do not edit this line. CalculatorConstants.java */
package org.smartfrog.regtest.arithmetic.templategen;

public interface CalculatorConstants {

  int EOF = 0;
  int NUMBER = 5;
  int DIGIT = 6;
  int GENERATOR = 7;
  int TERMINATOR = 8;

  int DEFAULT = 0;

  String[] tokenImage = {
    "<EOF>",
    "\" \"",
    "\"\\r\"",
    "\"\\t\"",
    "\"\\n\"",
    "<NUMBER>",
    "<DIGIT>",
    "\"G\"",
    "\"T\"",
    "\"+\"",
    "\"*\"",
    "\"-\"",
    "\"(\"",
    "\")\"",
  };

}




See more files for this project here

SmartFrog

SmartFrog (Smart Framework for Object Groups) is a framework for configuring and automatically activating distributed applications. \r\nThe SmartFrog framework is released under LGPL license.\r\nMore info at: www.smartfrog.org

Project homepage: http://sourceforge.net/projects/smartfrog
Programming language(s): Java,XML
License: other

  ASCII_UCodeESC_CharStream.java
  Calculator.java
  Calculator.jj
  CalculatorConstants.java
  CalculatorTokenManager.java
  ExampleGen.java
  GlobalName.java
  NodeElem.java
  NodeElemImpl.java
  ParseException.java
  Token.java
  TokenMgrError.java
  doAll
  doAll.bat
  doAll.nt
  example.vm
  example1TH.sf
  example1TH_1.sf
  example1TH_2.sf
  example2TH.sf
  example2TH_1.sf
  example2TH_2.sf
  example3TH.sf
  example3TH_1.sf
  example3TH_2.sf
  example4TH.sf
  example4TH_1.sf
  example4TH_2.sf
  exampleTH.sf
  exampleTHLocalHost.sf
  exampleTH_Big.sf
  exampleTH_TinyLH.sf
  example_small.sf
  example_tiny.sf
  foo1
  foo2
  foo3
  foo4
  host1
  host2
  hostTemplate1.sf
  hostTemplate2.sf
  hostTemplateLocalHost.sf
  velocity.log