01_user_documentation:07_rgg_xl:02_xl:09_java_addition:overload_operator:09_ushl
This is an old revision of the document!
ushl
The unsigned left shift operator <<< operator$ushl is overloaded for nodes of the type null.
The operator can be used with two Null extending nodes to forward all possible parameters from the right Node to the left Node. This is based on the inheritance of object orientation.
module A(float len) extends Sphere(0.1) { {setShader(GREEN);} } protected void init () [ Axiom ==> A(1); ] public void run () [ a:A ==> Sphere.($ <<<a); // creates a sphere with the same transformation, Shader and radius ] public void run2 () [ a:A ==> Box.($ <<<a);// creates a Box with the same transformation and Shader ]
01_user_documentation/07_rgg_xl/02_xl/09_java_addition/overload_operator/09_ushl.1774619782.txt.gz ยท Last modified: 2026/03/27 14:56 by Tim
