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

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

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

"Implementation of [[Outer]], in ceylon.language.impl because although 
 compiled user classes depend on it, it is not part of the public API."
shared object outerImpl satisfies Outer {
    "The outer instance of the given member [[instance]]."
    shared actual Object referred(/**/Object instance) {
        return reach.getObject(instance, this);
    }
    
    shared actual String string => "Outer";
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy