Package org.kohsuke.rngom.binary
Class NotAllowedPattern
- java.lang.Object
-
- org.kohsuke.rngom.binary.Pattern
-
- org.kohsuke.rngom.binary.NotAllowedPattern
-
- All Implemented Interfaces:
ParsedPattern
public class NotAllowedPattern extends Pattern
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(PatternVisitor visitor)
java.lang.Object
apply(PatternFunction f)
-
Methods inherited from class org.kohsuke.rngom.binary.Pattern
isNullable
-
-
-
-
Method Detail
-
accept
public void accept(PatternVisitor visitor)
-
apply
public java.lang.Object apply(PatternFunction f)
-
-