Lines Matching full:methods

131 methods that are overridden by the `Model` that is templated on the concrete
246 /// methods by explicitly separating the model class, which implements the
387 let methods = [
414 * Methods (`methods`)
415 - The list of interface hook methods that are defined by the IR object.
416 - The structure of these methods is defined below.
419 interface class. This allows for defining methods and more on the user
422 implementations of interface methods, but static declarations may be
426 interface and the trait class. This allows for defining methods and more
430 - In non-static methods, `$_attr`/`$_op`/`$_type`
449 ##### Interface Methods
451 There are two types of methods that can be used with an interface,
456 Interface methods are comprised of the following components:
477 - In non-static methods, `$_op` and `$_self` may be used to refer to an
504 let methods = [
556 already available on the operation, in this case its `build` methods. This
585 already available on the operation, in this case its `build` methods. This
629 this interface will also add the interface trait, the methods on this
656 // for members `foo`, `bar` and `fooStatic`. Methods with bodies are not
662 // Methods that have a default implementation do not have declarations
665 // the generation of a declaration for those methods.
690 `MyBaseInterface`, namely its interface methods and extra class declarations.
699 Inherited interface methods simplify forward to base interface implementation.
730 The methods from `MyBaseInterface` in both `MyInterface` and `MyOtherBaseInterface` would