All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavesplatform.lang.v1.compiler.DecompilerContext.scala Maven / Gradle / Ivy

The newest version!
package com.wavesplatform.lang.v1.compiler

case class DecompilerContext(opCodes: Map[Short, String], binaryOps: Map[Short, String], ident: Int) {
  def incrementIdent(): DecompilerContext = this.copy(ident = this.ident + 1)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy