Class Variable
java.lang.Object
org.fife.rsta.ac.java.rjc.lang.Variable
Base class for variable type (local variables, formal parameters...).
- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
isFinal
private boolean isFinal -
type
-
name
-
-
Constructor Details
-
Variable
-
-
Method Details
-
getName
-
getType
-
isFinal
public boolean isFinal()
-