Home
last modified time | relevance | path

Searched full:qualified (Results 1 – 25 of 48) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DidentiferUseInValueContext.ts30 * If identifier is the right-most name of Property Access chain or Qualified name,
34 // rightmost in AST is rightmost in qualified name chain
39 // rightmost in AST is rightmost in qualified name chain
/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_user_annotations_test.cpp100 GRAPH_TEST_ABC_DIR "import-qualified.abc";
1211 ValidateRecord("import-qualified.Namespace1.Anno", R"(
1212 .record import-qualified.Namespace1.Anno <external>
1215 ValidateRecord("import-qualified.Namespace1.Anno1", R"(
1216 .record import-qualified.Namespace1.Anno1 <external>
1219 ValidateRecord("import-qualified.Namespace1.Namespace2.Namespace3.Anno2", R"(
1220 .record import-qualified.Namespace1.Namespace2.Namespace3.Anno2 <external>
1223 ValidateRecord("import-qualified.Namespace1.Namespace2.Namespace3.Anno3", R"(
1224 .record import-qualified.Namespace1.Namespace2.Namespace3.Anno3 <external>
1227 ValidateMethodAnnotation("import-qualified.#~A=#A", "Limport-qualified.Namespace1.Anno", R"(
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe84.md8 (including fully qualified names of functions) to achieve that same behavior.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/03.qualified_name/
Dqualified_name.params.yaml14 --- # All possible qualified names
Dqualified_name.sts19 desc: Qualified name {{qname}}
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/01.names/
Dqualified_name.params.yaml14 --- # All possible qualified names
Dqualified_name.sts18 desc: Qualified name {{qname}}
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/
Dthis_with_t_in_non_generic.sts17 desc: A compile-time error occurs if the qualified this expression occurs in a class or interface w…
/arkcompiler/runtime_core/static_core/verification/verifier/
Doptions.yaml35 description: Fully qualified class names to verify
43 …Fully qualified method names to verify (if neither this nor classes are set, all classes will be v…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/
Daccess_to_hiden_field_by_cast.sts18 assert: A hidden field can be accessed by using a qualified name if it is static, or by using a fie…
Daccess_to_static_hiden_field.sts18 assert: A hidden field can be accessed by using a qualified name if it is static, or by using a fie…
Daccess_to_hiden_field_by_expression.sts18 assert: A hidden field can be accessed by using a qualified name if it is static, or by using a fie…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/overriding_by_instance_methods/
Doverrided_method_access_by_cast.sts18 assert: A qualified name or a cast to a superclass type is not effective in attempting to access an…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dmodules.rst63 module, and the form of use (i.e., qualified or unqualified use).
69 the qualified name ``A.name`` can be used to access all entities exported
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/11.local_classes_and_interfaces/
Dlocal_class_refer_on_constant.sts20 assert: A local class can only be referred to with a simple name (not a qualified or canonical name…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/02.accessing_superclass_fields/
Daccess_by_super_of_generic.sts20 the direct superclass of the class denoted by T is a class with S as its fully qualified name.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D4_names.rst32 accessibility of a new entity, and how it can be referred to by its qualified
63 - *Qualified name* that consists of a sequence of identifiers with the
74 In a qualified name *N.x* (where *N* is a simple name, and ``x`` is an
79 that is introduced as a result of ``import * as N`` (see :ref:`Bind All with Qualified Access`)
92 qualified name
212 referred to by their qualified names only:
215 - Entities imported via qualified import.
224 qualified name
273 Access to names inside the class is qualified with one of the following:
279 Outside access is qualified with one of the following:
[all …]
D14_ambients.rst479 accessed by using qualified names.
488 qualified name
D13_modules.rst207 - Import binding that defines what entities, and in what form---qualified
223 qualified form
285 .. _Bind All with Qualified Access:
287 Bind All with Qualified Access
296 A qualified name consisting of *A* and the name of entity ``A.name`` is used
316 qualified name
489 | without alias, and | import {sin} | qualified name can be used: |
1078 A *namespace declaration* introduces the qualified name to be used as a
1195 **Note**: A namespace name can be a qualified name:
D1_intro.rst352 simple or qualified identifiers that refer to variables or members of
424 qualified name
576 a qualified name notation (qualification is the name of a class).
D18_annotations.rst394 is accessed by its qualified name:
411 qualified name
/arkcompiler/runtime_core/static_core/runtime/tooling/evaluation/
Dexpression_loader.cpp48 * @brief Checks if class fully-qualified name meets evaluation class requirements.
58 // Evaluation class fully-qualified name must consist of package and class in FindEvaluationMethodName()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/compiler_verification/
Dbytecode.py72 # Restore fully qualified function name after prefixes removal.
/arkcompiler/runtime_core/static_core/scripts/clang-tidy/
Dclang_tidy_check.py116 "-llvm-qualified-auto",
192 "-readability-qualified-auto",
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompiler_doc.md155 1. `--compiler-regex` - selects methods with fully-matched qualified name (i.e. 'Class::Method').
156 2. `--compiler-regex-with-signature` - selects methods with fully-matched qualified name with signa…

12