|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.qdox.model.AbstractJavaEntity
com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
com.thoughtworks.qdox.model.JavaMethod
net.noco.dtogen.qdox.ext.CodeJavaMethod
Class usage XXX
Field Summary | |
private java.util.List |
codePieces
|
Fields inherited from class com.thoughtworks.qdox.model.JavaMethod |
|
Fields inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity |
modifiers, name |
Constructor Summary | |
CodeJavaMethod()
|
|
CodeJavaMethod(java.lang.String name)
|
|
CodeJavaMethod(com.thoughtworks.qdox.model.Type returns,
java.lang.String name)
|
Method Summary | |
void |
addCode(Code pieceOfCode)
|
java.util.List |
getCodePieces()
|
void |
setCodePieces(java.util.List codePieces)
|
void |
write(com.thoughtworks.qdox.model.IndentBuffer result)
|
protected void |
writeBody(com.thoughtworks.qdox.model.IndentBuffer result)
|
Methods inherited from class com.thoughtworks.qdox.model.JavaMethod |
compareTo, equals, getCallSignature, getDeclarationSignature, getExceptions, getParameterByName, getParameters, getParentClass, getPropertyName, getPropertyType, getReturns, getTagsByName, hashCode, isConstructor, isPropertyAccessor, isPropertyMutator, isPublic, setConstructor, setExceptions, setParameters, setParentClass, setReturns, signatureMatches, writeBody |
Methods inherited from class com.thoughtworks.qdox.model.AbstractInheritableJavaEntity |
getTagByName |
Methods inherited from class com.thoughtworks.qdox.model.AbstractJavaEntity |
getComment, getLineNumber, getModifiers, getName, getNamedParameter, getParent, getSource, getTagByName, getTags, getTagsByName, isAbstract, isFinal, isNative, isPrivate, isProtected, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setComment, setLineNumber, setModifiers, setName, setParent, setTags, toString, writeAccessibilityModifier, writeAllModifiers, writeNonAccessibilityModifiers |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.List codePieces
Constructor Detail |
public CodeJavaMethod()
public CodeJavaMethod(java.lang.String name)
public CodeJavaMethod(com.thoughtworks.qdox.model.Type returns, java.lang.String name)
Method Detail |
public java.util.List getCodePieces()
public void setCodePieces(java.util.List codePieces)
codePieces
- The codePieces to set.public void addCode(Code pieceOfCode)
public void write(com.thoughtworks.qdox.model.IndentBuffer result)
AbstractJavaEntity.write(com.thoughtworks.qdox.model.IndentBuffer)
protected void writeBody(com.thoughtworks.qdox.model.IndentBuffer result)
AbstractJavaEntity.writeBody(com.thoughtworks.qdox.model.IndentBuffer)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |