All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ceylon.language.impl.reach.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
import ceylon.language.serialization{ReachableReference}

"A native way to find out about the references an instance holds
 and to get an instance."
shared native object reach {
    shared native Iterator references(Anything instance);
    shared native Anything getAnything(Anything instance, ReachableReference ref);
    shared native Object getObject(Anything instance, ReachableReference ref);
    string => "reach";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy