KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > webdav > cmd > SlideTokenTypes


1 // $ANTLR 2.7.3: "Client.g" -> "ClientLexer.java"$
2

3 /*
4  * $Header: /home/cvs/jakarta-slide/webdavclient/commandline/src/java/org/apache/webdav/cmd/SlideTokenTypes.java,v 1.7 2004/08/02 15:45:50 unico Exp $
5  * $Revision: 1.7 $
6  * $Date: 2004/08/02 15:45:50 $
7  *
8  * ====================================================================
9  *
10  * Copyright 1999-2002 The Apache Software Foundation
11  *
12  * Licensed under the Apache License, Version 2.0 (the "License");
13  * you may not use this file except in compliance with the License.
14  * You may obtain a copy of the License at
15  *
16  * http://www.apache.org/licenses/LICENSE-2.0
17  *
18  * Unless required by applicable law or agreed to in writing, software
19  * distributed under the License is distributed on an "AS IS" BASIS,
20  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21  * See the License for the specific language governing permissions and
22  * limitations under the License.
23  *
24  */

25
26 package org.apache.webdav.cmd;
27
28 import java.io.*;
29 import java.util.*;
30 import org.apache.webdav.lib.PropertyName;
31 import org.apache.webdav.lib.util.QName;
32
33
34 public interface SlideTokenTypes {
35     int EOF = 1;
36     int NULL_TREE_LOOKAHEAD = 3;
37     int HELP = 4;
38     int QUESTION = 5;
39     int EOL = 6;
40     int STATUS = 7;
41     int SPOOL = 8;
42     int STRING = 9;
43     int OFF = 10;
44     int RUN = 11;
45     int ECHO = 12;
46     int ON = 13;
47     int DEBUG = 14;
48     int OPTIONS = 15;
49     int CONNECT = 16;
50     int OPEN = 17;
51     int DISCONNECT = 18;
52     int LPWD = 19;
53     int PWC = 20;
54     int PWD = 21;
55     int LCD = 22;
56     int CD = 23;
57     int CC = 24;
58     int LLS = 25;
59     int LDIR = 26;
60     int OPTIONSTRING = 27;
61     int LS = 28;
62     int DIR = 29;
63     int MKCOL = 30;
64     int MKDIR = 31;
65     int MOVE = 32;
66     int COPY = 33;
67     int DELETE = 34;
68     int DEL = 35;
69     int RM = 36;
70     int PROPFIND = 37;
71     int PROPGET = 38;
72     int QNAME = 39;
73     int PROPFINDALL = 40;
74     int PROPGETALL = 41;
75     int PROPPATCH = 42;
76     int PROPSET = 43;
77     int GET = 44;
78     int PUT = 45;
79     int BEGIN = 46;
80     int COMMIT = 47;
81     int ABORT = 48;
82     int LOCK = 49;
83     int UNLOCK = 50;
84     int LOCKS = 51;
85     int GRANT = 52;
86     int TO = 53;
87     int DENY = 54;
88     int REVOKE = 55;
89     int FROM = 56;
90     int ACL = 57;
91     int PRINCIPALCOLLECTIONSET = 58;
92     int VERSIONCONTROL = 59;
93     int UPDATE = 60;
94     int CHECKIN = 61;
95     int CHECKOUT = 62;
96     int UNCHECKOUT = 63;
97     int REPORT = 64;
98     int EREPORT = 65;
99     int LREPORT = 66;
100     int MKWS = 67;
101     int EXIT = 68;
102     int QUIT = 69;
103     int BYE = 70;
104     int SET = 71;
105     int CLOSE = 72;
106     int CP = 73;
107     int MV = 74;
108     int PROPPUT = 75;
109     int PRINCIPALCOL = 76;
110     int WS = 77;
111     int CHARS = 78;
112     int ALPHANUM = 79;
113     int ALPHA = 80;
114     int LOWALPHA = 81;
115     int UPALPHA = 82;
116     int DIGIT = 83;
117 }
118
Popular Tags