org.opensolaris.opengrok.analysis.tcl
Class Consts

java.lang.Object
  extended by org.opensolaris.opengrok.analysis.tcl.Consts

public class Consts
extends java.lang.Object

Holds static hash set containing Tcl keywords


Field Summary
static java.util.Set<java.lang.String> kwd
           
 
Constructor Summary
Consts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kwd

public static final java.util.Set<java.lang.String> kwd
Constructor Detail

Consts

public Consts()