
org.kohsuke.rngom.digested.DListPattern Maven / Gradle / Ivy
package org.kohsuke.rngom.digested;
/**
* @author Kohsuke Kawaguchi ([email protected])
*/
public class DListPattern extends DUnaryPattern {
public boolean isNullable() {
return getChild().isNullable();
}
public Object accept( DPatternVisitor visitor ) {
return visitor.onList(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy