C# Class AgentMulder.Containers.Autofac.Patterns.Helpers.ReturnTypeCollector

Inheritance: TreeNodeVisitor, IRecursiveElementProcessor
Afficher le fichier Open project: hmemcpy/AgentMulder Class Usage Examples

Méthodes publiques

Méthode Description
InteriorShouldBeProcessed ( ITreeNode element ) : bool
ProcessAfterInterior ( ITreeNode element ) : void
ProcessBeforeInterior ( ITreeNode element ) : void
ReturnTypeCollector ( IResolveContext resolveContext ) : System.Collections.Generic
VisitReturnStatement ( IReturnStatement returnStatementParam ) : void

Private Methods

Méthode Description
GetVoidType ( IPsiModule module ) : IDeclaredType

Method Details

InteriorShouldBeProcessed() public méthode

public InteriorShouldBeProcessed ( ITreeNode element ) : bool
element ITreeNode
Résultat bool

ProcessAfterInterior() public méthode

public ProcessAfterInterior ( ITreeNode element ) : void
element ITreeNode
Résultat void

ProcessBeforeInterior() public méthode

public ProcessBeforeInterior ( ITreeNode element ) : void
element ITreeNode
Résultat void

ReturnTypeCollector() public méthode

public ReturnTypeCollector ( IResolveContext resolveContext ) : System.Collections.Generic
resolveContext IResolveContext
Résultat System.Collections.Generic

VisitReturnStatement() public méthode

public VisitReturnStatement ( IReturnStatement returnStatementParam ) : void
returnStatementParam IReturnStatement
Résultat void