Home
last modified time | relevance | path

Searched full:overridden (Results 1 – 25 of 62) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/
Daccess_modifier_over.params.yaml17 - doc: Public member can be overridden and/or implemented by the public one.
26 - doc: Public member can be overridden and/or implemented by the public one.
35 - doc: Public member can be overridden and/or implemented by the public one.
44 - doc: Public member can be overridden and/or implemented by the public one.
53 - doc: Public member can be overridden and/or implemented by the public one.
62 - doc: Public member can be overridden and/or implemented by the public one.
71 - doc: Public member can be overridden and/or implemented by the public one.
80 - doc: Public member can be overridden and/or implemented by the public one.
89 - doc: Public member can be overridden and/or implemented by the public one.
99 - doc: Internal member can be overridden by the internal one only
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/requirements_in_overriding_and_hiding/
Doverriding_methods_with_different_access_modifiers.sts20overridden or hidden method, as follows. If the overridden or hidden method is public, then the o…
Dhiding_methods_with_different_access_modifiers_n.sts20overridden or hidden method, as follows. If the overridden or hidden method is public, then the o…
Dhiding_methods_with_different_access_modifiers.sts20overridden or hidden method, as follows. If the overridden or hidden method is public, then the o…
Dno_throwing_in_abstract_method.sts18 …hods defined in interfaces, may not change throw or rethrow clauses of overridden or hidden method.
Dno_throwing_in_hided_method.sts18 …hods defined in interfaces, may not change throw or rethrow clauses of overridden or hidden method.
Dno_throwing_in_overrided_method.sts18 …hods defined in interfaces, may not change throw or rethrow clauses of overridden or hidden method.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/overriding_by_instance_methods/
Doverrided_method_access_by_cast.sts17 desc: Cast to superclass for access to overridden method.
18 … name or a cast to a superclass type is not effective in attempting to access an overridden method.
Daccess_to_overridden_method.sts17 desc: Access to overridden method of superclass.
18 assert: An overridden method can be accessed by using a method invocation expression (link to that …
Doverriding_static_method.sts18 assert: It is a compile-time error if the overridden method, mA, is a static method.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.default_interface_method_declarations/
Ddefault_interface_method1.sts30 // default interface method is not overridden
34 // default interface method overridden
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.final_classes_and_methods/02.final_methods/
Dfm.params.yaml43 # final method cannot be overridden
90 # final method cannot be overridden with another final
106 # final method cannot be overridden in descendants
185 # final method with type parameters cannot be overridden
Dfm.sts19 A method can be declared final to prevent it from being overridden
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dgetter_setter_access_modifiers_2.sts42 …: int): void in Hex cannot override size(s: int): void in Core because overridden method is final.…
44 …eError: size(): int in Hex cannot override size(): int in Core because overridden method is final.…
Dmethod_override_throw_6.sts24 … or hides another method cannot change throw or rethrow clauses of the overridden or hidden method…
Dmethod_override_throw_4.sts24 … or hides another method cannot change throw or rethrow clauses of the overridden or hidden method…
Dmethod_override_throw_2.sts24 … or hides another method cannot change throw or rethrow clauses of the overridden or hidden method…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.js86 return 'overridden';
94 return 'should be overridden';
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/04.final_methods/
Doverriding_final_method.sts17 desc: Final method cannot be overridden
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/02.final_classes/
Doverride_methods_of_final_class.sts17 desc: Methods of final class cannot be overridden
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/06.interface_method_declarations/overriding_requirements/
Dsame_throws_clause.sts18 …the throws clause of an interface method and the throws clauses of any overridden interface method…
Dsame_signature.sts18 …between the signature of an interface method and the signatures of any overridden interface method…
Ddifferent_throws_clause.sts18 …the throws clause of an interface method and the throws clauses of any overridden interface method…
Ddifferent_signature.sts18 …between the signature of an interface method and the signatures of any overridden interface method…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.final_classes_and_methods/01.final_classes/
Dfc.sts21 class can be overridden.

123