parseBodyDeclaration
Parses a Java class or interface body declaration(e.g fields or methods) and returns a BodyDeclaration that represents it.
Return
BodyDeclaration representing the Java interface body
Parameters
body
the body of a class or interface
Throws
if the source code has parser errors