Package edu.fscj.pseudo.lintRoller
Class Variable
java.lang.Object
edu.fscj.pseudo.lintRoller.Variable
-
Field Summary
Modifier and TypeFieldDescriptionprivate ConstVarDeclaration
private String
private int
private ConstVarDataType
private String
-
Constructor Summary
ConstructorDescriptionVariable
(ConstVarDeclaration declareStatement, ConstVarDataType type, String name, String value, int onLine) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
getType()
getValue()
void
setDeclareStatement
(ConstVarDeclaration declareStatement) void
void
setType
(ConstVarDataType type) void
-
Field Details
-
variableList
-
declareStatement
-
type
-
name
-
value
-
onLine
private int onLine
-
-
Constructor Details
-
Variable
public Variable(ConstVarDeclaration declareStatement, ConstVarDataType type, String name, String value, int onLine)
-
-
Method Details
-
getDeclareStatement
-
getType
-
getName
-
getValue
-
getOnLine
public int getOnLine() -
setDeclareStatement
-
setType
-
setValue
-
setName
-