All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.galasa.framework.internal.rps.tree.RpsResolverTreeConstants Maven / Gradle / Ivy

There is a newer version: 0.37.0
Show newest version
/*
 * Copyright contributors to the Galasa project
 *
 * SPDX-License-Identifier: EPL-2.0
 */
/* Generated By:JavaCC: Do not edit this line. RpsResolverTreeConstants.java Version 5.0 */
package dev.galasa.framework.internal.rps.tree;

public interface RpsResolverTreeConstants
{
  public int JJTSTART = 0;
  public int JJTCONSTANT = 1;
  public int JJTVARIABLE = 2;
  public int JJTSINGLERANGE = 3;
  public int JJTMULTIRANGE = 4;


  public String[] jjtNodeName = {
    "Start",
    "Constant",
    "Variable",
    "SingleRange",
    "MultiRange",
  };
}
/* JavaCC - OriginalChecksum=3acd190491dc41d1930e42f1ffb53e9f (do not edit this line) */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy