org.ocleditor.internal.ui.editor
Class OclKeywords

java.lang.Object
  extended byorg.ocleditor.internal.ui.editor.OclKeywords

public class OclKeywords
extends java.lang.Object

Represents the keywords list (OCL grammar 1.4).

Implementation the Singleton pattern.


Constructor Summary
OclKeywords()
           
 
Method Summary
 java.lang.String[] getKeywords()
           
static OclKeywords instance()
          Returns the shared instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OclKeywords

public OclKeywords()
Method Detail

getKeywords

public java.lang.String[] getKeywords()
Returns:
the keyword list.

instance

public static OclKeywords instance()
Returns the shared instance.