Package pl.allegro.tech.opel
Class MethodCallExpressionNode
- java.lang.Object
-
- pl.allegro.tech.opel.MethodCallExpressionNode
-
public class MethodCallExpressionNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MethodCallExpressionNode(pl.allegro.tech.opel.OpelNode subject, java.lang.String identifier, java.util.Optional<pl.allegro.tech.opel.ArgumentsListExpressionNode> arguments, pl.allegro.tech.opel.ImplicitConversion implicitConversion, MethodExecutionFilter methodExecutionFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<?>getValue(EvalContext context)
-
-
-
Constructor Detail
-
MethodCallExpressionNode
public MethodCallExpressionNode(pl.allegro.tech.opel.OpelNode subject, java.lang.String identifier, java.util.Optional<pl.allegro.tech.opel.ArgumentsListExpressionNode> arguments, pl.allegro.tech.opel.ImplicitConversion implicitConversion, MethodExecutionFilter methodExecutionFilter)
-
-
Method Detail
-
getValue
public java.util.concurrent.CompletableFuture<?> getValue(EvalContext context)
-
-