class G001_SimpleFieldDeclaration { int i; boolean z; float f; double d; short s; char c; byte b; long l; String o; }