类 VariableDeclaration
- java.lang.Object
-
- org.meteoinfo.laboratory.codecomplete.VariableDeclaration
-
public class VariableDeclaration extends java.lang.ObjectA 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(java.lang.String name, int offset)VariableDeclaration(java.lang.String type, java.lang.String name, int offset)
-