"access specifier" meaning in All languages combined

See access specifier on Wiktionary

Noun [English]

Forms: access specifiers [plural]
Head templates: {{en-noun}} access specifier (plural access specifiers)
  1. (software, object-oriented programming) A keyword applied to a variable, method, etc. that indicates which other parts of the program are permitted to access it. Categories (topical): Object-oriented programming, Software Synonyms: access modifier Hypernyms: private, protected, public Translations (Translations): näkyvyysmääre (Finnish), modificateur d’accès [masculine] (French), Zugriffsmodifikator [masculine] (German), τροποποιητής πρόσβασης (tropopoiitís prósvasis) [masculine] (Greek), åtkomstmodifierare [common-gender] (Swedish)
    Sense id: en-access_specifier-en-noun-JAUHcqyT Categories (other): English entries with incorrect language header Topics: computing, engineering, mathematics, natural-sciences, physical-sciences, sciences, software

Inflected forms

Download JSON data for access specifier meaning in All languages combined (2.7kB)

{
  "forms": [
    {
      "form": "access specifiers",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "access specifier (plural access specifiers)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        {
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Object-oriented programming",
          "orig": "en:Object-oriented programming",
          "parents": [
            "Programming",
            "Computing",
            "Software engineering",
            "Technology",
            "Computer science",
            "Engineering",
            "Software",
            "All topics",
            "Sciences",
            "Applied sciences",
            "Media",
            "Fundamental",
            "Communication"
          ],
          "source": "w"
        },
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Software",
          "orig": "en:Software",
          "parents": [
            "Computing",
            "Media",
            "Technology",
            "Communication",
            "All topics",
            "Fundamental"
          ],
          "source": "w"
        }
      ],
      "examples": [
        {
          "text": "Examples of access specifiers in C# are internal, private, protected, and public."
        },
        {
          "text": "Java has the access specifiers private, protected, public, and the default specifier package that does not have a keyword."
        }
      ],
      "glosses": [
        "A keyword applied to a variable, method, etc. that indicates which other parts of the program are permitted to access it."
      ],
      "hypernyms": [
        {
          "word": "private"
        },
        {
          "word": "protected"
        },
        {
          "word": "public"
        }
      ],
      "id": "en-access_specifier-en-noun-JAUHcqyT",
      "links": [
        [
          "software",
          "software"
        ],
        [
          "object-oriented programming",
          "object-oriented programming"
        ],
        [
          "keyword",
          "keyword"
        ],
        [
          "variable",
          "variable"
        ],
        [
          "method",
          "method"
        ],
        [
          "program",
          "program"
        ],
        [
          "access",
          "access"
        ]
      ],
      "qualifier": "object-oriented programming",
      "raw_glosses": [
        "(software, object-oriented programming) A keyword applied to a variable, method, etc. that indicates which other parts of the program are permitted to access it."
      ],
      "synonyms": [
        {
          "word": "access modifier"
        }
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences",
        "software"
      ],
      "translations": [
        {
          "code": "fi",
          "lang": "Finnish",
          "sense": "Translations",
          "word": "näkyvyysmääre"
        },
        {
          "code": "fr",
          "lang": "French",
          "sense": "Translations",
          "tags": [
            "masculine"
          ],
          "word": "modificateur d’accès"
        },
        {
          "code": "de",
          "lang": "German",
          "sense": "Translations",
          "tags": [
            "masculine"
          ],
          "word": "Zugriffsmodifikator"
        },
        {
          "code": "el",
          "lang": "Greek",
          "roman": "tropopoiitís prósvasis",
          "sense": "Translations",
          "tags": [
            "masculine"
          ],
          "word": "τροποποιητής πρόσβασης"
        },
        {
          "code": "sv",
          "lang": "Swedish",
          "sense": "Translations",
          "tags": [
            "common-gender"
          ],
          "word": "åtkomstmodifierare"
        }
      ]
    }
  ],
  "word": "access specifier"
}
{
  "forms": [
    {
      "form": "access specifiers",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "access specifier (plural access specifiers)",
      "name": "en-noun"
    }
  ],
  "hypernyms": [
    {
      "word": "private"
    },
    {
      "word": "protected"
    },
    {
      "word": "public"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        "English countable nouns",
        "English entries with incorrect language header",
        "English lemmas",
        "English multiword terms",
        "English nouns",
        "Translation table header lacks gloss",
        "en:Object-oriented programming",
        "en:Software"
      ],
      "examples": [
        {
          "text": "Examples of access specifiers in C# are internal, private, protected, and public."
        },
        {
          "text": "Java has the access specifiers private, protected, public, and the default specifier package that does not have a keyword."
        }
      ],
      "glosses": [
        "A keyword applied to a variable, method, etc. that indicates which other parts of the program are permitted to access it."
      ],
      "links": [
        [
          "software",
          "software"
        ],
        [
          "object-oriented programming",
          "object-oriented programming"
        ],
        [
          "keyword",
          "keyword"
        ],
        [
          "variable",
          "variable"
        ],
        [
          "method",
          "method"
        ],
        [
          "program",
          "program"
        ],
        [
          "access",
          "access"
        ]
      ],
      "qualifier": "object-oriented programming",
      "raw_glosses": [
        "(software, object-oriented programming) A keyword applied to a variable, method, etc. that indicates which other parts of the program are permitted to access it."
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "sciences",
        "software"
      ]
    }
  ],
  "synonyms": [
    {
      "word": "access modifier"
    }
  ],
  "translations": [
    {
      "code": "fi",
      "lang": "Finnish",
      "sense": "Translations",
      "word": "näkyvyysmääre"
    },
    {
      "code": "fr",
      "lang": "French",
      "sense": "Translations",
      "tags": [
        "masculine"
      ],
      "word": "modificateur d’accès"
    },
    {
      "code": "de",
      "lang": "German",
      "sense": "Translations",
      "tags": [
        "masculine"
      ],
      "word": "Zugriffsmodifikator"
    },
    {
      "code": "el",
      "lang": "Greek",
      "roman": "tropopoiitís prósvasis",
      "sense": "Translations",
      "tags": [
        "masculine"
      ],
      "word": "τροποποιητής πρόσβασης"
    },
    {
      "code": "sv",
      "lang": "Swedish",
      "sense": "Translations",
      "tags": [
        "common-gender"
      ],
      "word": "åtkomstmodifierare"
    }
  ],
  "word": "access specifier"
}

This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2024-05-16 from the enwiktionary dump dated 2024-05-02 using wiktextract (e268c0e and 304864d). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.