|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.kohsuke.rngom.parse.host.Base
org.kohsuke.rngom.parse.host.GrammarSectionHost
| 入れ子クラスの概要 |
| クラス org.kohsuke.rngom.ast.builder.GrammarSection から継承した入れ子クラス |
GrammarSection.Combine |
| フィールドの概要 |
| インタフェース org.kohsuke.rngom.ast.builder.GrammarSection から継承したフィールド |
COMBINE_CHOICE, COMBINE_INTERLEAVE, START |
| メソッドの概要 | |
void |
define(java.lang.String name,
GrammarSection.Combine combine,
ParsedPattern _pattern,
Location _loc,
Annotations _anno)
|
Div |
makeDiv()
|
Include |
makeInclude()
Returns null if already in an include. |
void |
topLevelAnnotation(ParsedElementAnnotation _ea)
|
void |
topLevelComment(CommentList _comments)
|
| クラス org.kohsuke.rngom.parse.host.Base から継承したメソッド |
cast, cast |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
public void define(java.lang.String name,
GrammarSection.Combine combine,
ParsedPattern _pattern,
Location _loc,
Annotations _anno)
throws BuildException
GrammarSection 内の defineBuildExceptionpublic Div makeDiv()
GrammarSection 内の makeDivpublic Include makeInclude()
GrammarSection の記述:
GrammarSection 内の makeInclude
public void topLevelAnnotation(ParsedElementAnnotation _ea)
throws BuildException
GrammarSection 内の topLevelAnnotationBuildException
public void topLevelComment(CommentList _comments)
throws BuildException
GrammarSection 内の topLevelCommentBuildException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||