OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:globalsymboltable
(Results
1 - 1
of
1
) sorted by null
/external/nist-sip/java/gov/nist/core/
LexerCore.java
85
protected static final Hashtable
globalSymbolTable
;
92
globalSymbolTable
= new Hashtable();
101
if (!
globalSymbolTable
.containsKey(val))
102
globalSymbolTable
.put(val, name);
107
return (String)
globalSymbolTable
.get(Integer.valueOf(value));
Completed in 395 milliseconds