
com.wavesplatform.lang.v1.compiler.DecompilerContext.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lang Show documentation
Show all versions of lang Show documentation
The RIDE smart contract language compiler
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