Returns string formatted according to given format string.
Returns string formatted according to given format string.
Format strings are as for String.format
(@see java.lang.String.format).
The source position of this object, initially set to undefined.
The source position of this object, initially set to undefined.
Returns the element this BoundElement stands for.
Returns the element this BoundElement stands for.
The Proxy trait ensures equals, hashCode and toString are forwarded to
the result of this method.
If current source position is undefined, update it with given position newpos
If current source position is undefined, update it with given position newpos
the object itself
A
BoundElementis bound in a certain scopescope, which keeps track of the actual element thatelstands for.A
BoundElementis represented textually by its bound element, followed by its scope'sid. For example:x@1represents the variablexthat is bound in the scope withid1.scope.binds(el)holds before and after.