Uses of Class
com.smeup.jardis.jariko.dap.model.JarikoVariable
-
Packages that use JarikoVariable Package Description com.smeup.jardis.jariko.dap.handler com.smeup.jardis.jariko.dap.model com.smeup.jardis.jariko.dap.util -
-
Uses of JarikoVariable in com.smeup.jardis.jariko.dap.handler
Methods in com.smeup.jardis.jariko.dap.handler that return types with arguments of type JarikoVariable Modifier and Type Method Description Map<Integer,List<JarikoVariable>>JarikoDebuggee. getVariables()List<JarikoVariable>JarikoDebuggee. getVariables(int variablesReference) -
Uses of JarikoVariable in com.smeup.jardis.jariko.dap.model
Methods in com.smeup.jardis.jariko.dap.model that return JarikoVariable Modifier and Type Method Description JarikoVariableDebuggingCopyInProgram. getIndicator(String indicatorName)JarikoVariableDebuggingCopyStatementsHolder. getIndicator(String indicatorName)JarikoVariableDebuggingFunction. getIndicator(String indicatorName)Retrieves the indicator variable associated with the specified indicator name.JarikoVariableDebuggingProgram. getIndicator(String indicatorName)Retrieves the indicator variable associated with the specified indicator name.JarikoVariableDebuggingSource. getIndicator(String indicatorName)Methods in com.smeup.jardis.jariko.dap.model that return types with arguments of type JarikoVariable Modifier and Type Method Description Map<Integer,List<JarikoVariable>>DebuggingCopyInProgram. getVariables()Map<Integer,List<JarikoVariable>>DebuggingCopyStatementsHolder. getVariables()Map<Integer,List<JarikoVariable>>DebuggingFunction. getVariables()Retrieves a mapping of stack frame IDs to lists ofJarikoVariableobjects.Map<Integer,List<JarikoVariable>>DebuggingProgram. getVariables()Retrieves a mapping of stack frame IDs to lists ofJarikoVariableobjects.Map<Integer,List<JarikoVariable>>DebuggingSource. getVariables() -
Uses of JarikoVariable in com.smeup.jardis.jariko.dap.util
Methods in com.smeup.jardis.jariko.dap.util that return JarikoVariable Modifier and Type Method Description static JarikoVariableJarikoVariableHelper. getIndicator(com.smeup.rpgparser.interpreter.InterpreterCore interpreterCore, String indicatorName)Methods in com.smeup.jardis.jariko.dap.util that return types with arguments of type JarikoVariable Modifier and Type Method Description static Map<Integer,List<JarikoVariable>>JarikoVariableHelper. getVariables(com.smeup.rpgparser.interpreter.ISymbolTable symbolTable, int frameId, Supplier<Integer> uniqueReferenceIdSupplier)Retrieves a map of variables based on the given symbol table, frame ID, and a unique reference ID supplier.
-