org.almendra.janet.ade.executor.interpreters
Class EvictInterpreter

java.lang.Object
  extended by org.almendra.janet.ade.executor.interpreters.EvictInterpreter
All Implemented Interfaces:
IInterpreter

public class EvictInterpreter
extends java.lang.Object
implements IInterpreter

Author:
Oliver Plohmann

Constructor Summary
EvictInterpreter()
           
 
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

EvictInterpreter

public EvictInterpreter()
Method Detail

execute

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

commandNames

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