Class ExecutableNormalizedOperationToAstCompiler.CompilerResult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Document document  
      private java.util.Map<java.lang.String,​java.lang.Object> variables  
    • 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
    • Field Detail

      • document

        private final Document document
      • variables

        private final java.util.Map<java.lang.String,​java.lang.Object> variables
    • 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()