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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details