Package org.fife.rsta.ac.common
Class VariableDeclaration
- java.lang.Object
-
- org.fife.rsta.ac.common.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.- Version:
- 1.0
- See Also:
CodeBlock
-
-
Constructor Summary
Constructors Constructor Description VariableDeclaration(java.lang.String name, int offset)VariableDeclaration(java.lang.String type, java.lang.String name, int offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()intgetOffset()java.lang.StringgetType()Returns the type of this variable.
-