com.agical.rdoc.core.model
Interface CodeBlockBuilder
- All Superinterfaces:
- TDDocCommentScope, WhiteSpaceBuilder
- All Known Implementing Classes:
- CodeBlockBuilderImpl, CodeBockBuilderDecorator
public interface CodeBlockBuilder
- extends WhiteSpaceBuilder, TDDocCommentScope
beginBlock
CodeBlockBuilder beginBlock()
primitive
void primitive(java.lang.String type)
reservedWord
void reservedWord(java.lang.String keyword)
identifier
void identifier(java.lang.String identifier)
number
void number(java.lang.String number)
string
void string(java.lang.String str)
charLiteral
void charLiteral(java.lang.String literal)
singleLineComment
void singleLineComment(java.lang.String comment)
formalComment
void formalComment(java.lang.String comment)
beginTDDocComment
TDDocCommentBuilder beginTDDocComment(java.lang.String identifier)
- Specified by:
beginTDDocComment
in interface TDDocCommentScope
end
void end()
getCodeBlock
CodeBlock getCodeBlock()
mark
void mark(java.lang.String mark)
other
void other(java.lang.String other)
setModelFactory
void setModelFactory(ModelFactory modelFactory)
Copyright © 2005-2011 Agical AB. All Rights Reserved.