隐式属性 meaning in English
implicit attribute
Examples
- The join point model based on implicit properties of program elements is both powerful and useful , as evidenced by the current success of aop in several production systems
基于程序元素的隐式属性的连接点模型非常强大并且很有用, aop在当前生产系统中的成功证明了这一点。 - Currently , the most common way to capture join points utilizes the implicit properties of program elements , including static properties such as signature which consists of type and method name , argument types , return type and exception type , etc . and lexical placement , as well as dynamic properties such as control flow
目前,捕获连接点的最常用方法是利用程序元素的隐式属性,包括静态属性,如签名(它包括类型和方法名、参数类型、返回类型和异常类型等)和词汇排列( lexical placement ) ,以及动态属性(如控制流程) 。