> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/variables/localvariables.md).

# LocalVariables

- [LocalVariables](https://docs.r.xyz/glider-ide/api/variables/localvariables/localvariables.md): The class represents the list of local variables.
- [LocalVariables.list()](https://docs.r.xyz/glider-ide/api/variables/localvariables/localvariables/localvariables.list.md): Returns the list of all local variables.
- [LocalVariables.with\_memory\_type()](https://docs.r.xyz/glider-ide/api/variables/localvariables/localvariables/localvariables.with_memory_type.md): Returns the list of local variables having specified memory type.
- [LocalVariables.with\_type()](https://docs.r.xyz/glider-ide/api/variables/localvariables/localvariables/localvariables.with_type.md): Returns the list of local variables having specified type.
- [LocalVariable](https://docs.r.xyz/glider-ide/api/variables/localvariables/localvariable.md): The class represents a single local variable.
- [LocalVariable.get\_parent()](https://docs.r.xyz/glider-ide/api/variables/localvariables/localvariable/localvariable.get_parent.md): Returns parent function/modifier of the local variable.
- [LocalVariable.index](https://docs.r.xyz/glider-ide/api/variables/localvariables/localvariable/localvariable.index.md): Returns the index of the local variable in relation to the function scope.
- [LocalVariable.memory\_property](https://docs.r.xyz/glider-ide/api/variables/localvariables/localvariable/localvariable.memory_property.md): Returns the memory type of the local variable.
- [LocalVariable.source\_code()](https://docs.r.xyz/glider-ide/api/variables/localvariables/localvariable/localvariable.source_code.md): Returns the source code of the local variable.
