public interface SourceModel extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
addDocumentation(String documentation) |
void |
addMethod(String name,
CodeBlock codeBlock) |
void |
addMethodDocumentation(String name,
String documentation) |
String |
getDocumentation() |
CodeBlock |
getMethod(String name) |
String |
getMethodDocumentation(String method) |
String |
getName() |
Copyright © 2005-2013 Agical AB. All Rights Reserved.