org.kohsuke.rngom.ast.builder
インタフェース IncludedGrammar

すべてのスーパーインタフェース:
GrammarSection, Scope

public interface IncludedGrammar
extends GrammarSection, Scope

Scope for <grammar> element of the <include>d grammar.

This object builds <define>s in the included grammar that override the definitions in the original grammar.


入れ子クラスの概要
 
クラス org.kohsuke.rngom.ast.builder.GrammarSection から継承した入れ子クラス
GrammarSection.Combine
 
フィールドの概要
 
インタフェース org.kohsuke.rngom.ast.builder.GrammarSection から継承したフィールド
COMBINE_CHOICE, COMBINE_INTERLEAVE, START
 
メソッドの概要
 ParsedPattern endIncludedGrammar(Location loc, Annotations anno)
           
 
インタフェース org.kohsuke.rngom.ast.builder.GrammarSection から継承したメソッド
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
 
インタフェース org.kohsuke.rngom.ast.builder.Scope から継承したメソッド
makeParentRef, makeRef
 

メソッドの詳細

endIncludedGrammar

public ParsedPattern endIncludedGrammar(Location loc,
                                        Annotations anno)
                                 throws BuildException
例外:
BuildException