org.kohsuke.rngom.binary
Class DataExceptPattern

java.lang.Object
  extended by org.kohsuke.rngom.binary.Pattern
      extended by org.kohsuke.rngom.binary.DataPattern
          extended by org.kohsuke.rngom.binary.DataExceptPattern
All Implemented Interfaces:
ParsedPattern

public class DataExceptPattern
extends DataPattern


Method Summary
 void accept(PatternVisitor visitor)
           
 Object apply(PatternFunction f)
           
 
Methods inherited from class org.kohsuke.rngom.binary.Pattern
isNullable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public void accept(PatternVisitor visitor)
Overrides:
accept in class DataPattern

apply

public Object apply(PatternFunction f)
Overrides:
apply in class DataPattern


Copyright © 2011. All Rights Reserved.