KeyValStmt.autokey constructor

KeyValStmt.autokey(
  1. Token token,
  2. MathExpr value
)

Constructs the pair without a key. Lua assigns an integer key in this situation.

Implementation

KeyValStmt.autokey(super.token, this.value) : key = null;