File
Doc
Category
Size
Date
Package
IdlKeywords.java
API Doc
Example
1534
Thu Feb 17 20:00:42 GMT 2000
com.togethersoft.modules.genidl
IdlKeywords
java.lang.Object
public abstract class IdlKeywords extends Object
The storage of IDL keywords.
Fields Summary
private static final String[]
idlKeywords
private static final Hashtable
htKeywords
Constructors Summary
Methods Summary
public static
boolean
isKeyword
(
java.lang.String
kw)
return htKeywords.containsKey(kw);
Java Code Source