Uses of Class
io.quarkus.qute.debug.agent.variables.VariablesRegistry
Packages that use VariablesRegistry
Package
Description
-
Uses of VariablesRegistry in io.quarkus.qute.debug.agent
Methods in io.quarkus.qute.debug.agent that return VariablesRegistry -
Uses of VariablesRegistry in io.quarkus.qute.debug.agent.frames
Constructors in io.quarkus.qute.debug.agent.frames with parameters of type VariablesRegistryModifierConstructorDescriptionRemoteStackFrame(io.quarkus.qute.trace.ResolveEvent event, RemoteStackFrame previousFrame, SourceTemplateRegistry sourceTemplateRegistry, VariablesRegistry variablesRegistry, RemoteThread remoteThread) Creates a newRemoteStackFrame. -
Uses of VariablesRegistry in io.quarkus.qute.debug.agent.scopes
Methods in io.quarkus.qute.debug.agent.scopes that return VariablesRegistryModifier and TypeMethodDescriptionRemoteScope.getVariablesRegistry()Returns the registry used to manage variables in this scope.Methods in io.quarkus.qute.debug.agent.scopes with parameters of type VariablesRegistryModifier and TypeMethodDescriptionprotected static voidRemoteScope.fillVariables(RemoteStackFrame frame, io.quarkus.qute.ResolutionContext context, Collection<org.eclipse.lsp4j.debug.Variable> variables, VariablesRegistry variablesRegistry) Helper to fill a collection of variables from aResolutionContext.Constructors in io.quarkus.qute.debug.agent.scopes with parameters of type VariablesRegistryModifierConstructorDescriptionGlobalsScope(io.quarkus.qute.ResolutionContext context, RemoteStackFrame frame, VariablesRegistry variablesRegistry) Creates a new global scope.LocalsScope(io.quarkus.qute.ResolutionContext context, RemoteStackFrame frame, VariablesRegistry variablesRegistry) Creates a new local scope.NamespaceResolversScope(io.quarkus.qute.Engine engine, RemoteStackFrame frame, VariablesRegistry variablesRegistry) Creates a new namespace resolvers scope.RemoteScope(String name, RemoteStackFrame frame, VariablesRegistry variablesRegistry) Creates a new remote scope. -
Uses of VariablesRegistry in io.quarkus.qute.debug.agent.variables
Methods in io.quarkus.qute.debug.agent.variables with parameters of type VariablesRegistryModifier and TypeMethodDescriptionstatic org.eclipse.lsp4j.debug.VariableVariablesHelper.fillVariable(String name, Object value, RemoteStackFrame frame, Collection<org.eclipse.lsp4j.debug.Variable> variables, VariablesRegistry variablesRegistry) Converts a value into aVariablesuitable for the debugger.Constructors in io.quarkus.qute.debug.agent.variables with parameters of type VariablesRegistryModifierConstructorDescriptionRemoteVariable(Object value, RemoteStackFrame frame, VariablesRegistry variablesRegistry) Creates a new remote variable.VariableContext(Object base, RemoteStackFrame stackFrame, VariablesRegistry variablesRegistry, Collection<org.eclipse.lsp4j.debug.Variable> variables)