Package com.sun.codemodel
Interface JDeclaration
-
- All Known Implementing Classes:
JDefinedClass,JEnumConstant,JFieldVar,JMethod,JPackage,JTypeVar,JVar
public interface JDeclarationCommon interface for code components that can generate declarations of themselves.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeclare(JFormatter f)
-
-
-
Method Detail
-
declare
void declare(JFormatter f)
-
-