Package com.sun.codemodel
Interface JGenerable
-
- All Known Subinterfaces:
JAssignmentTarget
,JExpression
- All Known Implementing Classes:
JAnnotationArrayMember
,JAnnotationStringValue
,JAnnotationUse
,JAnnotationValue
,JAnonymousClass
,JArray
,JArrayClass
,JArrayCompRef
,JAssignment
,JAtom
,JBlock
,JCast
,JCatchBlock
,JClass
,JCodeModel.JReferencedClass
,JDefinedClass
,JDirectClass
,JDocComment
,JEnumConstant
,JExpressionImpl
,JFieldRef
,JFieldVar
,JInvocation
,JMods
,JNarrowedClass
,JNullType
,JOp.BinaryOp
,JOp.TernaryOp
,JOp.TightUnaryOp
,JOp.UnaryOp
,JPackage
,JPrimitiveType
,JStaticJavaFile.JStaticClass
,JStringLiteral
,JType
,JTypeVar
,JTypeWildcard
,JVar
public interface JGenerable
Common interface for code components that can generate uses of themselves.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
generate(JFormatter f)
-
-
-
Method Detail
-
generate
void generate(JFormatter f)
-
-