| 程序包 | 说明 |
|---|---|
| org.meteoinfo.laboratory.codecomplete |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
VariableDeclaration |
CodeBlock.getVariableDeclaration(int index) |
Returns a variable declaration.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
java.util.List<VariableDeclaration> |
CodeBlock.getVariableDeclarationsBefore(int offs) |
Returns all local variables declared before a given offset, both in
this code block and in all parent blocks.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
CodeBlock.addVariable(VariableDeclaration varDec) |
Adds a variable declaration.
|
Copyright © 2019. All rights reserved.