com.thoughtworks.qdox.model
public class JavaField extends AbstractJavaEntity implements Member
| Field Summary | |
|---|---|
| String | initializationExpression |
| Type | type |
| Constructor Summary | |
|---|---|
| JavaField() | |
| JavaField(String name) | |
| JavaField(Type type, String name) | |
| Method Summary | |
|---|---|
| int | compareTo(Object o) |
| String | getCallSignature() |
| String | getDeclarationSignature(boolean withModifiers) |
| String | getInitializationExpression()
Get the original expression used to initialize the field.
|
| Type | getType() |
| void | setInitializationExpression(String initializationExpression) |
| void | setType(Type type) |
| protected void | writeBody(IndentBuffer result) |
Returns: initialization as string.