KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > sql99 > token > hexitstringliteralrepresentation


1 package com.daffodilwoods.daffodildb.server.sql99.token;
2
3 import com.daffodilwoods.database.resource.*;
4
5 public class hexitstringliteralrepresentation implements com.daffodilwoods.daffodildb.utils.parser.StatementExecuter, token {
6    public String JavaDoc _hexitstringliteralrepresentation0;
7
8    public Object JavaDoc run(Object JavaDoc object) throws DException {
9       return null;
10    }
11
12    public Object JavaDoc clone() throws CloneNotSupportedException JavaDoc {
13       return this;
14    }
15
16    public String JavaDoc toString() {
17       return _hexitstringliteralrepresentation0;
18    }
19
20    public int getType() {
21       return OTHERS;
22    }
23 }
24
Popular Tags