> 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/point/varvalue.md).

# VarValue

- [VarValue.backward\_df()](https://docs.r.xyz/glider-ide/api/point/varvalue/varvalue.backward_df.md): Returns the list of all previous points of the current point in the data flow graph.
- [VarValue.backward\_df\_recursive()](https://docs.r.xyz/glider-ide/api/point/varvalue/varvalue.backward_df_recursive.md): Returns the list of all previous points of the current point in the current data flow graph and outside of that.
- [VarValue.forward\_df()](https://docs.r.xyz/glider-ide/api/point/varvalue/varvalue.forward_df.md): Returns the list of all points following the current point in the current data flow graph.
- [VarValue.forward\_df\_recursive()](https://docs.r.xyz/glider-ide/api/point/varvalue/varvalue.forward_df_recursive.md): Returns the list of all points following the current point in the current data flow graph and outside of that.
- [VarValue.get\_defining\_points()](https://docs.r.xyz/glider-ide/api/point/varvalue/varvalue.get_defining_points.md): Returns the points which define the variable.
- [VarValue.get\_object\_of\_var()](https://docs.r.xyz/glider-ide/api/point/varvalue/varvalue.get_object_of_var.md): Returns corresponding object of the variable.
- [VarValue.get\_parent()](https://docs.r.xyz/glider-ide/api/point/varvalue/varvalue.get_parent.md): Returns parent function/modifier of the variable.
- [VarValue.is\_depending\_on\_any\_argument()](https://docs.r.xyz/glider-ide/api/point/varvalue/varvalue.is_depending_on_any_argument.md): Returns whether the object depends on any of its function's arguments.
- [VarValue.type](https://docs.r.xyz/glider-ide/api/point/varvalue/varvalue.type.md): Returns the variable's type.
