Package 

Interface CodePreprocessor


  • 
    public interface CodePreprocessor
    
                        

    Preprocesses the cell code before its execution

    • Method Summary

      Modifier and Type Method Description
      Boolean accepts(String code) Returns true if this preprocessor accepts the given code
      abstract CodePreprocessor.Result process(String code, KotlinKernelHost host) Performs code preprocessing
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait