2011-11-05 14:48:40 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-02-08 12:27:00 +01:00
|
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
This file is
|
|
|
|
|
|
|
|
|
|
Copyright 2007,2008,2009,2010 Rustici Software, LLC
|
2011-03-22 08:50:05 +01:00
|
|
|
|
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
|
2011-02-08 12:27:00 +01:00
|
|
|
|
|
|
|
|
|
-->
|
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>Console</Java>
|
|
|
|
|
<Name>System.Console</Name>
|
|
|
|
|
<Uses />
|
2011-01-21 17:52:57 +01:00
|
|
|
|
<Inherits> <Type>System.Object</Type> </Inherits>
|
2011-01-04 15:58:18 +01:00
|
|
|
|
<Methods>
|
|
|
|
|
<Method>
|
|
|
|
|
<Imports />
|
|
|
|
|
<Java>System.out.print(${arg})</Java>
|
|
|
|
|
<Params>
|
|
|
|
|
<Param>
|
|
|
|
|
<Type>System.Object</Type>
|
|
|
|
|
<Name>arg</Name>
|
|
|
|
|
</Param>
|
|
|
|
|
</Params>
|
|
|
|
|
<Name>Write</Name>
|
|
|
|
|
<Return>System.Void</Return>
|
|
|
|
|
</Method>
|
|
|
|
|
<Method>
|
|
|
|
|
<Imports>
|
2011-04-28 11:18:25 +02:00
|
|
|
|
<Import>CS2JNet.System.StringSupport</Import>
|
2011-01-04 15:58:18 +01:00
|
|
|
|
</Imports>
|
2011-08-25 18:01:17 +02:00
|
|
|
|
<Java>System.out.printf(StringSupport.CSFmtStrToJFmtStr(${fmt})${,*]1})</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
|
<Params>
|
|
|
|
|
<Param>
|
|
|
|
|
<Type>System.String</Type>
|
|
|
|
|
<Name>fmt</Name>
|
|
|
|
|
</Param>
|
|
|
|
|
</Params>
|
2011-09-02 10:38:00 +02:00
|
|
|
|
<ParamArray>
|
|
|
|
|
<Type>System.Object[]</Type>
|
|
|
|
|
<Name>arg</Name>
|
|
|
|
|
</ParamArray>
|
2011-01-04 15:58:18 +01:00
|
|
|
|
<Name>Write</Name>
|
|
|
|
|
<Return>System.Void</Return>
|
|
|
|
|
</Method>
|
|
|
|
|
<Method>
|
|
|
|
|
<Imports />
|
|
|
|
|
<Java>System.out.println()</Java>
|
|
|
|
|
<Params />
|
|
|
|
|
<Name>WriteLine</Name>
|
|
|
|
|
<Return>System.Void</Return>
|
|
|
|
|
</Method>
|
|
|
|
|
<Method>
|
|
|
|
|
<Imports />
|
|
|
|
|
<Java>System.out.println(${arg})</Java>
|
|
|
|
|
<Params>
|
|
|
|
|
<Param>
|
|
|
|
|
<Type>System.Object</Type>
|
|
|
|
|
<Name>arg</Name>
|
|
|
|
|
</Param>
|
|
|
|
|
</Params>
|
|
|
|
|
<Name>WriteLine</Name>
|
|
|
|
|
<Return>System.Void</Return>
|
|
|
|
|
</Method>
|
|
|
|
|
<Method>
|
|
|
|
|
<Imports>
|
2011-04-28 11:18:25 +02:00
|
|
|
|
<Import>CS2JNet.System.StringSupport</Import>
|
2011-01-04 15:58:18 +01:00
|
|
|
|
</Imports>
|
2011-08-25 18:01:17 +02:00
|
|
|
|
<Java>System.out.printf(StringSupport.CSFmtStrToJFmtStr(${fmt}) + "\n"${,*]1})</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
|
<Params>
|
|
|
|
|
<Param>
|
|
|
|
|
<Type>System.String</Type>
|
|
|
|
|
<Name>fmt</Name>
|
|
|
|
|
</Param>
|
|
|
|
|
</Params>
|
2011-09-02 10:38:00 +02:00
|
|
|
|
<ParamArray>
|
|
|
|
|
<Type>System.Object[]</Type>
|
|
|
|
|
<Name>arg</Name>
|
|
|
|
|
</ParamArray>
|
2011-01-04 15:58:18 +01:00
|
|
|
|
<Name>WriteLine</Name>
|
|
|
|
|
<Return>System.Void</Return>
|
|
|
|
|
</Method>
|
|
|
|
|
</Methods>
|
|
|
|
|
<Properties>
|
|
|
|
|
<Property>
|
2011-10-09 19:38:56 +02:00
|
|
|
|
<Java>System.out</Java>
|
2011-01-04 15:58:18 +01:00
|
|
|
|
<Type>System.IO.TextWriter</Type>
|
|
|
|
|
<Name>Out</Name>
|
2011-10-09 19:38:56 +02:00
|
|
|
|
<Get>System.out</Get>
|
2011-01-04 15:58:18 +01:00
|
|
|
|
</Property>
|
|
|
|
|
</Properties>
|
|
|
|
|
<Events />
|
|
|
|
|
<Indexers />
|
|
|
|
|
<Constructors />
|
|
|
|
|
<Fields />
|
|
|
|
|
<Casts />
|
|
|
|
|
<UnaryOps />
|
|
|
|
|
<BinaryOps />
|
2013-03-15 16:50:55 +01:00
|
|
|
|
</Class>
|