Uses of Class
org.kohsuke.rngom.digested.DDefine

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 DDefines in this grammar.
 

Constructors in org.kohsuke.rngom.digested with parameters of type DDefine
DRefPattern(DDefine target)
           
 



Copyright © 2011. All Rights Reserved.