Class Java.FieldDeclaration

All Implemented Interfaces:
Java.Annotatable, Java.BlockStatement, Java.DocCommentable, Java.FieldDeclarationOrInitializer, Java.Locatable, Java.Scope, Java.TypeBodyDeclaration
Enclosing class:
Java

public static final class Java.FieldDeclaration extends Java.Statement implements Java.Annotatable, Java.DocCommentable, Java.FieldDeclarationOrInitializer
This class is derived from "Statement", because it provides for the initialization of the field. In other words, "compile()" generates the code that initializes the field.