Package pl.allegro.tech.opel
Class ArgsGroupNode
- java.lang.Object
-
- pl.allegro.tech.opel.ArgsGroupNode
-
public class ArgsGroupNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ArgsGroupNode(java.util.List<pl.allegro.tech.opel.ArgumentsListExpressionNode> argsGroup)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static pl.allegro.tech.opel.OpelNodeempty()java.util.List<pl.allegro.tech.opel.ArgumentsListExpressionNode>getGroups()java.util.concurrent.CompletableFuture<?>getValue(EvalContext context)
-
-
-
Method Detail
-
getValue
public java.util.concurrent.CompletableFuture<?> getValue(EvalContext context)
-
empty
public static pl.allegro.tech.opel.OpelNode empty()
-
getGroups
public java.util.List<pl.allegro.tech.opel.ArgumentsListExpressionNode> getGroups()
-
-