Class ListInstantiationExpressionNode


  • public class ListInstantiationExpressionNode
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ListInstantiationExpressionNode​(pl.allegro.tech.opel.ArgumentsListExpressionNode listElements)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<?> getValue​(EvalContext context)  
      • Methods inherited from class java.lang.Object

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

      • ListInstantiationExpressionNode

        public ListInstantiationExpressionNode​(pl.allegro.tech.opel.ArgumentsListExpressionNode listElements)
    • Method Detail

      • getValue

        public java.util.concurrent.CompletableFuture<?> getValue​(EvalContext context)