GenericSignatureVisitor

dotty.tools.backend.jvm.GenericSignatureVisitor
abstract class GenericSignatureVisitor(nestedOnly: Boolean)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def raiseError(msg: String, sig: String, e: Option[Throwable]): Unit
def visitInternalName(internalName: String, offset: Int, length: Int): Unit

Concrete methods

final def visitInternalName(internalName: String): Unit