Interface Scripter


  • public interface Scripter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void eval​(java.util.Map<java.lang.String,​java.lang.Object> x, java.io.StringReader stringReader)  
    • Method Detail

      • eval

        void eval​(java.util.Map<java.lang.String,​java.lang.Object> x,
                  java.io.StringReader stringReader)