org.fife.rsta.ac.java.rjc.lang
Class Variable

java.lang.Object
  extended by org.fife.rsta.ac.java.rjc.lang.Variable

public abstract class Variable
extends Object

Base class for variable type (local variables, formal parameters...).

Version:
1.0
Author:
Robert Futrell

Constructor Summary
Variable(boolean isFinal, Type type, Token name)
           
 
Method Summary
 String getName()
           
 Type getType()
           
 boolean isFinal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Variable

public Variable(boolean isFinal,
                Type type,
                Token name)
Method Detail

getName

public String getName()

getType

public Type getType()

isFinal

public boolean isFinal()


Copyright © 2003-2011. All Rights Reserved.