Codemodel 2.6-redhat-2

com.sun.codemodel
Interface JDeclaration

All Known Implementing Classes:
JDefinedClass, JEnumConstant, JFieldVar, JMethod, JPackage, JTypeVar, JVar

public interface JDeclaration

Common interface for code components that can generate declarations of themselves.


Method Summary
 void declare(JFormatter f)
           
 

Method Detail

declare

void declare(JFormatter f)

Codemodel 2.6-redhat-2

Copyright © 2005-2012 Oracle. All Rights Reserved.