Expression.ofInt constructor

Expression.ofInt(
  1. int value
)

Implementation

Expression.ofInt(int value) : nodes = [Code(value.toString())];