Open mtrberzi opened 10 years ago
Issue by lucaswoj Wednesday Nov 13, 2013 at 20:43 GMT Originally opened as https://github.com/manifold-lang/manifold/issues/34
This class represents a dot notation static access of an attribute (ie foo.bar)
foo.bar
class StaticAttributeReferenceExpression extends Expression { VariableIdentifier getBaseValue(); String getAttributeName(); }
Issue by lucaswoj Wednesday Nov 13, 2013 at 20:43 GMT Originally opened as https://github.com/manifold-lang/manifold/issues/34
This class represents a dot notation static access of an attribute (ie
foo.bar
)