Package org.kohsuke.rngom.ast.builder
Interface CommentList<L extends Location>
-
- All Known Subinterfaces:
CommentListImpl
- All Known Implementing Classes:
SchemaBuilderImpl
public interface CommentList<L extends Location>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addComment(java.lang.String value, L loc)
-
-
-
Method Detail
-
addComment
void addComment(java.lang.String value, L loc) throws BuildException
- Throws:
BuildException
-
-