C# Class Mono.CSharp.CompilerGeneratedClass

Inheritance: Class
Show file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
MakeName ( string host, string typePrefix, string name, int id ) : string

Protected Methods

Method Description
CheckMembersDefined ( ) : void
CompilerGeneratedClass ( DeclSpace parent, MemberName name, Mono.CSharp.Modifiers mod ) : System
MakeMemberName ( MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameter tparams, Mono.CSharp.Location loc ) : MemberName

Method Details

CheckMembersDefined() protected method

protected CheckMembersDefined ( ) : void
return void

CompilerGeneratedClass() protected method

protected CompilerGeneratedClass ( DeclSpace parent, MemberName name, Mono.CSharp.Modifiers mod ) : System
parent DeclSpace
name MemberName
mod Mono.CSharp.Modifiers
return System

MakeMemberName() protected static method

protected static MakeMemberName ( MemberBase host, string name, int unique_id, Mono.CSharp.TypeParameter tparams, Mono.CSharp.Location loc ) : MemberName
host MemberBase
name string
unique_id int
tparams Mono.CSharp.TypeParameter
loc Mono.CSharp.Location
return MemberName

MakeName() public static method

public static MakeName ( string host, string typePrefix, string name, int id ) : string
host string
typePrefix string
name string
id int
return string