Uses of Interface
com.smeup.jardis.jariko.dap.model.DebuggingSource
-
Packages that use DebuggingSource Package Description com.smeup.jardis.jariko.dap.handler com.smeup.jardis.jariko.dap.model -
-
Uses of DebuggingSource in com.smeup.jardis.jariko.dap.handler
Methods in com.smeup.jardis.jariko.dap.handler that return DebuggingSource Modifier and Type Method Description DebuggingSourceDebuggingSourcesMgr. getDebuggingSource(int uniqueReferenceId)DebuggingSourceDebuggingSourcesMgr. getDebuggingSource(com.smeup.jardis.core.dap.model.Source source)DebuggingSourceDebuggingSourcesMgr. getDebuggingSource(String nameOrPath)Retrieves a DebuggingSource object associated with the given program or copy name or path.DebuggingSourceDebuggingSourcesMgr. getDebuggingSource(String programName, String functionName, com.smeup.rpgparser.interpreter.ISymbolTable symbolTable)Retrieves a DebuggingSource object associated with the specified program name and function name.DebuggingSourceJarikoDebuggee. getDebuggingSource(int uniqueReferenceId)DebuggingSourceJarikoDebuggee. getDebuggingSourceByVariableReferences(int variableReferences) -
Uses of DebuggingSource in com.smeup.jardis.jariko.dap.model
Classes in com.smeup.jardis.jariko.dap.model that implement DebuggingSource Modifier and Type Class Description classAbstractDebuggingSourceclassDebuggingCopyclassDebuggingCopyInProgramclassDebuggingCopyStatementsHolderThis class is just a statements' holder, for this reason is right that the followings methods: (set|get)CurrentLine, getVariables and setVariable have a dummy implementationclassDebuggingFunctionclassDebuggingProgramMethods in com.smeup.jardis.jariko.dap.model with parameters of type DebuggingSource Modifier and Type Method Description voidStatementConsumer. accept(DebuggingSource debuggingSource, com.smeup.rpgparser.parsing.facade.SourceReference sourceReference)Called by debugge before the statement execution
-