java.text
Class PatternEntry.Parser

java.lang.Object
  extended byjava.text.PatternEntry.Parser
Enclosing class:
PatternEntry

static class PatternEntry.Parser
extends Object


Field Summary
private  int i
           
private  StringBuffer newChars
           
private  StringBuffer newExtension
           
private  String pattern
           
 
Constructor Summary
PatternEntry.Parser(String pattern)
           
 
Method Summary
 PatternEntry next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

private String pattern

i

private int i

newChars

private StringBuffer newChars

newExtension

private StringBuffer newExtension
Constructor Detail

PatternEntry.Parser

public PatternEntry.Parser(String pattern)
Method Detail

next

public PatternEntry next()
                  throws ParseException
Throws:
ParseException