Class ClassBodyWrapper

java.lang.Object
org.praxislive.ide.code.api.ClassBodyWrapper

public final class ClassBodyWrapper extends Object
Wrap a provided class body with the specified class name, extended type, implemented interfaces, and default imports.

Will parse out import statements in the body and add to default import statements. Will parse out extends statement and override the configured extended type unless set to ignore extends.

A filter can be added to control