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 />

View File

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

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>

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 />

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 />

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 />

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 />

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>

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>

View File

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

View File

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

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>

View File

@ -6,7 +6,7 @@
<Java>ICloneable</Java>
<Name>System.ICloneable</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />

View File

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

View File

@ -6,7 +6,7 @@
<Java>IDisposable</Java>
<Name>System.IDisposable</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />

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>

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>

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>

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>

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>

View File

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

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>

View File

@ -4,7 +4,9 @@
<Java>Number</Java>
<Name>System.Number</Name>
<Uses />
<Inherits />
<Inherits>
<Type>System.Object</Type>
</Inherits>
<Methods>
<Method>
<Imports>

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>

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>

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>

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>

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 />

View File

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

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 />

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>

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 />

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 />

View File

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

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>

View File

@ -4,7 +4,7 @@
<Java>XmlSchemaObject</Java>
<Name>System.Xml.Schema.XmlSchemaObject</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties />
<Events />

View File

@ -6,7 +6,7 @@
<Java>IXmlSerializable</Java>
<Name>System.Xml.Serialization.IXmlSerializable</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>

View File

@ -6,7 +6,7 @@
<Java>XmlAttributeCollection</Java>
<Name>System.Xml.XmlAttributeCollection</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods>
<Method>
<Imports />

View File

@ -4,7 +4,7 @@
<Java>short</Java>
<Name>System.Xml.XmlNodeType</Name>
<Uses />
<Inherits />
<Inherits> <Type>System.Object</Type> </Inherits>
<Methods />
<Properties>
<Property>