Method | Description | |
---|---|---|
VisitAddHandlerStatement ( |
||
VisitAddressOfExpression ( |
||
VisitAnonymousMethodExpression ( |
||
VisitArrayCreateExpression ( |
||
VisitAssignmentExpression ( |
||
VisitAttribute ( ICSharpCode attribute, object d ) : bool | ||
VisitAttributeSection ( |
||
VisitBaseReferenceExpression ( |
||
VisitBinaryOperatorExpression ( |
||
VisitBlockStatement ( ICSharpCode.NRefactory.Ast.BlockStatement blockStatement, object d ) : bool | ||
VisitBreakStatement ( |
||
VisitCaseLabel ( |
||
VisitCastExpression ( |
||
VisitCatchClause ( |
||
VisitCheckedExpression ( |
||
VisitCheckedStatement ( |
||
VisitClassReferenceExpression ( |
||
VisitCollectionInitializerExpression ( |
||
VisitCompilationUnit ( ICSharpCode.NRefactory.Ast.CompilationUnit compilationUnit, object d ) : bool | ||
VisitConditionalExpression ( |
||
VisitConstructorDeclaration ( |
||
VisitConstructorInitializer ( |
||
VisitContinueStatement ( |
||
VisitDeclareDeclaration ( |
||
VisitDefaultValueExpression ( |
||
VisitDelegateDeclaration ( |
||
VisitDestructorDeclaration ( |
||
VisitDirectionExpression ( |
||
VisitDoLoopStatement ( |
||
VisitElseIfSection ( |
||
VisitEmptyStatement ( |
||
VisitEndStatement ( |
||
VisitEraseStatement ( |
||
VisitErrorStatement ( |
||
VisitEventAddRegion ( |
||
VisitEventDeclaration ( |
||
VisitEventRaiseRegion ( |
||
VisitEventRemoveRegion ( |
||
VisitExitStatement ( |
||
VisitExpressionRangeVariable ( |
||
VisitExpressionStatement ( |
||
VisitExternAliasDirective ( |
||
VisitFieldDeclaration ( |
||
VisitFixedStatement ( |
||
VisitForNextStatement ( |
||
VisitForStatement ( |
||
VisitForeachStatement ( |
||
VisitGotoCaseStatement ( |
||
VisitGotoStatement ( |
||
VisitIdentifierExpression ( |
||
VisitIfElseStatement ( |
||
VisitIndexerDeclaration ( |
||
VisitIndexerExpression ( |
||
VisitInnerClassTypeReference ( ICSharpCode.NRefactory.Ast.InnerClassTypeReference innerClassTypeReference, object d ) : bool | ||
VisitInterfaceImplementation ( |
||
VisitInvocationExpression ( |
||
VisitLabelStatement ( |
||
VisitLambdaExpression ( |
||
VisitLocalVariableDeclaration ( ICSharpCode.NRefactory.Ast.LocalVariableDeclaration localVariableDeclaration, object d ) : bool | ||
VisitLockStatement ( |
||
VisitMemberReferenceExpression ( |
||
VisitMethodDeclaration ( |
||
VisitNamedArgumentExpression ( |
||
VisitNamespaceDeclaration ( |
||
VisitObjectCreateExpression ( |
||
VisitOnErrorStatement ( |
||
VisitOperatorDeclaration ( |
||
VisitOptionDeclaration ( |
||
VisitParameterDeclarationExpression ( |
||
VisitParenthesizedExpression ( |
||
VisitPointerReferenceExpression ( |
||
VisitPrimitiveExpression ( ICSharpCode.NRefactory.Ast.PrimitiveExpression primitiveExpression, object d ) : bool | ||
VisitPropertyDeclaration ( |
||
VisitPropertyGetRegion ( |
||
VisitPropertySetRegion ( |
||
VisitQueryExpression ( |
||
VisitQueryExpressionAggregateClause ( |
||
VisitQueryExpressionDistinctClause ( |
||
VisitQueryExpressionFromClause ( |
||
VisitQueryExpressionGroupClause ( |
||
VisitQueryExpressionGroupJoinVBClause ( |
||
VisitQueryExpressionGroupVBClause ( |
||
VisitQueryExpressionJoinClause ( |
||
VisitQueryExpressionJoinConditionVB ( |
||
VisitQueryExpressionJoinVBClause ( |
||
VisitQueryExpressionLetClause ( |
||
VisitQueryExpressionLetVBClause ( |
||
VisitQueryExpressionOrderClause ( |
||
VisitQueryExpressionOrdering ( |
||
VisitQueryExpressionPartitionVBClause ( |
||
VisitQueryExpressionSelectClause ( |
||
VisitQueryExpressionSelectVBClause ( |
||
VisitQueryExpressionWhereClause ( |
||
VisitRaiseEventStatement ( |
||
VisitReDimStatement ( |
||
VisitRemoveHandlerStatement ( |
||
VisitResumeStatement ( |
||
VisitReturnStatement ( |
||
VisitSizeOfExpression ( |
||
VisitStackAllocExpression ( |
||
VisitStopStatement ( |
||
VisitSwitchSection ( |
||
VisitSwitchStatement ( |
||
VisitTemplateDefinition ( |
||
VisitThisReferenceExpression ( |
||
VisitThrowStatement ( |
||
VisitTryCatchStatement ( |
||
VisitTypeDeclaration ( |
||
VisitTypeOfExpression ( |
||
VisitTypeOfIsExpression ( |
||
VisitTypeReference ( ICSharpCode.NRefactory.Ast.TypeReference typeReference, object d ) : bool | ||
VisitTypeReferenceExpression ( |
||
VisitUnaryOperatorExpression ( |
||
VisitUncheckedExpression ( |
||
VisitUncheckedStatement ( |
||
VisitUnsafeStatement ( |
||
VisitUsing ( |
||
VisitUsingDeclaration ( |
||
VisitUsingStatement ( |
||
VisitVariableDeclaration ( |
||
VisitWithStatement ( |
||
VisitYieldStatement ( |
public VisitAddHandlerStatement ( |
||
addHandlerStatement | ||
d | object | |
return | bool |
public VisitAddressOfExpression ( |
||
addressOfExpression | ||
d | object | |
return | bool |
public VisitAnonymousMethodExpression ( |
||
anonymousMethodExpression | ||
d | object | |
return | bool |
public VisitArrayCreateExpression ( |
||
arrayCreateExpression | ||
d | object | |
return | bool |
public VisitAssignmentExpression ( |
||
assignmentExpression | ||
d | object | |
return | bool |
public VisitAttribute ( ICSharpCode attribute, object d ) : bool | ||
attribute | ICSharpCode | |
d | object | |
return | bool |
public VisitAttributeSection ( |
||
attributeSection | ||
d | object | |
return | bool |
public VisitBaseReferenceExpression ( |
||
baseReferenceExpression | ||
d | object | |
return | bool |
public VisitBinaryOperatorExpression ( |
||
binaryOperatorExpression | ||
d | object | |
return | bool |
public VisitBlockStatement ( ICSharpCode.NRefactory.Ast.BlockStatement blockStatement, object d ) : bool | ||
blockStatement | ICSharpCode.NRefactory.Ast.BlockStatement | |
d | object | |
return | bool |
public VisitBreakStatement ( |
||
breakStatement | ||
d | object | |
return | bool |
public VisitCaseLabel ( |
||
caseLabel | ||
d | object | |
return | bool |
public VisitCastExpression ( |
||
castExpression | ||
d | object | |
return | bool |
public VisitCatchClause ( |
||
catchClause | ||
d | object | |
return | bool |
public VisitCheckedExpression ( |
||
checkedExpression | ||
d | object | |
return | bool |
public VisitCheckedStatement ( |
||
checkedStatement | ||
d | object | |
return | bool |
public VisitClassReferenceExpression ( |
||
classReferenceExpression | ||
d | object | |
return | bool |
public VisitCollectionInitializerExpression ( |
||
collectionInitializerExpression | ||
d | object | |
return | bool |
public VisitCompilationUnit ( ICSharpCode.NRefactory.Ast.CompilationUnit compilationUnit, object d ) : bool | ||
compilationUnit | ICSharpCode.NRefactory.Ast.CompilationUnit | |
d | object | |
return | bool |
public VisitConditionalExpression ( |
||
conditionalExpression | ||
d | object | |
return | bool |
public VisitConstructorDeclaration ( |
||
constructorDeclaration | ||
d | object | |
return | bool |
public VisitConstructorInitializer ( |
||
constructorInitializer | ||
d | object | |
return | bool |
public VisitContinueStatement ( |
||
continueStatement | ||
d | object | |
return | bool |
public VisitDeclareDeclaration ( |
||
declareDeclaration | ||
d | object | |
return | bool |
public VisitDefaultValueExpression ( |
||
defaultValueExpression | ||
d | object | |
return | bool |
public VisitDelegateDeclaration ( |
||
delegateDeclaration | ||
d | object | |
return | bool |
public VisitDestructorDeclaration ( |
||
destructorDeclaration | ||
d | object | |
return | bool |
public VisitDirectionExpression ( |
||
directionExpression | ||
d | object | |
return | bool |
public VisitDoLoopStatement ( |
||
doLoopStatement | ||
d | object | |
return | bool |
public VisitElseIfSection ( |
||
elseIfSection | ||
d | object | |
return | bool |
public VisitEmptyStatement ( |
||
emptyStatement | ||
d | object | |
return | bool |
public VisitEndStatement ( |
||
endStatement | ||
d | object | |
return | bool |
public VisitEraseStatement ( |
||
eraseStatement | ||
d | object | |
return | bool |
public VisitErrorStatement ( |
||
errorStatement | ||
d | object | |
return | bool |
public VisitEventAddRegion ( |
||
eventAddRegion | ||
d | object | |
return | bool |
public VisitEventDeclaration ( |
||
eventDeclaration | ||
d | object | |
return | bool |
public VisitEventRaiseRegion ( |
||
eventRaiseRegion | ||
d | object | |
return | bool |
public VisitEventRemoveRegion ( |
||
eventRemoveRegion | ||
d | object | |
return | bool |
public VisitExitStatement ( |
||
exitStatement | ||
d | object | |
return | bool |
public VisitExpressionRangeVariable ( |
||
expressionRangeVariable | ||
d | object | |
return | bool |
public VisitExpressionStatement ( |
||
expressionStatement | ||
d | object | |
return | bool |
public VisitExternAliasDirective ( |
||
externAliasDirective | ||
d | object | |
return | bool |
public VisitFieldDeclaration ( |
||
fieldDeclaration | ||
d | object | |
return | bool |
public VisitFixedStatement ( |
||
fixedStatement | ||
d | object | |
return | bool |
public VisitForNextStatement ( |
||
forNextStatement | ||
d | object | |
return | bool |
public VisitForStatement ( |
||
forStatement | ||
d | object | |
return | bool |
public VisitForeachStatement ( |
||
foreachStatement | ||
d | object | |
return | bool |
public VisitGotoCaseStatement ( |
||
gotoCaseStatement | ||
d | object | |
return | bool |
public VisitGotoStatement ( |
||
gotoStatement | ||
d | object | |
return | bool |
public VisitIdentifierExpression ( |
||
identifierExpression | ||
d | object | |
return | bool |
public VisitIfElseStatement ( |
||
ifElseStatement | ||
d | object | |
return | bool |
public VisitIndexerDeclaration ( |
||
indexerDeclaration | ||
d | object | |
return | bool |
public VisitIndexerExpression ( |
||
indexerExpression | ||
d | object | |
return | bool |
public VisitInnerClassTypeReference ( ICSharpCode.NRefactory.Ast.InnerClassTypeReference innerClassTypeReference, object d ) : bool | ||
innerClassTypeReference | ICSharpCode.NRefactory.Ast.InnerClassTypeReference | |
d | object | |
return | bool |
public VisitInterfaceImplementation ( |
||
interfaceImplementation | ||
d | object | |
return | bool |
public VisitInvocationExpression ( |
||
invocationExpression | ||
d | object | |
return | bool |
public VisitLabelStatement ( |
||
labelStatement | ||
d | object | |
return | bool |
public VisitLambdaExpression ( |
||
lambdaExpression | ||
d | object | |
return | bool |
public VisitLocalVariableDeclaration ( ICSharpCode.NRefactory.Ast.LocalVariableDeclaration localVariableDeclaration, object d ) : bool | ||
localVariableDeclaration | ICSharpCode.NRefactory.Ast.LocalVariableDeclaration | |
d | object | |
return | bool |
public VisitLockStatement ( |
||
lockStatement | ||
d | object | |
return | bool |
public VisitMemberReferenceExpression ( |
||
memberReferenceExpression | ||
d | object | |
return | bool |
public VisitMethodDeclaration ( |
||
methodDeclaration | ||
d | object | |
return | bool |
public VisitNamedArgumentExpression ( |
||
namedArgumentExpression | ||
d | object | |
return | bool |
public VisitNamespaceDeclaration ( |
||
namespaceDeclaration | ||
d | object | |
return | bool |
public VisitObjectCreateExpression ( |
||
objectCreateExpression | ||
d | object | |
return | bool |
public VisitOnErrorStatement ( |
||
onErrorStatement | ||
d | object | |
return | bool |
public VisitOperatorDeclaration ( |
||
operatorDeclaration | ||
d | object | |
return | bool |
public VisitOptionDeclaration ( |
||
optionDeclaration | ||
d | object | |
return | bool |
public VisitParameterDeclarationExpression ( |
||
parameterDeclarationExpression | ||
d | object | |
return | bool |
public VisitParenthesizedExpression ( |
||
parenthesizedExpression | ||
d | object | |
return | bool |
public VisitPointerReferenceExpression ( |
||
pointerReferenceExpression | ||
d | object | |
return | bool |
public VisitPrimitiveExpression ( ICSharpCode.NRefactory.Ast.PrimitiveExpression primitiveExpression, object d ) : bool | ||
primitiveExpression | ICSharpCode.NRefactory.Ast.PrimitiveExpression | |
d | object | |
return | bool |
public VisitPropertyDeclaration ( |
||
propertyDeclaration | ||
d | object | |
return | bool |
public VisitPropertyGetRegion ( |
||
propertyGetRegion | ||
d | object | |
return | bool |
public VisitPropertySetRegion ( |
||
propertySetRegion | ||
d | object | |
return | bool |
public VisitQueryExpression ( |
||
queryExpression | ||
d | object | |
return | bool |
public VisitQueryExpressionAggregateClause ( |
||
queryExpressionAggregateClause | ||
d | object | |
return | bool |
public VisitQueryExpressionDistinctClause ( |
||
queryExpressionDistinctClause | ||
d | object | |
return | bool |
public VisitQueryExpressionFromClause ( |
||
queryExpressionFromClause | ||
d | object | |
return | bool |
public VisitQueryExpressionGroupClause ( |
||
queryExpressionGroupClause | ||
d | object | |
return | bool |
public VisitQueryExpressionGroupJoinVBClause ( |
||
queryExpressionGroupJoinVBClause | ||
d | object | |
return | bool |
public VisitQueryExpressionGroupVBClause ( |
||
queryExpressionGroupVBClause | ||
d | object | |
return | bool |
public VisitQueryExpressionJoinClause ( |
||
queryExpressionJoinClause | ||
d | object | |
return | bool |
public VisitQueryExpressionJoinConditionVB ( |
||
queryExpressionJoinConditionVB | ||
d | object | |
return | bool |
public VisitQueryExpressionJoinVBClause ( |
||
queryExpressionJoinVBClause | ||
d | object | |
return | bool |
public VisitQueryExpressionLetClause ( |
||
queryExpressionLetClause | ||
d | object | |
return | bool |
public VisitQueryExpressionLetVBClause ( |
||
queryExpressionLetVBClause | ||
d | object | |
return | bool |
public VisitQueryExpressionOrderClause ( |
||
queryExpressionOrderClause | ||
d | object | |
return | bool |
public VisitQueryExpressionOrdering ( |
||
queryExpressionOrdering | ||
d | object | |
return | bool |
public VisitQueryExpressionPartitionVBClause ( |
||
queryExpressionPartitionVBClause | ||
d | object | |
return | bool |
public VisitQueryExpressionSelectClause ( |
||
queryExpressionSelectClause | ||
d | object | |
return | bool |
public VisitQueryExpressionSelectVBClause ( |
||
queryExpressionSelectVBClause | ||
d | object | |
return | bool |
public VisitQueryExpressionWhereClause ( |
||
queryExpressionWhereClause | ||
d | object | |
return | bool |
public VisitRaiseEventStatement ( |
||
raiseEventStatement | ||
d | object | |
return | bool |
public VisitReDimStatement ( |
||
reDimStatement | ||
d | object | |
return | bool |
public VisitRemoveHandlerStatement ( |
||
removeHandlerStatement | ||
d | object | |
return | bool |
public VisitResumeStatement ( |
||
resumeStatement | ||
d | object | |
return | bool |
public VisitReturnStatement ( |
||
returnStatement | ||
d | object | |
return | bool |
public VisitSizeOfExpression ( |
||
sizeOfExpression | ||
d | object | |
return | bool |
public VisitStackAllocExpression ( |
||
stackAllocExpression | ||
d | object | |
return | bool |
public VisitStopStatement ( |
||
stopStatement | ||
d | object | |
return | bool |
public VisitSwitchSection ( |
||
switchSection | ||
d | object | |
return | bool |
public VisitSwitchStatement ( |
||
switchStatement | ||
d | object | |
return | bool |
public VisitTemplateDefinition ( |
||
templateDefinition | ||
d | object | |
return | bool |
public VisitThisReferenceExpression ( |
||
thisReferenceExpression | ||
d | object | |
return | bool |
public VisitThrowStatement ( |
||
throwStatement | ||
d | object | |
return | bool |
public VisitTryCatchStatement ( |
||
tryCatchStatement | ||
d | object | |
return | bool |
public VisitTypeDeclaration ( |
||
typeDeclaration | ||
d | object | |
return | bool |
public VisitTypeOfExpression ( |
||
typeOfExpression | ||
d | object | |
return | bool |
public VisitTypeOfIsExpression ( |
||
typeOfIsExpression | ||
d | object | |
return | bool |
public VisitTypeReference ( ICSharpCode.NRefactory.Ast.TypeReference typeReference, object d ) : bool | ||
typeReference | ICSharpCode.NRefactory.Ast.TypeReference | |
d | object | |
return | bool |
public VisitTypeReferenceExpression ( |
||
typeReferenceExpression | ||
d | object | |
return | bool |
public VisitUnaryOperatorExpression ( |
||
unaryOperatorExpression | ||
d | object | |
return | bool |
public VisitUncheckedExpression ( |
||
uncheckedExpression | ||
d | object | |
return | bool |
public VisitUncheckedStatement ( |
||
uncheckedStatement | ||
d | object | |
return | bool |
public VisitUnsafeStatement ( |
||
unsafeStatement | ||
d | object | |
return | bool |
public VisitUsing ( |
||
@using | ||
d | object | |
return | bool |
public VisitUsingDeclaration ( |
||
usingDeclaration | ||
d | object | |
return | bool |
public VisitUsingStatement ( |
||
usingStatement | ||
d | object | |
return | bool |
public VisitVariableDeclaration ( |
||
variableDeclaration | ||
d | object | |
return | bool |
public VisitWithStatement ( |
||
withStatement | ||
d | object | |
return | bool |
public VisitYieldStatement ( |
||
yieldStatement | ||
d | object | |
return | bool |