FileDocCategorySizeDatePackage
IdlKeywords.javaAPI DocExample1534Thu Feb 17 20:00:42 GMT 2000com.togethersoft.modules.genidl

IdlKeywords

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 booleanisKeyword(java.lang.String kw)

        return htKeywords.containsKey(kw);