Provides different sub classes of Content.
Import path
import rubyPredicates
| getAttributeName | Gets |
| getElementContent | Gets the element content corresponding to constant value |
| getKnownElementIndex | Gets the constant value of |
Classes
| AttributeNameContent | A value stored behind a getter/setter pair. |
| CapturedVariableContent | A captured variable. |
| ElementContent | An element in a collection, for example an element in an array or in a hash. |
| FieldContent | A field of an object, for example an instance variable. |
| HashSplatContent | INTERNAL: Do not use. |
| KnownElementContent | An element in a collection at a known index. |
| SplatContent | INTERNAL: Do not use. |
| UnknownElementContent | An element in a collection at an unknown index. |