|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.rngom.digested.DPattern
org.kohsuke.rngom.digested.DRefPattern
public class DRefPattern
Constructor Summary | |
---|---|
DRefPattern(DDefine target)
|
Method Summary | |
---|---|
java.lang.Object |
accept(DPatternVisitor visitor)
|
java.lang.String |
getName()
Gets the name of the target. |
DDefine |
getTarget()
Gets the DDefine that this block refers to. |
boolean |
isNullable()
Returns true if this pattern is nullable. |
Methods inherited from class org.kohsuke.rngom.digested.DPattern |
---|
createParseable, getAnnotation, getLocation, isAttribute, isElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DRefPattern(DDefine target)
Method Detail |
---|
public boolean isNullable()
DPattern
isNullable
in class DPattern
public DDefine getTarget()
DDefine
that this block refers to.
public java.lang.String getName()
public java.lang.Object accept(DPatternVisitor visitor)
accept
in class DPattern
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |