|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DDefine | |
---|---|
org.kohsuke.rngom.digested | Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc. |
Uses of DDefine in org.kohsuke.rngom.digested |
---|
Methods in org.kohsuke.rngom.digested that return DDefine | |
---|---|
DDefine |
DGrammarPattern.get(String name)
Gets the named pattern by its name. |
DDefine |
DRefPattern.getTarget()
Gets the DDefine that this block refers to. |
Methods in org.kohsuke.rngom.digested that return types with arguments of type DDefine | |
---|---|
Iterator<DDefine> |
DGrammarPattern.iterator()
Iterates all the DDefine s in this grammar. |
Constructors in org.kohsuke.rngom.digested with parameters of type DDefine | |
---|---|
DRefPattern(DDefine target)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |