类的使用
org.meteoinfo.console.autocomplete.CodeBlock
-
使用CodeBlock的程序包 程序包 说明 org.meteoinfo.console.autocomplete -
-
org.meteoinfo.console.autocomplete中CodeBlock的使用
返回CodeBlock的org.meteoinfo.console.autocomplete中的方法 修饰符和类型 方法 说明 CodeBlockCodeBlock. addChildCodeBlock(int start)Creates and returns a child (nested) code block.CodeBlockCodeBlock. getChildCodeBlock(int index)Returns a child code block.CodeBlockCodeBlock. getDeepestCodeBlockContaining(int offs)Returns the deepest code block nested under this one (or this one itself) containing a given offset.CodeBlockCodeBlock. getParent()Returns the parent code block.
-