vala-1.0 Reference Manual

Synopsis

public class UnresolvedSymbol : CodeNode  {
    public    UnresolvedSymbol?         inner                     { get; set; } ;
    public    string                    name                      { get; set; } ;


    public                              UnresolvedSymbol          ( UnresolvedSymbol?   inner,
                                                                    string              name,
                                                                    SourceReference?    source_reference = null ) ;


    public    UnresolvedSymbol          copy                      (  ) ;
}

UnresolvedSymbol Description

Details

Constructor Details

UnresolvedSymbol ()
    public                              UnresolvedSymbol          ( UnresolvedSymbol?   inner,
                                                                    string              name,
                                                                    SourceReference?    source_reference = null ) ;		

Field Details

Signal Details

Property Details

inner
    public    UnresolvedSymbol?         inner                     { get; set; } ;		

name
    public    string                    name                      { get; set; } ;		

Method Details

copy ()
    public    UnresolvedSymbol          copy                      (  ) ;		


Created by Valadoc