Class ExecutableNormalizedOperationToAstCompiler.CompilerResult

    • Constructor Summary

      Constructors 
      Constructor Description
      CompilerResult​(Document document, java.util.Map<java.lang.String,​java.lang.Object> variables)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Document getDocument()  
      java.util.Map<java.lang.String,​java.lang.Object> getVariables()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompilerResult

        public CompilerResult​(Document document,
                              java.util.Map<java.lang.String,​java.lang.Object> variables)
    • Method Detail

      • getDocument

        public Document getDocument()
      • getVariables

        public java.util.Map<java.lang.String,​java.lang.Object> getVariables()