vala-1.0 Reference Manual

Synopsis

public class PropertyAccessor : CodeNode  {
    public    weak Property             prop                      { get; set; } ;
    public    weak bool                 readable                  { get; set; } ;
    public    weak bool                 writable                  { get; set; } ;
    public    weak bool                 construction              { get; set; } ;
    public    weak SymbolAccessibility  access                    { get; set; } ;
    public    Block?                    body                      { get; set; } ;
    public    BasicBlock                entry_block               { get; set; } ;
    public    BasicBlock                exit_block                { get; set; } ;
    public    weak bool                 automatic_body            { get; set; } ;
    public    FormalParameter           value_parameter           { get; set; } ;


    public                              PropertyAccessor          ( bool                readable,
                                                                    bool                writable,
                                                                    bool                construction,
                                                                    Block?              body,
                                                                    SourceReference?    source_reference ) ;
}

PropertyAccessor Description

Details

Constructor Details

PropertyAccessor ()
    public                              PropertyAccessor          ( bool                readable,
                                                                    bool                writable,
                                                                    bool                construction,
                                                                    Block?              body,
                                                                    SourceReference?    source_reference ) ;		

Field Details

Signal Details

Property Details

prop
    public    weak Property             prop                      { get; set; } ;		

readable
    public    weak bool                 readable                  { get; set; } ;		

writable
    public    weak bool                 writable                  { get; set; } ;		

construction
    public    weak bool                 construction              { get; set; } ;		

access
    public    weak SymbolAccessibility  access                    { get; set; } ;		

body
    public    Block?                    body                      { get; set; } ;		

entry_block
    public    BasicBlock                entry_block               { get; set; } ;		

exit_block
    public    BasicBlock                exit_block                { get; set; } ;		

automatic_body
    public    weak bool                 automatic_body            { get; set; } ;		

value_parameter
    public    FormalParameter           value_parameter           { get; set; } ;		

Method Details


Created by Valadoc