Class DeclarationStatementNode


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

      Constructors 
      Constructor Description
      DeclarationStatementNode​(pl.allegro.tech.opel.OpelNode identifier, pl.allegro.tech.opel.OpelNode expression)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pl.allegro.tech.opel.OpelNode getExpression()  
      pl.allegro.tech.opel.IdentifierExpressionNode getIdentifier()  
      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

      • DeclarationStatementNode

        public DeclarationStatementNode​(pl.allegro.tech.opel.OpelNode identifier,
                                        pl.allegro.tech.opel.OpelNode expression)
    • Method Detail

      • getIdentifier

        public pl.allegro.tech.opel.IdentifierExpressionNode getIdentifier()
      • getExpression

        public pl.allegro.tech.opel.OpelNode getExpression()
      • getValue

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