public abstract class AbstractAttributeMethodWriter extends MethodWriter
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractAttributeMethodWriter.AttributeMode |
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
PRIMITIVE_POSTFIX |
ABSTRACT, FINAL, STATIC, SYNCHRONIZED| Constructor and Description |
|---|
AbstractAttributeMethodWriter(JaloClassWriter forClass,
YAttributeDescriptor desc,
java.lang.String returnTypeFull,
java.lang.String methodName,
boolean managerMode) |
| Modifier and Type | Method and Description |
|---|---|
YAttributeDescriptor |
getAttribute() |
protected java.lang.String |
getConstantsClassNameShort() |
protected JaloClassWriter |
getEnclosingClass() |
protected boolean |
isInitialOnly() |
protected boolean |
managerMode() |
addAnnotation, addComment, addParameter, addThrownException, analyzeAndStripReturnType, assembleSignature, assembleThrowsClause, extractClassNames, getAnnotations, getContent, getJavadoc, getModifiers, getName, getParameterType, getRequiredImports, getReturnType, getSignature, getThrownExceptions, getVisibility, isAbstract, isConstructor, modifiersToString, setAbstract, setConstructor, setContent, setContentPlain, setJavadoc, setModifiers, setReturnType, setVisibility, stripPackageName, write, writeContent, writeTextToFileaddRequiredImportprotected static final java.lang.String PRIMITIVE_POSTFIX
public AbstractAttributeMethodWriter(JaloClassWriter forClass, YAttributeDescriptor desc, java.lang.String returnTypeFull, java.lang.String methodName, boolean managerMode)
protected boolean managerMode()
public YAttributeDescriptor getAttribute()
protected java.lang.String getConstantsClassNameShort()
protected JaloClassWriter getEnclosingClass()
protected boolean isInitialOnly()
Copyright © 2018 SAP SE. All Rights Reserved.