public class CommonOverridesFormatter extends Object implements MessageMemberFormatter
| Modifier and Type | Field and Description |
|---|---|
protected net.morimekta.util.io.IndentedPrintWriter |
writer |
| Constructor and Description |
|---|
CommonOverridesFormatter(net.morimekta.util.io.IndentedPrintWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendFields(JMessage<?> message) |
void |
appendMethods(JMessage message) |
protected String |
caseFieldConstant(JField field) |
Collection<String> |
getExtraImplements(JMessage<?> message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendClassAnnotations, appendConstants, appendConstructors, appendExtraPropertiespublic CommonOverridesFormatter(net.morimekta.util.io.IndentedPrintWriter writer)
public Collection<String> getExtraImplements(JMessage<?> message) throws GeneratorException
getExtraImplements in interface MessageMemberFormatterGeneratorExceptionpublic void appendFields(JMessage<?> message) throws GeneratorException
appendFields in interface MessageMemberFormatterGeneratorExceptionpublic void appendMethods(JMessage message)
appendMethods in interface MessageMemberFormatterCopyright © 2015–2017 morimekta.net. All rights reserved.