Uses of Class
com.smeup.jardis.jariko.dap.handler.JarikoDebugeeContext
-
Packages that use JarikoDebugeeContext Package Description com.smeup.jardis.jariko.commons com.smeup.jardis.jariko.dap.handler com.smeup.jardis.jariko.dap.model com.smeup.jardis.jariko.endpoint -
-
Uses of JarikoDebugeeContext in com.smeup.jardis.jariko.commons
Methods in com.smeup.jardis.jariko.commons that return JarikoDebugeeContext Modifier and Type Method Description JarikoDebugeeContextJarikoLanguageConfig. createLaunchedProgramContext(com.smeup.jardis.core.JardisSession jardisSession)Methods in com.smeup.jardis.jariko.commons that return types with arguments of type JarikoDebugeeContext Modifier and Type Method Description static Function<com.smeup.jardis.core.JardisSession,JarikoDebugeeContext>JarikoUtils. createDefaultContextSupplier(Path localWorkspace, Function<com.smeup.jardis.core.JardisConsts.LanguageId,String> pathForLanguageConfig)Methods in com.smeup.jardis.jariko.commons with parameters of type JarikoDebugeeContext Modifier and Type Method Description static DebuggingSourcesMgrJarikoUtils. createDebuggingSrcMgr(com.smeup.jardis.core.dap.handler.Context context, JarikoDebugeeContext jarikoDebugeeContext, com.smeup.jardis.core.JardisSession jardisSession)Function<String,com.smeup.jardis.core.dap.model.Source>JarikoLanguageConfig. getSourceSupplier(List<com.smeup.jardis.core.lsp.model.WorkspaceFolder> userWorkspaceFolders, JarikoDebugeeContext context)Method parameters in com.smeup.jardis.jariko.commons with type arguments of type JarikoDebugeeContext Modifier and Type Method Description voidJarikoLanguageConfig. setLaunchedProgramContextSupplier(Function<com.smeup.jardis.core.JardisSession,JarikoDebugeeContext> launchedProgramContextSupplier) -
Uses of JarikoDebugeeContext in com.smeup.jardis.jariko.dap.handler
Methods in com.smeup.jardis.jariko.dap.handler that return types with arguments of type JarikoDebugeeContext Modifier and Type Method Description BiFunction<JarikoDebugeeContext,com.smeup.rpgparser.execution.CommandLineProgram,com.smeup.rpgparser.execution.CommandLineParms>JarikoDebugeeContext. getExecutable()BiFunction<JarikoDebugeeContext,String,com.smeup.rpgparser.execution.CommandLineProgram>JarikoDebugeeContext. getLoadable()Method parameters in com.smeup.jardis.jariko.dap.handler with type arguments of type JarikoDebugeeContext Modifier and Type Method Description voidJarikoDebugeeContext. debuggable(BiFunction<JarikoDebugeeContext,String,com.smeup.rpgparser.execution.CommandLineProgram> loadable, BiFunction<JarikoDebugeeContext,com.smeup.rpgparser.execution.CommandLineProgram,com.smeup.rpgparser.execution.CommandLineParms> executable)Declares program as debuggableConstructors in com.smeup.jardis.jariko.dap.handler with parameters of type JarikoDebugeeContext Constructor Description DebuggingSourcesMgr(JarikoDebugeeContext jarikoDebuggeeContext, Function<String,com.smeup.jardis.core.dap.model.Source> sourceSupplier) -
Uses of JarikoDebugeeContext in com.smeup.jardis.jariko.dap.model
Methods in com.smeup.jardis.jariko.dap.model that return types with arguments of type JarikoDebugeeContext Modifier and Type Method Description Function<com.smeup.jardis.core.JardisSession,JarikoDebugeeContext>AttachableProgram. getContextSupplier()Constructor parameters in com.smeup.jardis.jariko.dap.model with type arguments of type JarikoDebugeeContext Constructor Description AttachableProgram(String name, Function<com.smeup.jardis.core.JardisSession,JarikoDebugeeContext> contextSupplier) -
Uses of JarikoDebugeeContext in com.smeup.jardis.jariko.endpoint
Method parameters in com.smeup.jardis.jariko.endpoint with type arguments of type JarikoDebugeeContext Modifier and Type Method Description voidJardis. debuggable(String name, Function<com.smeup.jardis.core.JardisSession,JarikoDebugeeContext> contextSupplier)Use this method if you want to enable debugging in attach modeConstructor parameters in com.smeup.jardis.jariko.endpoint with type arguments of type JarikoDebugeeContext Constructor Description Jardis(com.smeup.jardis.endpoint.JardisEndPoint jardisEndPoint, Function<com.smeup.jardis.core.JardisSession,JarikoDebugeeContext> jarikoDebuggeeContextSupplier, Path localWorkspace, Consumer<JarikoLanguageConfig> languageConfigConsumer)Create an instance of JardisJardis(Function<com.smeup.jardis.core.JardisSession,JarikoDebugeeContext> jarikoDebuggeeContextSupplier, Path localWorkspace)Creates an instance of Jardis with the following default parameters:jardisEndPointset toJardisServerlanguageConfigConsumerset tonullFor the meaning of other parameters:Jardis(Function<com.smeup.jardis.core.JardisSession,JarikoDebugeeContext> jarikoDebuggeeContextSupplier, Path localWorkspace, Consumer<JarikoLanguageConfig> languageConfigConsumer)Creates an instance of Jardis with the following default parameters:jardisEndPointset toJardisServerFor the meaning of other parameters:
-