Method | Description | |
---|---|---|
DoMatch ( INode other, Match match ) : bool | ||
OptionalBlockPattern ( INode child ) : ICSharpCode.NRefactory.PatternMatching | ||
UnpackBlockStatement ( Statement stmt ) : Statement |
Unpacks the given expression if it is a ParenthesizedExpression, CheckedExpression or UncheckedExpression.
|
public DoMatch ( INode other, Match match ) : bool | ||
other | INode | |
match | Match | |
return | bool |
public OptionalBlockPattern ( INode child ) : ICSharpCode.NRefactory.PatternMatching | ||
child | INode | |
return | ICSharpCode.NRefactory.PatternMatching |
public static UnpackBlockStatement ( Statement stmt ) : Statement | ||
stmt | Statement | |
return | Statement |