Mike Krüger
|
04f8720739
|
Added formatting factory - formatting options should be created with
that.
|
13 years ago |
Siegfried Pammer
|
a3d75dbbf1
|
implement conversion of switch to Select Case
|
14 years ago |
Siegfried Pammer
|
1c8d2aa4e2
|
split Statements into single files
|
14 years ago |
Siegfried Pammer
|
032f217237
|
implemented IfElseStatement and some more expressions
|
14 years ago |
Siegfried Pammer
|
b8599fcaa1
|
remove old parser code and further cleanup
|
14 years ago |
Daniel Grunwald
|
307559c5ac
|
Remove NextStatement/PrevStatement properties - too many properties can be confusing (e.g. a loop's EmbeddedStatement would show up next to those two properties)
|
14 years ago |
Daniel Grunwald
|
d4eaffbb42
|
Make pattern matching AST independent from C# AST.
|
14 years ago |
Mike Krüger
|
16715bb854
|
Renamed CSharpFormattingPolicy to CSharpFormattingOptions.
|
14 years ago |
Daniel Grunwald
|
ebc34e6a77
|
Add NextStatement/PreviousStatement properties.
|
15 years ago |
Daniel Grunwald
|
735cb8595e
|
Fix issues in definite assignment analysis.
|
15 years ago |
Daniel Grunwald
|
e6c0091ba2
|
Implement pattern matching for statements.
|
15 years ago |
Daniel Grunwald
|
9d5390cdbf
|
Add pattern matching support to the NRefactory C# AST.
|
15 years ago |
Mike Krüger
|
16baa75795
|
Corrected astvisitor interface naming.
|
15 years ago |
Daniel Grunwald
|
a24999d720
|
Add InsertParenthesesVisitor
|
15 years ago |
Daniel Grunwald
|
9ed3976979
|
Add AstNode.Clone().
|
15 years ago |
Daniel Grunwald
|
5a0087aa1b
|
Rename files Dom->Ast.
|
15 years ago |
Daniel Grunwald
|
bf49569c22
|
Rename Dom->Ast.
|
15 years ago |
Daniel Grunwald
|
0f01f3be17
|
C# Ast refactoring: introduce Role<T> and add setters.
|
15 years ago |