public interface CodeBlockBuilder extends WhiteSpaceBuilder, TDDocCommentScope
NULL
Modifier and Type | Method and Description |
---|---|
CodeBlockBuilder |
beginBlock() |
TDDocCommentBuilder |
beginTDDocComment(String identifier) |
void |
charLiteral(String literal) |
void |
end() |
void |
formalComment(String comment) |
CodeBlock |
getCodeBlock() |
void |
identifier(String identifier) |
void |
mark(String mark) |
void |
number(String number) |
void |
other(String other) |
void |
primitive(String type) |
void |
reservedWord(String keyword) |
void |
setModelFactory(ModelFactory modelFactory) |
void |
singleLineComment(String comment) |
void |
string(String str) |
newLine, space, tab
CodeBlockBuilder beginBlock()
void primitive(String type)
void reservedWord(String keyword)
void identifier(String identifier)
void number(String number)
void string(String str)
void charLiteral(String literal)
void singleLineComment(String comment)
void formalComment(String comment)
TDDocCommentBuilder beginTDDocComment(String identifier)
beginTDDocComment
in interface TDDocCommentScope
void end()
CodeBlock getCodeBlock()
void mark(String mark)
void other(String other)
void setModelFactory(ModelFactory modelFactory)
Copyright © 2005-2013 Agical AB. All Rights Reserved.