net.noco.dtogen.qdox.ext
Class CodeJavaMethod

java.lang.Object
  extended bycom.thoughtworks.qdox.model.AbstractJavaEntity
      extended bycom.thoughtworks.qdox.model.AbstractInheritableJavaEntity
          extended bycom.thoughtworks.qdox.model.JavaMethod
              extended bynet.noco.dtogen.qdox.ext.CodeJavaMethod
All Implemented Interfaces:
java.lang.Comparable, com.thoughtworks.qdox.model.Member, java.io.Serializable

public class CodeJavaMethod
extends com.thoughtworks.qdox.model.JavaMethod

Class usage XXX

Version:
$Revision: 1.2 $
See Also:
Serialized Form

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

codePieces

private java.util.List codePieces
Constructor Detail

CodeJavaMethod

public CodeJavaMethod()

CodeJavaMethod

public CodeJavaMethod(java.lang.String name)

CodeJavaMethod

public CodeJavaMethod(com.thoughtworks.qdox.model.Type returns,
                      java.lang.String name)
Method Detail

getCodePieces

public java.util.List getCodePieces()
Returns:
Returns the codePieces.

setCodePieces

public void setCodePieces(java.util.List codePieces)
Parameters:
codePieces - The codePieces to set.

addCode

public void addCode(Code pieceOfCode)

write

public void write(com.thoughtworks.qdox.model.IndentBuffer result)
See Also:
AbstractJavaEntity.write(com.thoughtworks.qdox.model.IndentBuffer)

writeBody

protected void writeBody(com.thoughtworks.qdox.model.IndentBuffer result)
See Also:
AbstractJavaEntity.writeBody(com.thoughtworks.qdox.model.IndentBuffer)


Copyright © 2004 Alexandru Popescu (a.k.a. the_mindstorm). All Rights Reserved.