An “atomic” expression.
While atoms can wrap and contain other expressions, they never consist of several expressions chained together without any wrapping.
For example, in [1, 2, 3]
, the child expressions are wrapped in the surrounding brackets;
in 1.add
, however, the child expressions are not wrapped.
Therefore, a Tuple
is an atom, while a QualifiedExpression
isn’t.
Anything
Atom
Primary
ValueExpression
Expression
Node
Object
Anything
Initializer |
Atom() |
Inherited Attributes |
Attributes inherited from: Expression |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |