Class JarikoVariable
- java.lang.Object
-
- com.smeup.jardis.core.dap.model.Variable
-
- com.smeup.jardis.jariko.dap.model.JarikoVariable
-
public class JarikoVariable extends com.smeup.jardis.core.dap.model.VariableTheJarikoVariableclass extends theVariableclass and adds a specific type attribute for Jariko variables. This class allows associating aTypewith each variable, which provides additional context about the variable's nature or role within the Jariko system.- Author:
- Davide Palladino (APU001)
-
-
Constructor Summary
Constructors Constructor Description JarikoVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.smeup.rpgparser.interpreter.TypegetJarikoType()Retrieves the Jariko-specific type of this variable.voidsetJarikoType(com.smeup.rpgparser.interpreter.Type jarikoType)Sets the Jariko-specific type for this variable.-
Methods inherited from class com.smeup.jardis.core.dap.model.Variable
getEvaluateName, getIndexedVariables, getMemoryReference, getName, getNamedVariables, getPresentationHint, getType, getValue, getVariablesReference, setEvaluateName, setIndexedVariables, setMemoryReference, setName, setNamedVariables, setPresentationHint, setType, setValue, setVariablesReference, toString
-
-
-
-
Method Detail
-
getJarikoType
public com.smeup.rpgparser.interpreter.Type getJarikoType()
Retrieves the Jariko-specific type of this variable.- Returns:
- the
Typeassociated with this Jariko variable.
-
setJarikoType
public void setJarikoType(com.smeup.rpgparser.interpreter.Type jarikoType)
Sets the Jariko-specific type for this variable.- Parameters:
jarikoType- theTypeto be associated with this Jariko variable.
-
-