org.kohsuke.rngom.parse.host
クラス ScopeHost

java.lang.Object
  拡張org.kohsuke.rngom.parse.host.Base
      拡張org.kohsuke.rngom.parse.host.GrammarSectionHost
          拡張org.kohsuke.rngom.parse.host.ScopeHost
すべての実装インタフェース:
GrammarSection, Scope
直系の既知のサブクラス:
GrammarHost

public class ScopeHost
extends GrammarSectionHost
implements Scope

作成者:
Kohsuke Kawaguchi (kk@kohsuke.org)

入れ子クラスの概要
 
クラス org.kohsuke.rngom.ast.builder.GrammarSection から継承した入れ子クラス
GrammarSection.Combine
 
フィールドの概要
protected  Scope lhs
           
protected  Scope rhs
           
 
インタフェース org.kohsuke.rngom.ast.builder.GrammarSection から継承したフィールド
COMBINE_CHOICE, COMBINE_INTERLEAVE, START
 
コンストラクタの概要
protected ScopeHost(Scope lhs, Scope rhs)
           
 
メソッドの概要
 ParsedPattern makeParentRef(java.lang.String name, Location _loc, Annotations _anno)
           
 ParsedPattern makeRef(java.lang.String name, Location _loc, Annotations _anno)
           
 
クラス org.kohsuke.rngom.parse.host.GrammarSectionHost から継承したメソッド
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
 
クラス org.kohsuke.rngom.parse.host.Base から継承したメソッド
cast, cast
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.kohsuke.rngom.ast.builder.GrammarSection から継承したメソッド
define, makeDiv, makeInclude, topLevelAnnotation, topLevelComment
 

フィールドの詳細

lhs

protected final Scope lhs

rhs

protected final Scope rhs
コンストラクタの詳細

ScopeHost

protected ScopeHost(Scope lhs,
                    Scope rhs)
メソッドの詳細

makeParentRef

public ParsedPattern makeParentRef(java.lang.String name,
                                   Location _loc,
                                   Annotations _anno)
                            throws BuildException
定義:
インタフェース Scope 内の makeParentRef
例外:
BuildException

makeRef

public ParsedPattern makeRef(java.lang.String name,
                             Location _loc,
                             Annotations _anno)
                      throws BuildException
定義:
インタフェース Scope 内の makeRef
例外:
BuildException