Navigation
Synopsis Overview of all figures.
Types
  • Figure
  • alias Figures = list[Figure];
Description Figure is the primary data type that represents figures. A list of figures is represented by the type Figures. Figures can be classified as follows:
Pitfalls We are cheating a bit with the above data declaration for Figure. The current version of Rascal does not yet support data constructors with a variable number of arguments as needed for the properties. At the moment, the above constructors are provided as Rascal functions that can have variable arguments, see Function.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.