net.sf.retrotranslator.runtime.java.text
Class _Format

java.lang.Object
  extended by net.sf.retrotranslator.runtime.java.text._Format

public class _Format
extends java.lang.Object

Author:
Taras Puchko

Constructor Summary
_Format()
           
 
Method Summary
static java.lang.Object parseObject(java.text.Format format, java.lang.String source)
           
static java.lang.Object parseObject(java.text.Format format, java.lang.String source, java.text.ParsePosition pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_Format

public _Format()
Method Detail

parseObject

public static java.lang.Object parseObject(java.text.Format format,
                                           java.lang.String source)
                                    throws java.text.ParseException
Throws:
java.text.ParseException

parseObject

public static java.lang.Object parseObject(java.text.Format format,
                                           java.lang.String source,
                                           java.text.ParsePosition pos)