Class ES6Generator.YieldStarResult

  • Enclosing class:
    ES6Generator

    public static final class ES6Generator.YieldStarResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object result  
    • Constructor Summary

      Constructors 
      Constructor Description
      YieldStarResult​(java.lang.Object result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Object getResult()  
      • Methods inherited from class java.lang.Object

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

      • result

        private java.lang.Object result
    • Constructor Detail

      • YieldStarResult

        public YieldStarResult​(java.lang.Object result)
    • Method Detail

      • getResult

        java.lang.Object getResult()