vala-1.0 Reference Manual

Synopsis

public class SemanticAnalyzer : CodeVisitor  {
    public                              SemanticAnalyzer          (  ) ;


    public    void                      analyze                   ( CodeContext         context ) ;
    public    static Symbol?            symbol_lookup_inherited   ( Symbol              sym,
                                                                    string              name ) ;
    public    static DataType?          get_actual_type           ( DataType            derived_instance_type,
                                                                    Symbol              generic_member,
                                                                    DataType            generic_type,
                                                                    CodeNode            node_reference ) ;
}

SemanticAnalyzer Description

Details

Constructor Details

SemanticAnalyzer ()
    public                              SemanticAnalyzer          (  ) ;		

Field Details

Signal Details

Property Details

Method Details

analyze ()
    public    void                      analyze                   ( CodeContext         context ) ;		

symbol_lookup_inherited ()
    public    static Symbol?            symbol_lookup_inherited   ( Symbol              sym,
                                                                    string              name ) ;		

get_actual_type ()
    public    static DataType?          get_actual_type           ( DataType            derived_instance_type,
                                                                    Symbol              generic_member,
                                                                    DataType            generic_type,
                                                                    CodeNode            node_reference ) ;		


Created by Valadoc