Class JarikoVariable


  • public class JarikoVariable
    extends com.smeup.jardis.core.dap.model.Variable
    The JarikoVariable class extends the Variable class and adds a specific type attribute for Jariko variables. This class allows associating a Type with 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.Type getJarikoType()
      Retrieves the Jariko-specific type of this variable.
      void setJarikoType​(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
    • Constructor Detail

      • JarikoVariable

        public JarikoVariable()
    • Method Detail

      • getJarikoType

        public com.smeup.rpgparser.interpreter.Type getJarikoType()
        Retrieves the Jariko-specific type of this variable.
        Returns:
        the Type associated with this Jariko variable.
      • setJarikoType

        public void setJarikoType​(com.smeup.rpgparser.interpreter.Type jarikoType)
        Sets the Jariko-specific type for this variable.
        Parameters:
        jarikoType - the Type to be associated with this Jariko variable.