C# Class PredictiveCodeSuggestions.AutoTemplates.Templates.StatementTemplate

Defines the StatementTemplate class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions

Public Methods

Method Description
CanHandle ( [ statement ) : bool

Determines whether this instance can handle the specified statement.

Handle ( [ statement, [ scope ) : StatementDescriptor

Handles the specified statement.

Method Details

CanHandle() public abstract method

Determines whether this instance can handle the specified statement.
public abstract CanHandle ( [ statement ) : bool
statement [ The statement.
return bool

Handle() public abstract method

Handles the specified statement.
public abstract Handle ( [ statement, [ scope ) : StatementDescriptor
statement [ The statement.
scope [ The scope.
return StatementDescriptor