org.fife.rsta.ac.java.rjc.lang
Class Variable
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Variable
public Variable(boolean isFinal,
Type type,
Token name)
getName
public String getName()
getType
public Type getType()
isFinal
public boolean isFinal()
Copyright © 2003-2011. All Rights Reserved.