ProtDeclaration.this

  1. this(Loc loc, Prot protection, Dsymbols* decl)
  2. this(Loc loc, Identifiers* pkg_identifiers, Dsymbols* decl)
    class ProtDeclaration
    extern (D)
    this

Parameters

loc Loc

source location of attribute token

pkg_identifiers Identifiers*

list of identifiers for a qualified package name

decl Dsymbols*

declarations which are affected by this protection attribute

Meta