Package edu.fscj.pseudo.lintRoller
Class Variable
java.lang.Object
edu.fscj.pseudo.lintRoller.Variable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ConstVarDeclarationprivate Stringprivate intprivate ConstVarDataTypeprivate String -
Constructor Summary
ConstructorsConstructorDescriptionVariable(ConstVarDeclaration declareStatement, ConstVarDataType type, String name, String value, int onLine) -
Method Summary
Modifier and TypeMethodDescriptiongetName()intgetType()getValue()voidsetDeclareStatement(ConstVarDeclaration declareStatement) voidvoidsetType(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
-