Package pl.allegro.tech.opel
Class DeclarationStatementNode
- java.lang.Object
-
- pl.allegro.tech.opel.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.OpelNodegetExpression()pl.allegro.tech.opel.IdentifierExpressionNodegetIdentifier()java.util.concurrent.CompletableFuture<?>getValue(EvalContext context)
-
-
-
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)
-
-