org.kohsuke.rngom.binary
Class PatternBuilder

java.lang.Object
  extended by org.kohsuke.rngom.binary.PatternBuilder
Direct Known Subclasses:
SchemaPatternBuilder

public class PatternBuilder
extends Object


Field Summary
protected  org.kohsuke.rngom.binary.PatternInterner interner
           
protected  NotAllowedPattern notAllowed
           
 
Constructor Summary
PatternBuilder()
           
PatternBuilder(PatternBuilder parent)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notAllowed

protected final NotAllowedPattern notAllowed

interner

protected final org.kohsuke.rngom.binary.PatternInterner interner
Constructor Detail

PatternBuilder

public PatternBuilder()

PatternBuilder

public PatternBuilder(PatternBuilder parent)


Copyright © 2011. All Rights Reserved.