Interface Interpreter<T>

All Known Implementing Classes:
SimpleInterpreter, TypedInterpreter

public interface Interpreter<T>
  • Method Summary

    Modifier and Type Method Description
    T analyze​(SyntaxTree syntaxTree)