#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mike Krüger 094cac416d Added some creation constructors. 15 years ago
..
BlockStatement.cs Make pattern matching AST independent from C# AST. 15 years ago
BreakStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
CheckedStatement.cs Added some creation constructors. 15 years ago
ContinueStatement.cs Implement pattern matching for statements. 15 years ago
DoWhileStatement.cs Implement pattern matching for statements. 15 years ago
EmptyStatement.cs Implement pattern matching for statements. 15 years ago
ExpressionStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
FixedStatement.cs Add pattern matching for MemberDeclarations. 15 years ago
ForStatement.cs NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 15 years ago
ForeachStatement.cs Implement pattern matching for statements. 15 years ago
GotoStatement.cs Implement pattern matching for statements. 15 years ago
IfElseStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
LabelStatement.cs Implement pattern matching for statements. 15 years ago
LockStatement.cs Implement pattern matching for statements. 15 years ago
ReturnStatement.cs Added some creation constructors. 15 years ago
Statement.cs 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
SwitchStatement.cs Make pattern matching AST independent from C# AST. 15 years ago
ThrowStatement.cs Added some creation constructors. 15 years ago
TryCatchStatement.cs Make pattern matching AST independent from C# AST. 15 years ago
UncheckedStatement.cs Added some creation constructors. 15 years ago
UnsafeStatement.cs Implement pattern matching for statements. 15 years ago
UsingStatement.cs NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 15 years ago
VariableDeclarationStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
WhileStatement.cs Implement pattern matching for statements. 15 years ago
YieldBreakStatement.cs Implement pattern matching for statements. 15 years ago
YieldStatement.cs Implement pattern matching for statements. 15 years ago