Méthode | Description | |
---|---|---|
CanHandle ( IStatement statement ) : bool |
Determines whether this instance can handle the specified statement.
|
|
Handle ( IStatement statement, AutoTemplateScope scope ) : StatementDescriptor |
Handles the specified statement.
|
public CanHandle ( IStatement statement ) : bool | ||
statement | IStatement | The statement. |
Résultat | bool |
public Handle ( IStatement statement, AutoTemplateScope scope ) : StatementDescriptor | ||
statement | IStatement | The statement. |
scope | AutoTemplateScope | The scope. |
Résultat | StatementDescriptor |