- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- Lorenzo Bettini
- 286字
- 2021-07-14 10:06:33
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
public static void main(String args[]) { System.out.println("Hello world");
Where keywords of the languages are typeset in bold, and references to static members are typeset in italics (for example, Java static methods).
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.4.0</version> <executions> <execution> <!-- new execution for generating EMF classes --> <id>mwe2GenerateEMFClasses</id>
Any command-line input or output is written as follows:
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.1.0-SNAPSHOT -Dtycho.mode=maven
Bibliographic references are of the form "Author" "year" when there is a single author, or "First author" et al. "year" when there is more than one author. Bibliographic references are used for books, printed articles or articles published on the web. The Bibliography can be found at the end of the book.
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen." When the user is requested to select submenus, we separate each menu with a pipe, like this: "To create a new project, navigate to File | New | Project...".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Mastering Distributed Tracing
- Arch Linux Environment Setup How-to
- vSphere Virtual Machine Management
- Windows Phone應用程序開發(fā)
- Python基礎教程(第3版)
- Learning Bootstrap
- Linux命令行大全(第2版)
- Windows 7應用入門與技巧
- ElasticSearch Cookbook
- Linux系統(tǒng)最佳實踐工具:命令行技術
- Linux應用大全 基礎與管理
- OpenHarmony開發(fā)與實踐:基于紅莓RK2206開發(fā)板
- Mastering Sass
- 電腦辦公(Windows 7+Office 2016)入門與提高
- 大規(guī)模Linux集群架構最佳實踐:如何管理上千臺服務器