elan.expression
Class ExpressionNames

java.lang.Object
  |
  +--elan.expression.ExpressionNames

public class ExpressionNames
extends java.lang.Object

Manages the Expressions and Slogo Commands recognized by the parser.


Method Summary
 java.lang.String get(java.lang.String s)
           
static ExpressionNames getInstance()
          Returns initialized instance of this class.
 java.util.ArrayList getStaticCommands()
          Returns list of recognized commands.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ExpressionNames getInstance()
Returns initialized instance of this class.


get

public java.lang.String get(java.lang.String s)

getStaticCommands

public java.util.ArrayList getStaticCommands()
Returns list of recognized commands.