Record Class ESExpr.Constructor

java.lang.Object
java.lang.Record
dev.argon.esexpr.ESExpr.Constructor
Record Components:
constructor - The constructor name.
args - Positional arguments.
kwargs - Keyword arguments.
All Implemented Interfaces:
ESExpr
Enclosing interface:
ESExpr

public static record ESExpr.Constructor(String constructor, List<ESExpr> args, Map<String,ESExpr> kwargs) extends Record implements ESExpr
A constructor value.