类 VariableDeclaration
- java.lang.Object
-
- org.meteoinfo.console.autocomplete.VariableDeclaration
-
public class VariableDeclaration extends Object
A marker for a variable declaration. This can be used byLanguageSupports to mark variables, and is especially helpful when used in conjunction withCodeBlock.- 版本:
- 1.0
- 作者:
- Robert Futrell
- 另请参阅:
CodeBlock
-
-
构造器概要
构造器 构造器 说明 VariableDeclaration(String name, int offset)VariableDeclaration(String type, String name, int offset)
-