Interface Interpreter<T>
- All Known Implementing Classes:
SimpleInterpreter,TypedInterpreter
public interface Interpreter<T>
-
Method Summary
Modifier and Type Method Description Tanalyze(SyntaxTree syntaxTree)
-
Method Details
-
analyze
- Throws:
SemanticsException
-