blockly > CodeGenerator > functionNames_
CodeGenerator.functionNames_ właściwość
Słownik mapujący odpowiednie nazwy funkcji w definicjach na rzeczywiste nazwy funkcji (aby uniknąć kolizji z funkcjami użytkownika).
Podpis:
protected functionNames_: {
[key: string]: string;
};
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-21 UTC."],[[["`bubbles.Bubble` constructor creates a new bubble instance within a workspace."],["The bubble's tail points to an anchor location, specified by a Coordinate object."],["An optional Rect object can be provided to prevent the bubble from overlapping specific areas."]]],["The `functionNames_` property, part of the `CodeGenerator` class, is a dictionary. It maps desired function names within the `definitions_` to actual function names. This mapping prevents naming conflicts with user-defined functions. The dictionary structure uses strings as both keys (desired names) and values (actual names). This property is designated as protected.\n"]]