mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
58 lines
1.4 KiB
XML
58 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
|
|
<Imports />
|
|
<Java>Object</Java>
|
|
<Name>System.Object</Name>
|
|
<Uses />
|
|
<!-- very important that this doesn't inherit from system.object .... -->
|
|
<Inherits />
|
|
<Methods>
|
|
<Method>
|
|
<Imports />
|
|
<Java>${this:16}.equals(${obj})</Java>
|
|
<Params>
|
|
<Param>
|
|
<Type>System.Object</Type>
|
|
<Name>obj</Name>
|
|
</Param>
|
|
</Params>
|
|
<Name>Equals</Name>
|
|
<Return>System.Boolean</Return>
|
|
</Method>
|
|
<Method>
|
|
<Imports />
|
|
<Java>${this:16}.toString()</Java>
|
|
<Params />
|
|
<Name>ToString</Name>
|
|
<Return>System.String</Return>
|
|
</Method>
|
|
<Method>
|
|
<Imports />
|
|
<Java>String.valueOf(${this})</Java>
|
|
<Params>
|
|
<Param>
|
|
<Type>System.IFormatProvider</Type>
|
|
<Name>provider</Name>
|
|
</Param>
|
|
</Params>
|
|
<Name>ToString</Name>
|
|
<Return>System.String</Return>
|
|
</Method>
|
|
<Method>
|
|
<Imports />
|
|
<Java>${this:16}.getClass()</Java>
|
|
<Params />
|
|
<Name>GetType</Name>
|
|
<Return>System.Type</Return>
|
|
</Method>
|
|
</Methods>
|
|
<Properties />
|
|
<Events />
|
|
<Indexers />
|
|
<Constructors />
|
|
<Fields />
|
|
<Casts />
|
|
<UnaryOps />
|
|
<BinaryOps />
|
|
</Class>
|