no.sesat
Class Interpreter.Function
java.lang.Object
no.sesat.Interpreter.Function
- Enclosing class:
- Interpreter
public abstract static class Interpreter.Function
- extends Object
Function that you can implement if you want to add a function to this
Interpreter.
|
Method Summary |
protected String |
describe()
One line that describes the function. |
protected String |
help()
If there is need for a longer description then what you can write in
description then write it here. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interpreter.Function
public Interpreter.Function()
describe
protected String describe()
- One line that describes the function.
- Returns:
- Description
help
protected String help()
- If there is need for a longer description then what you can write in
description then write it here.
- Returns:
- Help text
Copyright © 2009 Schibsted Søk AS. All Rights Reserved.