Searched full:accessible (Results 1 – 25 of 92) sorted by relevance
1234
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/ |
| D | incorrect_class_field_access.params.yaml | 16 …- { init: "let c: A = new A();", check: "c.a1.a2 = 1;", text: "names several accessible member fie… 17 …- { init: "let c: B = new B();", check: "c.i1.a1 = 1;", text: "names several accessible member fie… 18 …- { init: "let c: B = new B();", check: "c.b1.a1 = 1;", text: "names several accessible member fie… 19 …- { init: "let c: A = new A();", check: "c.b1 = 1;", text: "does not name an accessible member fie… 20 …- { init: "let c: A = new A();", check: "c.pb2 = 1;", text: "does not name an accessible member fi… 21 …- { init: "let c: B = new B();", check: "c.pb2 = 1;", text: "does not name an accessible member fi… 22 …- { init: "let c: B = new B();", check: "c.pa3 = 1;", text: "does not name an accessible member fi…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/01.separate_modules/ |
| D | module_implicit_import.sts | 22 …All entities from these packages are accessible (see Accessible) as simple names, like the console…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 9_classes.rst | 287 - Class type named by ``typeReference`` is not accessible (see 288 :ref:`Accessible`). 298 but they are not accessible (see :ref:`Accessible`) within the subclass. 317 // All methods are mutually accessible in the class where 385 accessible interface type (see :ref:`Accessible`). 394 accessible interface type 700 Class members declared ``private`` are not accessible (see :ref:`Accessible`) 717 Class members declared ``internal`` are accessible for the classes and 743 name or the interface name is accessible (see :ref:`Accessible`); and 825 accessible (see :ref:`Accessible`) within its declaring class, i.e., a private [all …]
|
| D | 10_interfaces.rst | 169 names an interface type that is not accessible (see :ref:`Accessible`). 178 must name an accessible interface type (see :ref:`Accessible`). Otherwise, a 557 Private methods defined in superinterfaces are not accessible (see 558 :ref:`Accessible`) in the interface body. 568 - :math:`m'` is otherwise accessible (see :ref:`Accessible`) to code in *I*.
|
| D | 4_names.rst | 213 Entities within the scope are accessible (see :ref:`Accessible`). 229 - Name declared on the package level (*package level scope*) is accessible 230 (see :ref:`Accessible`) throughout the entire package. The name can be 231 accessed (see :ref:`Accessible`) in other packages or modules if exported. 244 declared on the module level is accessible (see :ref:`Accessible`) 257 - A name declared inside a class (*class level scope*) is accessible (see 258 :ref:`Accessible`) in the class and sometimes, depending on the access 285 - A name declared inside an interface (*interface level scope*) is accessible 286 (see :ref:`Accessible`) inside and outside that interface (default 348 let x = y // compile-time error – y is not accessible yet [all …]
|
| D | 13_modules.rst | 24 interfaces, or other declarations are only accessible (see :ref:`Accessible`) 347 The bound entity is not accessible (see :ref:`Accessible`) as ``ident`` because 389 | | | is not accessible */ | 483 | | import * as M | accessible. | 487 | A name is explicitly used | | Ok. Only alias is accessible | 491 | | | - Sine is accessible; | 492 | | | - sin is not accessible. | 498 | | from "..." | - Sine is accessible; | 500 | | import * as M | - M.sin is accessible. | 725 :ref:`Standard Library`) are accessible as simple names (see :ref:`Accessible`) [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/01.object_literal_of_class_type/ |
| D | cl_n.params.yaml | 39 let a: A = {} // CTE, parameterless constructor is not accessible 53 let a: A = { name: "John" } // CTE, field is not accessible
|
| D | cl_n.sts | 19 …A compile-time error occurs if the identifier does not name an accessible member field (Scopes) in…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-definiton6-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton6.ts:…
|
| D | test-class-definiton16-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton16.ts…
|
| D | test-class-definiton15-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton15.ts…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/ |
| D | test-class-definiton15.ts | 21 /* @@? 18:9 Error SyntaxError: A get accessor must be at least as accessible as the setter */
|
| D | test-class-definiton16.ts | 21 /* @@? 18:17 Error SyntaxError: A get accessor must be at least as accessible as the setter */
|
| D | test-class-definiton6.ts | 21 /* @@? 18:17 Error SyntaxError: A get accessor must be at least as accessible as the setter */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/04.class_implementation_clause/ |
| D | invalid_type_reference_1.sts | 18 assert: Each typeReference must name an accessible interface type (link to access control), or a co…
|
| D | valid_type_reference.sts | 18 assert: Each typeReference must name an accessible interface type (link to access control), or a co…
|
| D | invalid_type_reference_2.sts | 18 assert: Each typeReference must name an accessible interface type (link to access control), or a co…
|
| D | invalid_type_reference.sts | 18 assert: Each typeReference must name an accessible interface type (link to access control), or a co…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/04.import_directives/03.several_bindings_for_one_import_path/ |
| D | explicitly_and_implicitly_import_2.sts | 17 desc: A name is explicitly used with alias and implicitly without alias. Sine is accessible
|
| D | explicitly_and_implicitly_import_3.sts | 17 desc: A name is explicitly used with alias and implicitly without alias. sin is not accessible
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/ |
| D | invalid_type_reference.sts | 20 assert: The typeReference must name an accessible class type (link to access control), or a compile…
|
| D | valid_type_reference.sts | 20 assert: The typeReference must name an accessible class type (link to access control), or a compile…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/ |
| D | private_parameterless_cinstructor.sts | 17 desc: Compilation error if constructor is not accessible
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/ |
| D | nested3_n.sts | 19 in this case access to the outer name is not accessible because the
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/02.superinterfaces_and_subinterfaces/ |
| D | extend_clause_with_not_accessible_type.sts | 18 …ference in the extends clause of an interface declaration must name an accessible interface type (…
|
1234