mobl can be described as a domain-specific language (DSL), a language aimed at a particular application domain.
我们可以把mobl描述为一种领域特定语言(DSL),也就是一种针对特定应用程序领域的语言。
In addition, mobl integrates into the existing Eclipse IDE and the tooling around it, providing error checking as-you-type, reference resolving, code completion and compile-on-save.
此外,mobl能够集成到现有的EclipseIDE和外围工具中,提供在输入时检测错误、引用解析、代码自动完成和保存时编译等功能。
Rather than building a framework on top of an existing language, mobl started with a clean slate as an external DSL.
mobl没有在已存在的语言基础之上构建框架,而是从头开始,构建了一种外部DSL。
Static in principle, dynamic when required: the mobl language is statically typed, enabling IDE features such as error highlighting, reference resolving and code completion.
原则上是静态的,在需要的时候可以是动态的:mobl语言是静态类型的语言,支持像错误突出显示、引用解析和代码自动完成等IDE特性。
The mobl standard library also provides higher-level controls such as TAB sets, master-detail views, context menus and expandable lists.
mobl的标准库还提供了一些高级的控件,像标签组、主从视图、上下文菜单以及可扩展的列表等等。
For instance, for querying, mobl exposes the collection type, which has methods to filter, sort and page the contents of a collection of entity objects. These methods would can be called as follows.
例如,对于查询,mobl暴露了Collection类型,它拥有对实体对象的集合进行过滤、排序和分页的方法。
For instance, for querying, mobl exposes the collection type, which has methods to filter, sort and page the contents of a collection of entity objects. These methods would can be called as follows.
例如,对于查询,mobl暴露了Collection类型,它拥有对实体对象的集合进行过滤、排序和分页的方法。
应用推荐