AI-Bumblebee | 2021.1.1 Patch 2 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
DebuggerX 3 years ago
parent b21ab0484c
commit 4d519fdf6a

@ -5,6 +5,7 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinNewTranslationDialog" value="true" />
<histories>
<item value="A compilation unit. While the grammar restricts the order of the directives and declarations within a compilation unit, this class does not enforce those restrictions. In particular, the children of a compilation unit will be visited in lexical order even if lexical order does not conform to the restrictions of the grammar. compilationUnit ::= directives declarations directives ::= [ScriptTag]? [LibraryDirective]? namespaceDirective [PartDirective] | [PartOfDirective] namespaceDirective ::= [ImportDirective] | [ExportDirective] declarations ::= [CompilationUnitMember] Clients may not extend, implement or mix-in this class." />
<item value="Traverse the AST from initial child node to successive parents, building a collection of local variable and parameter names visible to the initial child node. In case of name shadowing, the first name seen is the most specific one so names are not redefined. Completion test code coverage is 95%. The two basic blocks that are not executed cannot be executed. They are included for future reference." />
<item value="An object used to locate the [AstNode] associated with a source range, given the AST structure built from the source. More specifically, they will return the [AstNode] with the shortest length whose source range completely encompasses the specified range." />
<item value="Initialize a newly created class declaration. Either or both of the [comment] and [metadata] can be `null` if the class does not have the corresponding attribute. The [abstractKeyword] can be `null` if the class is not abstract. The [typeParameters] can be `null` if the class does not have any type parameters. Any or all of the [extendsClause], [withClause], and [implementsClause] can be `null` if the class does not have the corresponding clause. The list of [members] can be `null` if the class does not have any members." />
@ -31,8 +32,8 @@
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="21" />
<entry key="ENGLISH" value="22" />
<entry key="CHINESE" value="22" />
<entry key="ENGLISH" value="23" />
</map>
</option>
</component>

Loading…
Cancel
Save