Contents
Up
Previous
Next
Using data objects
This section describes how different objects can be referenced within a
design. The following grammar rule for name includes all the different
ways of referencing different kinds of objects. The prefix rule allows
the methods to be combined in one reference. This will be seen later.
The attribute name is described in the next chapter.
name : simple-name | operator-symbol | selected-name | indexed-name |
slice-name | attribute-name
prefix : name | function-call
The remaining rules are described next.
Selected names
Indexed names
Slice names