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.

Value parameters:
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.

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product