Record Class ESExpr.Int

java.lang.Object
java.lang.Record
dev.argon.esexpr.ESExpr.Int
Record Components:
n - The integer value.
All Implemented Interfaces:
ESExpr
Enclosing interface:
ESExpr

public static record ESExpr.Int(BigInteger n) extends Record implements ESExpr
An integer value.