Class DEmptyPattern
- java.lang.Object
 - 
- org.kohsuke.rngom.rngparser.digested.DPattern
 - 
- org.kohsuke.rngom.rngparser.digested.DEmptyPattern
 
 
 
- 
- All Implemented Interfaces:
 ParsedPattern
public class DEmptyPattern extends DPattern
 
- 
- 
Constructor Summary
Constructors Constructor Description DEmptyPattern() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectaccept(DPatternVisitor visitor)booleanisNullable()Returns true if this pattern is nullable.- 
Methods inherited from class org.kohsuke.rngom.rngparser.digested.DPattern
createParseable, getAnnotation, getLocation, getNext, isAttribute, isElement, setNext 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isNullable
public boolean isNullable()
Description copied from class:DPatternReturns true if this pattern is nullable. A nullable pattern is a pattern that can match the empty sequence.- Specified by:
 isNullablein classDPattern
 
- 
accept
public java.lang.Object accept(DPatternVisitor visitor)
 
 - 
 
 -