C# Class Microsoft.CSharp.RuntimeBinder.Semantics.EXPR

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
IsError bool
IsOptionalArgument bool
errorString string
flags EXPRFLAG
kind ExpressionKind
type CType

Méthodes publiques

Méthode Description
GetSymWithType ( ) : SymWithType
HasError ( ) : bool
HasObject ( ) : bool
SetError ( ) : void
SetInaccessibleBit ( ) : void
SetMismatchedStaticBit ( ) : void
SetObject ( EXPR pExpr ) : void
getArgs ( ) : EXPR
getObject ( ) : EXPR
isOK ( ) : bool
setArgs ( EXPR args ) : void
setAssignment ( ) : void
setType ( CType t ) : void

Méthodes protégées

Méthode Description
RETAILVERIFY ( bool f ) : void

Method Details

GetSymWithType() public méthode

public GetSymWithType ( ) : SymWithType
Résultat SymWithType

HasError() public méthode

public HasError ( ) : bool
Résultat bool

HasObject() public méthode

public HasObject ( ) : bool
Résultat bool

RETAILVERIFY() protected static méthode

protected static RETAILVERIFY ( bool f ) : void
f bool
Résultat void

SetError() public méthode

public SetError ( ) : void
Résultat void

SetInaccessibleBit() public méthode

public SetInaccessibleBit ( ) : void
Résultat void

SetMismatchedStaticBit() public méthode

public SetMismatchedStaticBit ( ) : void
Résultat void

SetObject() public méthode

public SetObject ( EXPR pExpr ) : void
pExpr EXPR
Résultat void

getArgs() public méthode

public getArgs ( ) : EXPR
Résultat EXPR

getObject() public méthode

public getObject ( ) : EXPR
Résultat EXPR

isOK() public méthode

public isOK ( ) : bool
Résultat bool

setArgs() public méthode

public setArgs ( EXPR args ) : void
args EXPR
Résultat void

setAssignment() public méthode

public setAssignment ( ) : void
Résultat void

setType() public méthode

public setType ( CType t ) : void
t CType
Résultat void

Property Details

IsError public_oe property

public bool IsError
Résultat bool

IsOptionalArgument public_oe property

public bool IsOptionalArgument
Résultat bool

errorString public_oe property

public string errorString
Résultat string

flags public_oe property

public EXPRFLAG flags
Résultat EXPRFLAG

kind public_oe property

public ExpressionKind kind
Résultat ExpressionKind

type public_oe property

public CType,Microsoft.CSharp.RuntimeBinder.Semantics type
Résultat CType