Interface MemberDef

All Known Implementing Classes:
AttributeDef, FunctionDef

public sealed interface MemberDef permits AttributeDef, FunctionDef
Represents a member of a ClassDef.
  • Method Details

    • declaringClass

      @Nullable @Nullable ClassDef declaringClass()
      The declaring class.
      Returns:
      The declaring class or null in the case of anonymous functions.