Interface JGenerable

All Known Subinterfaces:
JAssignmentTarget, JExpression
All Known Implementing Classes:
JAnnotationArrayMember, JAnnotationClassValue, JAnnotationStringValue, JAnnotationUse, JAnnotationValue, JArray, JArrayCompRef, JAssignment, JBlock, JCast, JCatchBlock, JClass, JDefinedClass, JDocComment, JEnumConstant, JExpressionImpl, JFieldRef, JFieldVar, JInvocation, JMods, JNullType, JPackage, JPrimitiveType, JStringLiteral, JType, JTypeVar, JVar

public interface JGenerable
Common interface for code components that can generate uses of themselves.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details