Interface Interpreter<C>


public interface Interpreter<C>
Interpreter is used when it is needed to process a simple language with rules or grammar
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    interpret(C context)
     
  • Method Details

    • interpret

      boolean interpret(C context)