Interface Client<C extends Context,R,I extends Interpreter<C,R>>

Type Parameters:
C - typ kontekstu, jaki obsługiwany jest przez interpreter
R - typ obiektu zwracanego przez interpreter
I - typ interpretera zwracanego przez klienta

public interface Client<C extends Context,R,I extends Interpreter<C,R>>
Interfejs klienta, który rozpoczyna tworzenie instancji interpretera zależnego od podanego kontekstu.
  • Method Summary

    Modifier and Type
    Method
    Description
    newInterpreter(C context)
    Tworzy nową instancję interpretera.
  • Method Details

    • newInterpreter

      I newInterpreter(C context)
      Tworzy nową instancję interpretera.
      Parameters:
      context - kontekst obsługiwany przez utworzony interpreter
      Returns:
      nowa instancja interpretera