lexically

副词:

副词: lexically

更多词形:

副词: lexically | 名词: lexicality |

单词例句:

Functions in JavaScript are lexically rather than dynamically scoped.

函数是常量作用范围,而不是动态作用范围。

Traditional rhetoric holds that metaphor is lexically a kind of contrast and substitution of meanings, and it is a deviation of the normal rules of language use.

摘要传统修辞学认为,隐喻是位于词汇层次上的一种对比和意义替换,是对正常语言使用规则的一种偏离。

Temporary objects are destroyed as the last step in evaluating the full-expression (1.9) that (lexically) contains the point where they were created.

下面的第四点和第五点给了两个例外,分别是用作对象初始化和将引用绑定到这个临时对象上。

The comparison operation determines whether the first string lexically precedes the second or if the two strings are lexically equal.

比较操作可以确定第一个字符串是否在词法上排在第二个字符串之前,或者这两个字符串是否在词法上相等。

lexically distributed text parsing

词汇分布文本剖析

Preprocessing number tokens lexically include all integral literal tokens (2.13.1) and all floating literal tokens (2.13.3).

预处理数字标记在词汇上包含所有整数文字量(2.13.1)和所有浮点文字量(2.13.3)。

This article analyzes the satire art of Lu Xun's essays by deciphering his language, including three aspects: the lexic choice, the flexible grammar and the rhetoric skill.

从鲁迅的语言着手,分别从词语选择、法活用、修辞技巧三个方面分析和解读鲁迅杂文的讽刺艺术。

pattern) lexically groups pattern, without generating an additional sub-expression.

进行字面分组,但不产生额外的子表达式。

Functions in JavaScript are lexically rather than dynamically scoped. This means that they run in the scope in which they are defined, not the scope from which they are executed.

函数是常量作用范围,而不是动态作用范围。这个意思就是说函数运行在它定义好的域中,而不是在执行执行它的域。