org.kohsuke.rngom.digested
Class DListPattern
java.lang.Object
org.kohsuke.rngom.digested.DPattern
org.kohsuke.rngom.digested.DUnaryPattern
org.kohsuke.rngom.digested.DListPattern
- All Implemented Interfaces:
- ParsedPattern
public class DListPattern
- extends DUnaryPattern
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DListPattern
public DListPattern()
isNullable
public boolean isNullable()
- Description copied from class:
DPattern
- Returns true if this pattern is nullable.
A nullable pattern is a pattern that can match the empty sequence.
- Specified by:
isNullable
in class DPattern
accept
public Object accept(DPatternVisitor visitor)
- Specified by:
accept
in class DPattern
Copyright © 2011. All Rights Reserved.