| 程序包 | 说明 |
|---|---|
| org.meteoinfo.laboratory.codecomplete |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
CodeBlock |
CodeBlock.addChildCodeBlock(int start) |
Creates and returns a child (nested) code block.
|
CodeBlock |
CodeBlock.getChildCodeBlock(int index) |
Returns a child code block.
|
CodeBlock |
CodeBlock.getDeepestCodeBlockContaining(int offs) |
Returns the deepest code block nested under this one (or this one
itself) containing a given offset.
|
CodeBlock |
CodeBlock.getParent() |
Returns the parent code block.
|
Copyright © 2019. All rights reserved.