com.agical.rdoc.core.model
Interface RDocModelBuilder
- All Superinterfaces:
- TDDocCommentScope
- All Known Implementing Classes:
- RDocModelBuilderImpl
public interface RDocModelBuilder
- extends TDDocCommentScope
setPackage
void setPackage(java.lang.String pkg)
beginClass
void beginClass(java.lang.String name)
endClass
void endClass()
beginMethod
CodeBlockBuilder beginMethod(java.lang.String name)
beginTDDocComment
TDDocCommentBuilder beginTDDocComment(java.lang.String name)
- Specified by:
beginTDDocComment
in interface TDDocCommentScope
Copyright © 2005-2009 Agical AB. All Rights Reserved.