org.fife.rsta.ac.common
Class VariableDeclaration

java.lang.Object
  extended by 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

Constructor Summary
VariableDeclaration(String name, int offset)
           
 
Method Summary
 String getName()
           
 int getOffset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableDeclaration

public VariableDeclaration(String name,
                           int offset)
Method Detail

getName

public String getName()

getOffset

public int getOffset()


Copyright © 2003-2011. All Rights Reserved.