Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/linter/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/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/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/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/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/01.names/
Dqualified_name.sts18 desc: Qualified name {{qname}}
Dqualified_name.params.yaml14 --- # All possible qualified names
/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/05.field_declarations/
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_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_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/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
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
D13_modules.rst208 - 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: |
D1_intro.rst351 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
D9_classes.rst742 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
D14_ambients.rst431 accessed by using qualified names.
D3_types.rst371 - *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/
Dclang_tidy_check.py110 "-llvm-qualified-auto",
186 "-readability-qualified-auto",
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Dannotations.rst279 it is accessed by qualified name:
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp81 // Preload JS strings forming qualified name. Rely on GVN in BuildInitJSCallClass()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp125 // arg1 and arg2 are start position and length of qualified name in GetInteropCallKind()

12