- java.lang.Object
 - 
- jp.cafebabe.pochicmd.ScriptEngineRunner
 - 
- jp.cafebabe.pochicmd.ExpressionRunner
 
 
 
- 
- All Implemented Interfaces:
 Runner
public class ExpressionRunner extends ScriptEngineRunner
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface jp.cafebabe.pochicmd.Runner
Runner.Mode 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ExpressionRunner() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Runner.Modemode()voidrun(Arguments args)- 
Methods inherited from class jp.cafebabe.pochicmd.ScriptEngineRunner
load, loadImpl, toReader 
 - 
 
 - 
 
- 
- 
Method Detail
- 
run
public void run(Arguments args) throws IOException
- Throws:
 IOException
 
- 
mode
public Runner.Mode mode()
 
 - 
 
 -