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