com.agical.rdoc.core.model.impl
Class RDocModelBuilderImpl
java.lang.Object
com.agical.rdoc.core.model.impl.RDocModelBuilderImpl
- All Implemented Interfaces:
- RDocModelBuilder, TDDocCommentScope
public class RDocModelBuilderImpl
- extends Object
- implements RDocModelBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDocModelBuilderImpl
public RDocModelBuilderImpl(ModelFactory modelFactory)
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.