com.agical.rdoc.core.model
Interface RDocModelBuilder

All Superinterfaces:
TDDocCommentScope
All Known Implementing Classes:
RDocModelBuilderImpl

public interface RDocModelBuilder
extends TDDocCommentScope


Field Summary
 
Fields inherited from interface com.agical.rdoc.core.model.TDDocCommentScope
NULL
 
Method Summary
 void beginClass(String name)
           
 CodeBlockBuilder beginMethod(String name)
           
 TDDocCommentBuilder beginTDDocComment(String name)
           
 void endClass()
           
 void setPackage(String pkg)
           
 

Method Detail

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.