Searched full:qualified (Results 1 – 25 of 39) sorted by relevance
12
| /arkcompiler/ets_frontend/ets2panda/linter/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/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/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/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/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/01.names/ |
| D | qualified_name.sts | 18 desc: Qualified name {{qname}}
|
| D | qualified_name.params.yaml | 14 --- # All possible qualified names
|
| /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/05.field_declarations/ |
| 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_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_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/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 60 - *Qualified name* that consists of a sequence of identifiers with the 71 In a qualified name *N.x* (where *N* is a simple name, and ``x`` is an 76 that is introduced as a result of ``import * as N`` (see :ref:`Bind All with Qualified Access`) 88 qualified name 206 referred to by their qualified names only: 209 - Entities imported via qualified import. 262 Access to names inside the class is qualified with one of the following: 268 Outside access is qualified with one of the following: 396 Qualified Access (see :ref:`Bind All with Qualified Access`) is used to deal
|
| D | 13_modules.rst | 208 - Import binding that defines what entities, and in what form---qualified 221 qualified form 278 .. _Bind All with Qualified Access: 280 Bind All with Qualified Access 289 A qualified name, which consists of *A* and the name of entity ``A.name``, 309 qualified access 313 qualified name 480 | without alias and implicitly| import {sin} | qualified name can be used: |
|
| D | 1_intro.rst | 351 simple or qualified identifiers that refer to variables or members of 423 qualified name 575 a qualified name notation (qualification is the name of a class or
|
| D | 9_classes.rst | 742 by using a qualified name notation (see :ref:`Names`) anywhere the class 1025 qualified name 1059 Static fields are always accessed by using a qualified name notation 1850 …todo: Explicit Constructor Call - "Qualified superclass constructor calls" - not implemented, need… 2194 qualified superclass constructor call statement 2207 qualified superclass constructor call statement 2242 qualified superclass constructor call
|
| D | 14_ambients.rst | 431 accessed by using qualified names.
|
| D | 3_types.rst | 371 - *Simple* or *qualified* type name (see :ref:`Names`), 385 qualified type name 525 qualified type name 981 Referring to a declared function by its name, qualified name, or lambda 1002 qualified name 1042 qualified name
|
| /arkcompiler/runtime_core/static_core/scripts/clang-tidy/ |
| D | clang_tidy_check.py | 110 "-llvm-qualified-auto", 186 "-readability-qualified-auto",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/ |
| D | annotations.rst | 279 it is accessed by qualified name:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/ |
| D | js_interop_inst_builder.cpp | 81 // Preload JS strings forming qualified name. Rely on GVN in BuildInitJSCallClass()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_runtime_interface.cpp | 125 // arg1 and arg2 are start position and length of qualified name in GetInteropCallKind()
|
12