com.agical.rdoc.core.model.impl
Class RDocModelBuilderImpl

java.lang.Object
  extended by com.agical.rdoc.core.model.impl.RDocModelBuilderImpl
All Implemented Interfaces:
RDocModelBuilder, TDDocCommentScope

public class RDocModelBuilderImpl
extends Object
implements RDocModelBuilder


Field Summary
 
Fields inherited from interface com.agical.rdoc.core.model.TDDocCommentScope
NULL
 
Constructor Summary
RDocModelBuilderImpl(ModelFactory modelFactory)
           
 
Method Summary
 void beginClass(String name)
           
 CodeBlockBuilder beginMethod(String name)
           
 TDDocCommentBuilder beginTDDocComment(String name)
           
 void endClass()
           
 SourceModel getModel()
           
 void setPackage(String pkg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDocModelBuilderImpl

public RDocModelBuilderImpl(ModelFactory modelFactory)
Method Detail

setPackage

public void setPackage(String pkg)
Specified by:
setPackage in interface RDocModelBuilder

beginClass

public void beginClass(String name)
Specified by:
beginClass in interface RDocModelBuilder

endClass

public void endClass()
Specified by:
endClass in interface RDocModelBuilder

beginMethod

public CodeBlockBuilder beginMethod(String name)
Specified by:
beginMethod in interface RDocModelBuilder

getModel

public SourceModel getModel()

beginTDDocComment

public TDDocCommentBuilder beginTDDocComment(String name)
Specified by:
beginTDDocComment in interface RDocModelBuilder
Specified by:
beginTDDocComment in interface TDDocCommentScope


Copyright © 2005-2011 Agical AB. All Rights Reserved.