public ClientLexer(LexerSharedInputState state) {
super(state);
caseSensitiveLiterals = false;
setCaseSensitive(true);
literals = new Hashtable();
literals.put(new ANTLRHashString("spool", this), new Integer(8));
literals.put(new ANTLRHashString("copy", this), new Integer(33));
literals.put(new ANTLRHashString("mkdir", this), new Integer(31));
literals.put(new ANTLRHashString("uncheckout", this), new Integer(63));
literals.put(new ANTLRHashString("delete", this), new Integer(34));
literals.put(new ANTLRHashString("abort", this), new Integer(48));
literals.put(new ANTLRHashString("grant", this), new Integer(52));
literals.put(new ANTLRHashString("off", this), new Integer(10));
literals.put(new ANTLRHashString("acl", this), new Integer(57));
literals.put(new ANTLRHashString("help", this), new Integer(4));
literals.put(new ANTLRHashString("lcd", this), new Integer(22));
literals.put(new ANTLRHashString("ldir", this), new Integer(26));
literals.put(new ANTLRHashString("mv", this), new Integer(74));
literals.put(new ANTLRHashString("lock", this), new Integer(49));
literals.put(new ANTLRHashString("to", this), new Integer(53));
literals.put(new ANTLRHashString("versioncontrol", this), new Integer(59));
literals.put(new ANTLRHashString("mkws", this), new Integer(67));
literals.put(new ANTLRHashString("mkcol", this), new Integer(30));
literals.put(new ANTLRHashString("from", this), new Integer(56));
literals.put(new ANTLRHashString("dir", this), new Integer(29));
literals.put(new ANTLRHashString("propfind", this), new Integer(37));
literals.put(new ANTLRHashString("checkin", this), new Integer(61));
literals.put(new ANTLRHashString("quit", this), new Integer(69));
literals.put(new ANTLRHashString("open", this), new Integer(17));
literals.put(new ANTLRHashString("locks", this), new Integer(51));
literals.put(new ANTLRHashString("status", this), new Integer(7));
literals.put(new ANTLRHashString("exit", this), new Integer(68));
literals.put(new ANTLRHashString("unlock", this), new Integer(50));
literals.put(new ANTLRHashString("rm", this), new Integer(36));
literals.put(new ANTLRHashString("set", this), new Integer(71));
literals.put(new ANTLRHashString("lls", this), new Integer(25));
literals.put(new ANTLRHashString("proppatch", this), new Integer(42));
literals.put(new ANTLRHashString("propput", this), new Integer(75));
literals.put(new ANTLRHashString("commit", this), new Integer(47));
literals.put(new ANTLRHashString("propgetall", this), new Integer(41));
literals.put(new ANTLRHashString("close", this), new Integer(72));
literals.put(new ANTLRHashString("principalcollectionset", this), new Integer(58));
literals.put(new ANTLRHashString("run", this), new Integer(11));
literals.put(new ANTLRHashString("deny", this), new Integer(54));
literals.put(new ANTLRHashString("report", this), new Integer(64));
literals.put(new ANTLRHashString("put", this), new Integer(45));
literals.put(new ANTLRHashString("connect", this), new Integer(16));
literals.put(new ANTLRHashString("propget", this), new Integer(38));
literals.put(new ANTLRHashString("revoke", this), new Integer(55));
literals.put(new ANTLRHashString("echo", this), new Integer(12));
literals.put(new ANTLRHashString("disconnect", this), new Integer(18));
literals.put(new ANTLRHashString("debug", this), new Integer(14));
literals.put(new ANTLRHashString("move", this), new Integer(32));
literals.put(new ANTLRHashString("bye", this), new Integer(70));
literals.put(new ANTLRHashString("cd", this), new Integer(23));
literals.put(new ANTLRHashString("cp", this), new Integer(73));
literals.put(new ANTLRHashString("propfindall", this), new Integer(40));
literals.put(new ANTLRHashString("del", this), new Integer(35));
literals.put(new ANTLRHashString("get", this), new Integer(44));
literals.put(new ANTLRHashString("lpwd", this), new Integer(19));
literals.put(new ANTLRHashString("cc", this), new Integer(24));
literals.put(new ANTLRHashString("on", this), new Integer(13));
literals.put(new ANTLRHashString("options", this), new Integer(15));
literals.put(new ANTLRHashString("begin", this), new Integer(46));
literals.put(new ANTLRHashString("ereport", this), new Integer(65));
literals.put(new ANTLRHashString("pwd", this), new Integer(21));
literals.put(new ANTLRHashString("principalcol", this), new Integer(76));
literals.put(new ANTLRHashString("update", this), new Integer(60));
literals.put(new ANTLRHashString("checkout", this), new Integer(62));
literals.put(new ANTLRHashString("lreport", this), new Integer(66));
literals.put(new ANTLRHashString("ls", this), new Integer(28));
literals.put(new ANTLRHashString("pwc", this), new Integer(20));
}