ceylon.language.impl.reach.ceylon Maven / Gradle / Ivy
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