org.almendra.janet.cas.node.interpreters
Class NullInterpreter

java.lang.Object
  extended by org.almendra.janet.cas.node.interpreters.NullInterpreter
All Implemented Interfaces:
java.io.Serializable, IInterpreter

public class NullInterpreter
extends java.lang.Object
implements IInterpreter, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NullInterpreter()
          Creates a new NullInterpreter object.
 
Method Summary
 StringVector commandNames()
           
 void execute(CommandAccessor cmdAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullInterpreter

public NullInterpreter()
Creates a new NullInterpreter object.

Method Detail

execute

public void execute(CommandAccessor cmdAccessor)
Specified by:
execute in interface IInterpreter

commandNames

public StringVector commandNames()
Specified by:
commandNames in interface IInterpreter