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

reference.language.member.html Maven / Gradle / Ivy




    
    Member expressions
    
    

    
    

    
    

    
    
    
    

    


Member expressions

Member expressions are used to retrieve the value of an attribute of an object.
An member expression is a code fragment which produces a value whose type is determined by the attribute type, which can then be used as an input for other operations: print, write, method call and so forth.
Member expressions have the following form:
instance.name, where instance is any value and name is the name of a an attribute supported by this value.

Prompto uses the same syntax for built-in attributes and user defined ones.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy