Mike Krüger
|
094cac416d
|
Added some creation constructors.
|
15 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)
|
15 years ago |
Daniel Grunwald
|
d4eaffbb42
|
Make pattern matching AST independent from C# AST.
|
15 years ago |
Mike Krüger
|
16715bb854
|
Renamed CSharpFormattingPolicy to CSharpFormattingOptions.
|
15 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
|
defd42696d
|
AST bugfixes.
|
15 years ago |
Daniel Grunwald
|
b51f5a651f
|
Add pattern matching for MemberDeclarations.
|
15 years ago |
Daniel Grunwald
|
e6c0091ba2
|
Implement pattern matching for statements.
|
15 years ago |
Daniel Grunwald
|
23190aa19c
|
NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes.
|
15 years ago |
Daniel Grunwald
|
9d5390cdbf
|
Add pattern matching support to the NRefactory C# AST.
|
15 years ago |
Daniel Grunwald
|
904b05fe5e
|
NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead.
|
15 years ago |
Mike Krüger
|
16baa75795
|
Corrected astvisitor interface naming.
|
15 years ago |
Mike Krüger
|
65d688a65d
|
Added some missing token properties.
|
15 years ago |
Mike Krüger
|
83a7d2fcc0
|
Splitted the goto statement cases: GotoStatement, GotoCaseStatement,
GotoDefaultStatement.
|
15 years ago |
Mike Krüger
|
ecc17721fd
|
Added YieldBreakStatement.
|
15 years ago |
Mike Krüger
|
b8cf7d35c3
|
Splitted while & do while statements.
|
15 years ago |
Daniel Grunwald
|
43625b4c85
|
Initial port to new NRefactory.
|
15 years ago |
Daniel Grunwald
|
a24999d720
|
Add InsertParenthesesVisitor
|
15 years ago |
Mike Krüger
|
66d45aca27
|
Added some token getters.
|
15 years ago |
Daniel Grunwald
|
9ed3976979
|
Add AstNode.Clone().
|
15 years ago |
Daniel Grunwald
|
5a0087aa1b
|
Rename files Dom->Ast.
|
15 years ago |