Uses of Class
com.sun.tools.rngom.digested.DDefine
-
Packages that use DDefine Package Description com.sun.tools.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 com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return DDefine Modifier and Type Method Description DDefineDGrammarPattern. get(String name)Gets the named pattern by its name.DDefineDRefPattern. getTarget()Gets theDDefinethat this block refers to.Methods in com.sun.tools.rngom.digested that return types with arguments of type DDefine Modifier and Type Method Description Iterator<DDefine>DGrammarPattern. iterator()Iterates all theDDefines in this grammar.Constructors in com.sun.tools.rngom.digested with parameters of type DDefine Constructor Description DRefPattern(DDefine target)
-