2011-01-04 15:58:18 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-01-04 17:46:11 +01:00
|
|
|
<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">
|
2011-01-10 11:18:36 +01:00
|
|
|
<Imports />
|
2011-01-04 15:58:18 +01:00
|
|
|
<Java>Object</Java>
|
|
|
|
<Name>System.Object</Name>
|
|
|
|
<Uses />
|
2011-01-21 17:52:57 +01:00
|
|
|
<!-- very important that this doesn't inherit from system.object .... -->
|
2011-01-04 15:58:18 +01:00
|
|
|
<Inherits />
|
|
|
|
<Methods>
|
|
|
|
<Method>
|
|
|
|
<Imports />
|
2011-02-01 22:52:28 +01:00
|
|
|
<Java>${this:16}.equals(${obj})</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
<Params>
|
|
|
|
<Param>
|
|
|
|
<Type>System.Object</Type>
|
|
|
|
<Name>obj</Name>
|
|
|
|
</Param>
|
|
|
|
</Params>
|
|
|
|
<Name>Equals</Name>
|
|
|
|
<Return>System.Boolean</Return>
|
|
|
|
</Method>
|
|
|
|
<Method>
|
|
|
|
<Imports />
|
2011-02-01 22:52:28 +01:00
|
|
|
<Java>${this:16}.toString()</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
<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 />
|
2011-02-01 22:52:28 +01:00
|
|
|
<Java>${this:16}.getClass()</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
<Params />
|
|
|
|
<Name>GetType</Name>
|
|
|
|
<Return>System.Type</Return>
|
|
|
|
</Method>
|
|
|
|
</Methods>
|
|
|
|
<Properties />
|
|
|
|
<Events />
|
|
|
|
<Indexers />
|
|
|
|
<Constructors />
|
|
|
|
<Fields />
|
2011-02-01 22:33:53 +01:00
|
|
|
<Casts />
|
2011-01-04 15:58:18 +01:00
|
|
|
<UnaryOps />
|
|
|
|
<BinaryOps />
|
2011-01-21 17:52:57 +01:00
|
|
|
</Class>
|