net.sf.sasl.language.placeholder.aop.interpreter
Interface IInterpreter
- All Known Implementing Classes:
- ASTInterpreter
public interface IInterpreter
Interfaces defines methods that a placeholder script interpreter must
implement.
- Since:
- 0.0.1 (sasl-common-aspect-library)
- Author:
- Philipp Förmer
Method Summary |
String |
interpret()
Interprets the placeholder script and returns the constructed string
output. |
interpret
String interpret()
throws InterpreterException
- Interprets the placeholder script and returns the constructed string
output.
- Returns:
- non null
- Throws:
InterpreterException
- if any exception occurs during interpreting the placeholder
script.- Since:
- 0.0.1 (sasl-common-aspect-library)
Copyright © 2010. All Rights Reserved.