Searched full:qualified (Results 1 – 25 of 48) sorted by relevance
12
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/ |
| D | identiferUseInValueContext.ts | 30 * 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/ |
| D | disassembler_user_annotations_test.cpp | 100 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/ |
| D | recipe84.md | 8 (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/ |
| D | qualified_name.params.yaml | 14 --- # All possible qualified names
|
| D | qualified_name.sts | 19 desc: Qualified name {{qname}}
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/01.names/ |
| D | qualified_name.params.yaml | 14 --- # All possible qualified names
|
| D | qualified_name.sts | 18 desc: Qualified name {{qname}}
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/08.this_expression/ |
| D | this_with_t_in_non_generic.sts | 17 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/ |
| D | options.yaml | 35 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/ |
| D | access_to_hiden_field_by_cast.sts | 18 assert: A hidden field can be accessed by using a qualified name if it is static, or by using a fie…
|
| D | access_to_static_hiden_field.sts | 18 assert: A hidden field can be accessed by using a qualified name if it is static, or by using a fie…
|
| D | access_to_hiden_field_by_expression.sts | 18 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/ |
| D | overrided_method_access_by_cast.sts | 18 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/ |
| D | modules.rst | 63 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/ |
| D | local_class_refer_on_constant.sts | 20 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/ |
| D | access_by_super_of_generic.sts | 20 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/ |
| D | 4_names.rst | 32 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 …]
|
| D | 14_ambients.rst | 479 accessed by using qualified names. 488 qualified name
|
| D | 13_modules.rst | 207 - 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:
|
| D | 1_intro.rst | 352 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).
|
| D | 18_annotations.rst | 394 is accessed by its qualified name: 411 qualified name
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/evaluation/ |
| D | expression_loader.cpp | 48 * @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/ |
| D | bytecode.py | 72 # Restore fully qualified function name after prefixes removal.
|
| /arkcompiler/runtime_core/static_core/scripts/clang-tidy/ |
| D | clang_tidy_check.py | 116 "-llvm-qualified-auto", 192 "-readability-qualified-auto",
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | compiler_doc.md | 155 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