public abstract class DPattern extends java.lang.Object implements ParsedPattern
Constructor and Description |
---|
DPattern() |
Modifier and Type | Method and Description |
---|---|
abstract <V> V |
accept(DPatternVisitor<V> visitor) |
Parseable |
createParseable()
Creates a
Parseable object that reparses this pattern. |
DAnnotation |
getAnnotation()
Returns the annotation associated with it.
|
org.xml.sax.Locator |
getLocation()
Returns where the pattern is defined in the source code.
|
DPattern |
getNext() |
boolean |
isAttribute()
Returns true if this is
DAttributePattern . |
boolean |
isElement()
Returns true if this is
DElementPattern . |
abstract boolean |
isNullable()
Returns true if this pattern is nullable.
|
DPattern |
setNext(DPattern next) |
public org.xml.sax.Locator getLocation()
public DAnnotation getAnnotation()
public abstract boolean isNullable()
public abstract <V> V accept(DPatternVisitor<V> visitor)
public Parseable createParseable()
Parseable
object that reparses this pattern.public final boolean isElement()
DElementPattern
.public final boolean isAttribute()
DAttributePattern
.public DPattern getNext()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"