org.fife.rsta.ac.common
Class VariableDeclaration
java.lang.Object
org.fife.rsta.ac.common.VariableDeclaration
public class VariableDeclaration
- extends Object
A marker for a variable declaration. This can be used by
LanguageSupports to mark variables, and is especially helpful
when used in conjunction with CodeBlock.
- Version:
- 1.0
- Author:
- Robert Futrell
- See Also:
CodeBlock
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableDeclaration
public VariableDeclaration(String name,
int offset)
getName
public String getName()
getOffset
public int getOffset()
Copyright © 2003-2011. All Rights Reserved.