1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

inherit from system.object and add final carriage return as side-effect ....

This commit is contained in:
Kevin Glynn 2011-01-21 17:52:57 +01:00
parent 29b0ba7c1d
commit e5a46160b2
119 changed files with 162 additions and 157 deletions

View File

@ -4,7 +4,7 @@
<Java>Activator</Java>
<Name>System.Activator</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -27,4 +27,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -60,4 +60,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -100,4 +100,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -60,4 +60,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -55,4 +55,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>Class</Java>
<Name>System.Attribute</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties />
<Events />
@ -14,4 +14,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -71,4 +71,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -56,4 +56,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -163,4 +163,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -197,4 +197,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -6,7 +6,7 @@
<Java>Map.Entry</Java>
<Name>System.Collections.DictionaryEntry</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -33,4 +33,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -137,4 +137,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -150,4 +150,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -145,4 +145,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>Iterable</Java>
<Name>System.Collections.ICollection</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -26,4 +26,4 @@
</Properties>
<Events />
<Indexers />
</Interface>
</Interface>

View File

@ -6,7 +6,7 @@
<Java>Map</Java>
<Name>System.Collections.IDictionary</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -117,4 +117,4 @@
</Properties>
<Events />
<Indexers />
</Interface>
</Interface>

View File

@ -4,7 +4,7 @@
<Java>Iterable</Java>
<Name>System.Collections.IEnumerable</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -17,4 +17,4 @@
<Properties />
<Events />
<Indexers />
</Interface>
</Interface>

View File

@ -6,7 +6,7 @@
<Java>List</Java>
<Name>System.Collections.IList</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -78,4 +78,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -150,4 +150,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -147,4 +147,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -31,4 +31,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>NONE</Java>
<Name>System.Configuration.ConfigurationManager</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -25,4 +25,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>NONE</Java>
<Name>System.Configuration.ConfigurationSettings</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -25,4 +25,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>Console</Java>
<Name>System.Console</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -135,4 +135,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>Convert</Java>
<Name>System.Convert</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports>
@ -150,4 +150,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -25,4 +25,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -285,4 +285,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -80,4 +80,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -167,4 +167,4 @@
</Casts>
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -88,4 +88,4 @@
</Casts>
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -35,4 +35,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -95,4 +95,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -28,4 +28,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -36,4 +36,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>NumberStyles</Java>
<Name>System.Globalization.NumberStyles</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -45,4 +45,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -28,4 +28,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -6,7 +6,7 @@
<Java>ICloneable</Java>
<Name>System.ICloneable</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -19,4 +19,4 @@
<Properties />
<Events />
<Indexers />
</Interface>
</Interface>

View File

@ -4,7 +4,7 @@
<Java>IComparable</Java>
<Name>System.IComparable</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -22,4 +22,4 @@
<Properties />
<Events />
<Indexers />
</Interface>
</Interface>

View File

@ -6,7 +6,7 @@
<Java>IDisposable</Java>
<Name>System.IDisposable</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -19,4 +19,4 @@
<Properties />
<Events />
<Indexers />
</Interface>
</Interface>

View File

@ -6,7 +6,7 @@
<Java>File</Java>
<Name>System.IO.Directory</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports>
@ -155,4 +155,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -57,4 +57,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -6,7 +6,7 @@
<Java>File</Java>
<Name>System.IO.File</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports>
@ -174,4 +174,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>Integer</Java>
<Name>System.IO.FileAttributes</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -23,4 +23,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -40,4 +40,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -47,4 +47,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -19,4 +19,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -6,7 +6,7 @@
<Java>File</Java>
<Name>System.IO.FileSystemInfo</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -38,4 +38,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -60,4 +60,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>Path</Java>
<Name>System.IO.Path</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports>
@ -100,4 +100,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -90,4 +90,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -80,4 +80,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -47,4 +47,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -31,4 +31,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -31,4 +31,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -42,4 +42,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -48,4 +48,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -63,4 +63,4 @@
</Casts>
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -86,4 +86,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -63,4 +63,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -38,4 +38,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>Math</Java>
<Name>System.Math</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -183,4 +183,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -18,4 +18,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -38,4 +38,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -35,4 +35,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -31,4 +31,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>MailAddressCollection</Java>
<Name>System.Net.Mail.MailAddressCollection</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -23,4 +23,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -65,4 +65,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -31,4 +31,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -54,4 +54,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,9 @@
<Java>Number</Java>
<Name>System.Number</Name>
<Uses />
<Inherits />
<Inherits>
<Type>System.Object</Type>
</Inherits>
<Methods>
<Method>
<Imports>
@ -43,4 +45,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,6 +4,7 @@
<Java>Object</Java>
<Name>System.Object</Name>
<Uses />
<!-- very important that this doesn't inherit from system.object .... -->
<Inherits />
<Methods>
<Method>
@ -60,4 +61,4 @@
</Casts>
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -60,4 +60,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -6,7 +6,7 @@
<Java>Assembly</Java>
<Name>System.Reflection.Assembly</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports>
@ -54,4 +54,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>BindingFlags</Java>
<Name>System.Reflection.BindingFlags</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -55,4 +55,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -6,7 +6,7 @@
<Java>Field</Java>
<Name>System.Reflection.FieldInfo</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports>
@ -80,4 +80,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -6,7 +6,7 @@
<Java>ResourceManager</Java>
<Name>System.Resources.ResourceManager</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -46,4 +46,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -18,4 +18,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -27,4 +27,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -727,4 +727,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>StringSplitOptions</Java>
<Name>System.StringSplitOptions</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -35,4 +35,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -60,4 +60,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>Encoding</Java>
<Name>System.Text.Encoding</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -38,4 +38,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -6,7 +6,7 @@
<Java>NONE</Java>
<Name>System.Text.RegularExpressions.Capture</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -25,4 +25,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -47,4 +47,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -18,4 +18,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -6,7 +6,7 @@
<Java>Pattern</Java>
<Name>System.Text.RegularExpressions.Regex</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -101,4 +101,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -154,4 +154,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>Thread</Java>
<Name>System.Threading.Thread</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />
@ -43,4 +43,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -42,4 +42,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,9 @@
<Java>Class</Java>
<Name>System.Type</Name>
<Uses />
<Inherits />
<Inherits>
<Type>System.Object</Type>
</Inherits>
<Methods>
<Method>
<Imports>
@ -117,4 +119,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -63,4 +63,4 @@
</Casts>
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -29,4 +29,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -18,4 +18,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -18,4 +18,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -18,4 +18,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -61,4 +61,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -52,4 +52,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -27,4 +27,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -4,7 +4,7 @@
<Java>System.Object</Java>
<Name>System.Windows.Forms.Application</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>
@ -23,4 +23,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

View File

@ -16,4 +16,4 @@
<Casts />
<UnaryOps />
<BinaryOps />
</Class>
</Class>

Some files were not shown because too many files have changed in this diff Show More