com.thoughtworks.qdox.model
public class JavaField extends AbstractJavaEntity implements Member
| Field Summary | |
|---|---|
| Type | type |
| Constructor Summary | |
|---|---|
| JavaField(JavaClass parent, int lineNumber) | |
| JavaField(JavaClass parent) | |
| JavaField() | |
| Method Summary | |
|---|---|
| int | compareTo(Object o) |
| String | getCallSignature() |
| String | getDeclarationSignature(boolean withModifiers) |
| Type | getType() |
| void | setType(Type type) |
| protected void | writeBody(IndentBuffer result) |