InnerClassEntry

dotty.tools.backend.jvm.BTypes.InnerClassEntry
case class InnerClassEntry(name: String, outerName: String, innerName: String, flags: Int)

This class holds the data for an entry in the InnerClass table. See the InnerClass summary above in this file.

There's some overlap with the class NestedInfo, but it's not exactly the same and cleaner to keep separate.

Attributes

flags

The flags for this class in the InnerClass entry.

innerName

The simple name of the inner class, may be null.

name

The internal name of the class.

outerName

The internal name of the outer class, may be null.

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product