C# 클래스 Mono.CSharp.Operator

상속: MethodOrOperator
파일 보기 프로젝트 열기: praeclarum/runcs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OperatorType OpType

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
FindBaseMember ( MemberSpec &bestCandidate ) : MemberSpec
ResolveMemberType ( ) : bool

비공개 메소드들

메소드 설명
Operator ( ) : System.Xml

메소드 상세

ApplyAttributeBuilder() 공개 메소드

public ApplyAttributeBuilder ( Attribute a, MethodSpec ctor, byte cdata, Mono.CSharp.PredefinedAttributes pa ) : void
a Attribute
ctor MethodSpec
cdata byte
pa Mono.CSharp.PredefinedAttributes
리턴 void

Define() 공개 메소드

public Define ( ) : bool
리턴 bool

FindBaseMember() 보호된 메소드

protected FindBaseMember ( MemberSpec &bestCandidate ) : MemberSpec
bestCandidate MemberSpec
리턴 MemberSpec

GetMatchingOperator() 공개 메소드

public GetMatchingOperator ( ) : OpType
리턴 OpType

GetMetadataName() 공개 정적인 메소드

public static GetMetadataName ( OpType ot ) : string
ot OpType
리턴 string

GetMetadataName() 공개 정적인 메소드

public static GetMetadataName ( string name ) : string
name string
리턴 string

GetName() 공개 정적인 메소드

public static GetName ( OpType ot ) : string
ot OpType
리턴 string

GetName() 공개 정적인 메소드

public static GetName ( string metadata_name ) : string
metadata_name string
리턴 string

GetSignatureForError() 공개 메소드

public GetSignatureForError ( ) : string
리턴 string

GetType() 공개 정적인 메소드

public static GetType ( string metadata_name ) : OpType?
metadata_name string
리턴 OpType?

Operator() 공개 메소드

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
리턴 System.Xml

ResolveMemberType() 보호된 메소드

protected ResolveMemberType ( ) : bool
리턴 bool

프로퍼티 상세

OperatorType 공개적으로 프로퍼티

public OpType OperatorType
리턴 OpType