Class NameForTypeDefinitionMethod
- java.lang.Object
-
- com.webcohesion.enunciate.modules.c_client.NameForTypeDefinitionMethod
-
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel,freemarker.template.TemplateMethodModelEx,freemarker.template.TemplateModel
public class NameForTypeDefinitionMethod extends Object implements freemarker.template.TemplateMethodModelEx
Gets a C-style, unambiguous name for a given type definition.- Author:
- Ryan Heaton
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcalculateName(TypeDefinition typeDefinition)Objectexec(List list)
-
-
-
Method Detail
-
exec
public Object exec(List list) throws freemarker.template.TemplateModelException
- Specified by:
execin interfacefreemarker.template.TemplateMethodModel- Specified by:
execin interfacefreemarker.template.TemplateMethodModelEx- Throws:
freemarker.template.TemplateModelException
-
calculateName
public Object calculateName(TypeDefinition typeDefinition)
-
-