com.thoughtworks.qdox.model

Class JavaField

public class JavaField extends AbstractJavaEntity implements Member

Field Summary
Typetype
Constructor Summary
JavaField(JavaClass parent, int lineNumber)
JavaField(JavaClass parent)
JavaField()
Method Summary
intcompareTo(Object o)
StringgetCallSignature()
StringgetDeclarationSignature(boolean withModifiers)
TypegetType()
voidsetType(Type type)
protected voidwriteBody(IndentBuffer result)

Field Detail

type

private Type type

Constructor Detail

JavaField

public JavaField(JavaClass parent, int lineNumber)

JavaField

public JavaField(JavaClass parent)

JavaField

public JavaField()

Method Detail

compareTo

public int compareTo(Object o)

getCallSignature

public String getCallSignature()

getDeclarationSignature

public String getDeclarationSignature(boolean withModifiers)

getType

public Type getType()

setType

public void setType(Type type)

writeBody

protected void writeBody(IndentBuffer result)