CodeWrapper

abstract class CodeWrapper
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(code: String, pkgName: Seq[Name], indexedWrapperName: Name, extraCode: String): (String, String, Int)

Concrete methods

def wrapCode(pkgName: Seq[Name], indexedWrapperName: Name, code: String): (String, Int, Int)
def wrapperPath: Seq[Name]