您要查找的是不是:
- The name of the local variable to reference. 要引用的局部变量的名称。
- Loads the address of the local variable at. 处的局部变量的地址加载到计算堆栈上。
- Loads the local variable at index. 处的局部变量加载到堆栈上。
- Name can be specified as a local variable. name可以指定为局部变量。
- Convert Local Variable to Field. 对局部变量可用。
- This can be used to start local variable searches. 这可用于启动局部变量搜索。
- Is the name of a local variable. 是局部变量的名称。
- Returns a signature helper for a local variable. 返回局部变量的签名帮助器。
- Local variable hides a field with same name in the class. 在类中本地变量覆盖了一个相同名字的域。
- To the implicit local variable with the same name as the function. 这包括忽略与函数同名的隐式局部变量的。
- Sets the name and lexical scope of this local variable. 设置该局部变量的名称和词法范围。
- Explain local variable declarations with an end-line comment. 使用行尾注释解释局部变量声明。
- The local variable value at the index 3 is pushed onto the stack. 将索引3处的局部变量值推送到堆栈上。
- Declare a local variable as close as possible to its first use. 局部变量的定义尽可能靠近它的初次使用。
- These variables are called local variables. 这种变量可称为局部变量。
- The name of the local variable declared in the catch clause for the exception. 在异常的catch子句中声明的局部变量的名称。
- Optionally, the lexical scope of the local variable can be specified. 也可以指定局部变量的词法范围。
- Therefore, all local variable declarations must be grouped in a single batch. 因此,所有局部变量声明必须组成一个批。
- In this case, the root object is not also added as a member or local variable. 在这种情况下,也不会将根对象作为成员或局部变量添加。
- The return value is truncated to fit the local variable if necessary. 必要时将截断返回值以适合局部变量的要求。