Class Encoder


back
name: n
name <- n.
byteCodes <- List new.
literals <- Array new: 0.
stackSize <- 0.
maxStack <- 1.