public class CoreMemberFormatter extends Object implements EnumMemberFormatter
| Constructor and Description |
|---|
CoreMemberFormatter(net.morimekta.util.io.IndentedPrintWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendExtraProperties(CEnumDescriptor type) |
void |
appendMethods(CEnumDescriptor type) |
Collection<String> |
getExtraImplements(CEnumDescriptor type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendClassAnnotationspublic CoreMemberFormatter(net.morimekta.util.io.IndentedPrintWriter writer)
public Collection<String> getExtraImplements(CEnumDescriptor type) throws GeneratorException
getExtraImplements in interface EnumMemberFormatterGeneratorExceptionpublic void appendMethods(CEnumDescriptor type) throws GeneratorException
appendMethods in interface EnumMemberFormatterGeneratorExceptionpublic void appendExtraProperties(CEnumDescriptor type) throws GeneratorException
appendExtraProperties in interface EnumMemberFormatterGeneratorExceptionCopyright © 2015–2018 morimekta.net. All rights reserved.