StructLiteralExp.origin

pointer to the origin instance of the expression. once a new expression is created, origin is set to 'this'. anytime when an expression copy is created, 'origin' pointer is set to 'origin' pointer value of the original expression.

class StructLiteralExp
StructLiteralExp origin;
Suggestion Box / Bug Report