C# Class Mono.CSharp.Operator

Inheritance: MethodOrOperator
Afficher le fichier Open project: praeclarum/runcs Class Usage Examples

Méthodes publiques

Свойство Type Description
OperatorType OpType

Méthodes publiques

Méthode Description
ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, Mono.CSharp.PredefinedAttributes pa ) : void
Define ( ) : bool
GetMatchingOperator ( ) : OpType
GetMetadataName ( OpType ot ) : string
GetMetadataName ( string name ) : string
GetName ( OpType ot ) : string
GetName ( string metadata_name ) : string
GetSignatureForError ( ) : string
GetType ( string metadata_name ) : OpType?
Operator ( DeclSpace parent, OpType type, Mono.CSharp.FullNamedExpression ret_type, Mono.CSharp.Modifiers mod_flags, ParametersCompiled parameters, ToplevelBlock block, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc ) : System.Xml

Méthodes protégées

Méthode Description
FindBaseMember ( MemberSpec &bestCandidate ) : MemberSpec
ResolveMemberType ( ) : bool

Private Methods

Méthode Description
Operator ( ) : System.Xml

Method Details

ApplyAttributeBuilder() public méthode

public ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, Mono.CSharp.PredefinedAttributes pa ) : void
a Attribute
ctor MethodSpec
cdata byte
pa Mono.CSharp.PredefinedAttributes
Résultat void

Define() public méthode

public Define ( ) : bool
Résultat bool

FindBaseMember() protected méthode

protected FindBaseMember ( MemberSpec &bestCandidate ) : MemberSpec
bestCandidate MemberSpec
Résultat MemberSpec

GetMatchingOperator() public méthode

public GetMatchingOperator ( ) : OpType
Résultat OpType

GetMetadataName() public static méthode

public static GetMetadataName ( OpType ot ) : string
ot OpType
Résultat string

GetMetadataName() public static méthode

public static GetMetadataName ( string name ) : string
name string
Résultat string

GetName() public static méthode

public static GetName ( OpType ot ) : string
ot OpType
Résultat string

GetName() public static méthode

public static GetName ( string metadata_name ) : string
metadata_name string
Résultat string

GetSignatureForError() public méthode

public GetSignatureForError ( ) : string
Résultat string

GetType() public static méthode

public static GetType ( string metadata_name ) : OpType?
metadata_name string
Résultat OpType?

Operator() public méthode

public Operator ( DeclSpace parent, OpType type, Mono.CSharp.FullNamedExpression ret_type, Mono.CSharp.Modifiers mod_flags, ParametersCompiled parameters, ToplevelBlock block, Mono.CSharp.Attributes attrs, Mono.CSharp.Location loc ) : System.Xml
parent DeclSpace
type OpType
ret_type Mono.CSharp.FullNamedExpression
mod_flags Mono.CSharp.Modifiers
parameters ParametersCompiled
block ToplevelBlock
attrs Mono.CSharp.Attributes
loc Mono.CSharp.Location
Résultat System.Xml

ResolveMemberType() protected méthode

protected ResolveMemberType ( ) : bool
Résultat bool

Property Details

OperatorType public_oe property

public OpType OperatorType
Résultat OpType