Class IdentifiersListNode


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

      Constructors 
      Constructor Description
      IdentifiersListNode​(java.util.List<pl.allegro.tech.opel.OpelNode> identifiers)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static pl.allegro.tech.opel.OpelNode empty()  
      java.util.List<pl.allegro.tech.opel.OpelNode> getIdentifiers()  
      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

      • IdentifiersListNode

        public IdentifiersListNode​(java.util.List<pl.allegro.tech.opel.OpelNode> identifiers)
    • Method Detail

      • getValue

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

        public static pl.allegro.tech.opel.OpelNode empty()
      • getIdentifiers

        public java.util.List<pl.allegro.tech.opel.OpelNode> getIdentifiers()