C# Class NJection.LambdaConverter.Expressions.AstExpression

Afficher le fichier Open project: sagifogel/NJection.LambdaConverter Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( NJectionExpressionVisitor visitor ) : Expression
AnonymousType ( ICSharpCode.NRefactory.CSharp anonymousTypeCreateExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : AnonymousType
ArrayCreation ( ICSharpCode.NRefactory.CSharp arrayCreateExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : ArrayCreation
ArrayInitializer ( ICSharpCode.NRefactory.CSharp arrayInitializerExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : ArrayInitializer
Assign ( ICSharpCode.NRefactory.CSharp assignmentExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Assign
Base ( ICSharpCode.NRefactory.CSharp baseReferenceExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Base
Binary ( ICSharpCode.NRefactory.CSharp binaryOperatorExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Binary
Block ( ICSharpCode.NRefactory.CSharp blockStatement, IScope scope, INRefcatoryExpressionVisitor visitor, IEnumerable parameters = null ) : Block
Break ( ICSharpCode.NRefactory.CSharp breakStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Break
Cast ( ICSharpCode.NRefactory.CSharp castExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Cast
CatchClause ( ICSharpCode.NRefactory.CSharp CatchClause, IScope scope, INRefcatoryExpressionVisitor visitor ) : CatchClause
CompilerGeneratedEnumerator ( Instruction stateInitializer, Instruction newObj, IScope scope, INRefcatoryExpressionVisitor visitor ) : CompilerGeneratedEnumerator
Condition ( ICSharpCode.NRefactory.CSharp conditionalExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Conditional
Constructor ( ICSharpCode.NRefactory.CSharp constructorDeclaration, Type proxy, IEnumerable outParameters, INRefcatoryExpressionVisitor visitor, IScope scope = null ) : ConstructorDeclaration
ConstructorBlock ( ICSharpCode.NRefactory.CSharp blockStatement, ParameterExpression contextParameter, IScope scope, INRefcatoryExpressionVisitor visitor, IEnumerable parameters = null, IEnumerable baseConstructorParameters = null ) : ConstructorBlock
Continue ( ICSharpCode.NRefactory.CSharp continueStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Continue
Default ( ICSharpCode.NRefactory.CSharp defaultValueExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Default
Direction ( ICSharpCode.NRefactory.CSharp directionExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Direction
Empty ( ICSharpCode.NRefactory.CSharp emptyExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Empty
Event ( Expression target, EventInfo eventInfo, ExpressionType @operator, IScope scope, INRefcatoryExpressionVisitor visitor ) : Event
Goto ( ICSharpCode.NRefactory.CSharp gotoStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Goto
Identifer ( ICSharpCode.NRefactory.CSharp identifier, IScope scope, INRefcatoryExpressionVisitor visitor ) : Identifier
IfElseCondition ( ICSharpCode.NRefactory.CSharp IfElseStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : IfElseCondition
Index ( ICSharpCode.NRefactory.CSharp indexerExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Index
Init ( ICSharpCode.NRefactory.CSharp variableInitializer, IScope scope, INRefcatoryExpressionVisitor visitor ) : Init
Invocation ( ICSharpCode.NRefactory.CSharp invocationExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Invocation
Label ( ICSharpCode.NRefactory.CSharp caseLabel, IScope scope, INRefcatoryExpressionVisitor visitor ) : CaseLabel
Label ( ICSharpCode.NRefactory.CSharp labelStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Label
Lambda ( Type lambdaType, Expression body, IEnumerable parameterExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Lambda
MemberReference ( ICSharpCode.NRefactory.CSharp memberReferenceExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : MemberReference
Method ( ICSharpCode.NRefactory.CSharp methodDeclaration, object context, INRefcatoryExpressionVisitor visitor, IScope scope = null ) : Method
MethodBlock ( ICSharpCode.NRefactory.CSharp blockStatement, IScope scope, INRefcatoryExpressionVisitor visitor, IEnumerable parameters = null ) : MethodBlock
MethodOf ( ICSharpCode.NRefactory.CSharp invocationExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : MethodOf
NamedArgument ( ICSharpCode.NRefactory.CSharp namedArgumentExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : NamedArgument
NamedExpression ( ICSharpCode.NRefactory.CSharp namedExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : NamedExpression
New ( ICSharpCode.NRefactory.CSharp objectCreation, IScope scope, INRefcatoryExpressionVisitor visitor ) : New
NullReference ( ICSharpCode.NRefactory.CSharp nullReferenceExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : NullReference
Parameter ( ICSharpCode.NRefactory.CSharp parameter, IScope scope, INRefcatoryExpressionVisitor visitor ) : ParameterDecalration
Primitive ( ICSharpCode.NRefactory.CSharp primitiveExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Primitive
Return ( ICSharpCode.NRefactory.CSharp returnStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Return
Switch ( ICSharpCode.NRefactory.CSharp switchStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Switch
SwitchCase ( ICSharpCode.NRefactory.CSharp caseLabel, IScope scope, INRefcatoryExpressionVisitor visitor ) : Case
This ( ICSharpCode.NRefactory.CSharp thisReferenceExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : This
Throw ( ICSharpCode.NRefactory.CSharp throwStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Throw
TryCatch ( ICSharpCode.NRefactory.CSharp tryCatchStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : TryCatch
TypeAs ( ICSharpCode.NRefactory.CSharp asExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : TypeAs
TypeExpression ( ICSharpCode.NRefactory.CSharp memberType, IScope scope, INRefcatoryExpressionVisitor visitor ) : TypeExpression
TypeOf ( ICSharpCode.NRefactory.CSharp typeOfExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : TypeOf
TypeReference ( ICSharpCode.NRefactory.CSharp typeReferenceExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : TypeReference
Unary ( ICSharpCode.NRefactory.CSharp unaryOperatorExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Unary
Variable ( ICSharpCode.NRefactory.CSharp variableDeclaration, IScope scope, INRefcatoryExpressionVisitor visitor ) : VariableDeclaration
While ( ICSharpCode.NRefactory.CSharp whileStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : While

Méthodes protégées

Méthode Description
AstExpression ( IScope scope, INRefcatoryExpressionVisitor visitor ) : System
ForEach ( ICSharpCode.NRefactory.CSharp forEachStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : ForEach

Method Details

Accept() public abstract méthode

public abstract Accept ( NJectionExpressionVisitor visitor ) : Expression
visitor NJection.LambdaConverter.Visitors.NJectionExpressionVisitor
Résultat Expression

AnonymousType() public static méthode

public static AnonymousType ( ICSharpCode.NRefactory.CSharp anonymousTypeCreateExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : AnonymousType
anonymousTypeCreateExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat AnonymousType

ArrayCreation() public static méthode

public static ArrayCreation ( ICSharpCode.NRefactory.CSharp arrayCreateExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : ArrayCreation
arrayCreateExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat ArrayCreation

ArrayInitializer() public static méthode

public static ArrayInitializer ( ICSharpCode.NRefactory.CSharp arrayInitializerExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : ArrayInitializer
arrayInitializerExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat ArrayInitializer

Assign() public static méthode

public static Assign ( ICSharpCode.NRefactory.CSharp assignmentExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Assign
assignmentExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Assign

AstExpression() protected méthode

protected AstExpression ( IScope scope, INRefcatoryExpressionVisitor visitor ) : System
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat System

Base() public static méthode

public static Base ( ICSharpCode.NRefactory.CSharp baseReferenceExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Base
baseReferenceExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Base

Binary() public static méthode

public static Binary ( ICSharpCode.NRefactory.CSharp binaryOperatorExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Binary
binaryOperatorExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Binary

Block() public static méthode

public static Block ( ICSharpCode.NRefactory.CSharp blockStatement, IScope scope, INRefcatoryExpressionVisitor visitor, IEnumerable parameters = null ) : Block
blockStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
parameters IEnumerable
Résultat Block

Break() public static méthode

public static Break ( ICSharpCode.NRefactory.CSharp breakStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Break
breakStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Break

Cast() public static méthode

public static Cast ( ICSharpCode.NRefactory.CSharp castExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Cast
castExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Cast

CatchClause() public static méthode

public static CatchClause ( ICSharpCode.NRefactory.CSharp CatchClause, IScope scope, INRefcatoryExpressionVisitor visitor ) : CatchClause
CatchClause ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat CatchClause

CompilerGeneratedEnumerator() public static méthode

public static CompilerGeneratedEnumerator ( Instruction stateInitializer, Instruction newObj, IScope scope, INRefcatoryExpressionVisitor visitor ) : CompilerGeneratedEnumerator
stateInitializer Instruction
newObj Instruction
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat CompilerGeneratedEnumerator

Condition() public static méthode

public static Condition ( ICSharpCode.NRefactory.CSharp conditionalExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Conditional
conditionalExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Conditional

Constructor() public static méthode

public static Constructor ( ICSharpCode.NRefactory.CSharp constructorDeclaration, Type proxy, IEnumerable outParameters, INRefcatoryExpressionVisitor visitor, IScope scope = null ) : ConstructorDeclaration
constructorDeclaration ICSharpCode.NRefactory.CSharp
proxy Type
outParameters IEnumerable
visitor INRefcatoryExpressionVisitor
scope IScope
Résultat ConstructorDeclaration

ConstructorBlock() public static méthode

public static ConstructorBlock ( ICSharpCode.NRefactory.CSharp blockStatement, ParameterExpression contextParameter, IScope scope, INRefcatoryExpressionVisitor visitor, IEnumerable parameters = null, IEnumerable baseConstructorParameters = null ) : ConstructorBlock
blockStatement ICSharpCode.NRefactory.CSharp
contextParameter ParameterExpression
scope IScope
visitor INRefcatoryExpressionVisitor
parameters IEnumerable
baseConstructorParameters IEnumerable
Résultat ConstructorBlock

Continue() public static méthode

public static Continue ( ICSharpCode.NRefactory.CSharp continueStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Continue
continueStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Continue

Default() public static méthode

public static Default ( ICSharpCode.NRefactory.CSharp defaultValueExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Default
defaultValueExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Default

Direction() public static méthode

public static Direction ( ICSharpCode.NRefactory.CSharp directionExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Direction
directionExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Direction

Empty() public static méthode

public static Empty ( ICSharpCode.NRefactory.CSharp emptyExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Empty
emptyExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Empty

Event() public static méthode

public static Event ( Expression target, EventInfo eventInfo, ExpressionType @operator, IScope scope, INRefcatoryExpressionVisitor visitor ) : Event
target Expression
eventInfo EventInfo
@operator ExpressionType
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Event

ForEach() protected static méthode

protected static ForEach ( ICSharpCode.NRefactory.CSharp forEachStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : ForEach
forEachStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat ForEach

Goto() public static méthode

public static Goto ( ICSharpCode.NRefactory.CSharp gotoStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Goto
gotoStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Goto

Identifer() public static méthode

public static Identifer ( ICSharpCode.NRefactory.CSharp identifier, IScope scope, INRefcatoryExpressionVisitor visitor ) : Identifier
identifier ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Identifier

IfElseCondition() public static méthode

public static IfElseCondition ( ICSharpCode.NRefactory.CSharp IfElseStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : IfElseCondition
IfElseStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat IfElseCondition

Index() public static méthode

public static Index ( ICSharpCode.NRefactory.CSharp indexerExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Index
indexerExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Index

Init() public static méthode

public static Init ( ICSharpCode.NRefactory.CSharp variableInitializer, IScope scope, INRefcatoryExpressionVisitor visitor ) : Init
variableInitializer ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Init

Invocation() public static méthode

public static Invocation ( ICSharpCode.NRefactory.CSharp invocationExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Invocation
invocationExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Invocation

Label() public static méthode

public static Label ( ICSharpCode.NRefactory.CSharp caseLabel, IScope scope, INRefcatoryExpressionVisitor visitor ) : CaseLabel
caseLabel ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat CaseLabel

Label() public static méthode

public static Label ( ICSharpCode.NRefactory.CSharp labelStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Label
labelStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Label

Lambda() public static méthode

public static Lambda ( Type lambdaType, Expression body, IEnumerable parameterExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Lambda
lambdaType Type
body Expression
parameterExpression IEnumerable
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Lambda

MemberReference() public static méthode

public static MemberReference ( ICSharpCode.NRefactory.CSharp memberReferenceExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : MemberReference
memberReferenceExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat MemberReference

Method() public static méthode

public static Method ( ICSharpCode.NRefactory.CSharp methodDeclaration, object context, INRefcatoryExpressionVisitor visitor, IScope scope = null ) : Method
methodDeclaration ICSharpCode.NRefactory.CSharp
context object
visitor INRefcatoryExpressionVisitor
scope IScope
Résultat Method

MethodBlock() public static méthode

public static MethodBlock ( ICSharpCode.NRefactory.CSharp blockStatement, IScope scope, INRefcatoryExpressionVisitor visitor, IEnumerable parameters = null ) : MethodBlock
blockStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
parameters IEnumerable
Résultat MethodBlock

MethodOf() public static méthode

public static MethodOf ( ICSharpCode.NRefactory.CSharp invocationExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : MethodOf
invocationExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat MethodOf

NamedArgument() public static méthode

public static NamedArgument ( ICSharpCode.NRefactory.CSharp namedArgumentExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : NamedArgument
namedArgumentExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat NamedArgument

NamedExpression() public static méthode

public static NamedExpression ( ICSharpCode.NRefactory.CSharp namedExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : NamedExpression
namedExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat NamedExpression

New() public static méthode

public static New ( ICSharpCode.NRefactory.CSharp objectCreation, IScope scope, INRefcatoryExpressionVisitor visitor ) : New
objectCreation ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat New

NullReference() public static méthode

public static NullReference ( ICSharpCode.NRefactory.CSharp nullReferenceExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : NullReference
nullReferenceExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat NullReference

Parameter() public static méthode

public static Parameter ( ICSharpCode.NRefactory.CSharp parameter, IScope scope, INRefcatoryExpressionVisitor visitor ) : ParameterDecalration
parameter ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat ParameterDecalration

Primitive() public static méthode

public static Primitive ( ICSharpCode.NRefactory.CSharp primitiveExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Primitive
primitiveExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Primitive

Return() public static méthode

public static Return ( ICSharpCode.NRefactory.CSharp returnStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Return
returnStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Return

Switch() public static méthode

public static Switch ( ICSharpCode.NRefactory.CSharp switchStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Switch
switchStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Switch

SwitchCase() public static méthode

public static SwitchCase ( ICSharpCode.NRefactory.CSharp caseLabel, IScope scope, INRefcatoryExpressionVisitor visitor ) : Case
caseLabel ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Case

This() public static méthode

public static This ( ICSharpCode.NRefactory.CSharp thisReferenceExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : This
thisReferenceExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat This

Throw() public static méthode

public static Throw ( ICSharpCode.NRefactory.CSharp throwStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : Throw
throwStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Throw

TryCatch() public static méthode

public static TryCatch ( ICSharpCode.NRefactory.CSharp tryCatchStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : TryCatch
tryCatchStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat TryCatch

TypeAs() public static méthode

public static TypeAs ( ICSharpCode.NRefactory.CSharp asExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : TypeAs
asExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat TypeAs

TypeExpression() public static méthode

public static TypeExpression ( ICSharpCode.NRefactory.CSharp memberType, IScope scope, INRefcatoryExpressionVisitor visitor ) : TypeExpression
memberType ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat TypeExpression

TypeOf() public static méthode

public static TypeOf ( ICSharpCode.NRefactory.CSharp typeOfExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : TypeOf
typeOfExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat TypeOf

TypeReference() public static méthode

public static TypeReference ( ICSharpCode.NRefactory.CSharp typeReferenceExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : TypeReference
typeReferenceExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat TypeReference

Unary() public static méthode

public static Unary ( ICSharpCode.NRefactory.CSharp unaryOperatorExpression, IScope scope, INRefcatoryExpressionVisitor visitor ) : Unary
unaryOperatorExpression ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat Unary

Variable() public static méthode

public static Variable ( ICSharpCode.NRefactory.CSharp variableDeclaration, IScope scope, INRefcatoryExpressionVisitor visitor ) : VariableDeclaration
variableDeclaration ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat VariableDeclaration

While() public static méthode

public static While ( ICSharpCode.NRefactory.CSharp whileStatement, IScope scope, INRefcatoryExpressionVisitor visitor ) : While
whileStatement ICSharpCode.NRefactory.CSharp
scope IScope
visitor INRefcatoryExpressionVisitor
Résultat While