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/ |
| D | access_modifier_over.params.yaml | 17 - 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/ |
| D | overriding_methods_with_different_access_modifiers.sts | 20 …overridden or hidden method, as follows. If the overridden or hidden method is public, then the o…
|
| D | hiding_methods_with_different_access_modifiers_n.sts | 20 …overridden or hidden method, as follows. If the overridden or hidden method is public, then the o…
|
| D | hiding_methods_with_different_access_modifiers.sts | 20 …overridden or hidden method, as follows. If the overridden or hidden method is public, then the o…
|
| D | no_throwing_in_abstract_method.sts | 18 …hods defined in interfaces, may not change throw or rethrow clauses of overridden or hidden method.
|
| D | no_throwing_in_hided_method.sts | 18 …hods defined in interfaces, may not change throw or rethrow clauses of overridden or hidden method.
|
| D | no_throwing_in_overrided_method.sts | 18 …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/ |
| D | overrided_method_access_by_cast.sts | 17 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.
|
| D | access_to_overridden_method.sts | 17 desc: Access to overridden method of superclass. 18 assert: An overridden method can be accessed by using a method invocation expression (link to that …
|
| D | overriding_static_method.sts | 18 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/ |
| D | default_interface_method1.sts | 30 // 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/ |
| D | fm.params.yaml | 43 # 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
|
| D | fm.sts | 19 A method can be declared final to prevent it from being overridden
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | getter_setter_access_modifiers_2.sts | 42 …: 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.…
|
| D | method_override_throw_6.sts | 24 … or hides another method cannot change throw or rethrow clauses of the overridden or hidden method…
|
| D | method_override_throw_4.sts | 24 … or hides another method cannot change throw or rethrow clauses of the overridden or hidden method…
|
| D | method_override_throw_2.sts | 24 … 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/ |
| D | js_call.js | 86 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/ |
| D | overriding_final_method.sts | 17 desc: Final method cannot be overridden
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/02.final_classes/ |
| D | override_methods_of_final_class.sts | 17 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/ |
| D | same_throws_clause.sts | 18 …the throws clause of an interface method and the throws clauses of any overridden interface method…
|
| D | same_signature.sts | 18 …between the signature of an interface method and the signatures of any overridden interface method…
|
| D | different_throws_clause.sts | 18 …the throws clause of an interface method and the throws clauses of any overridden interface method…
|
| D | different_signature.sts | 18 …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/ |
| D | fc.sts | 21 class can be overridden.
|
123