Package com.sun.codemodel
Interface JGenerable
-
- All Known Subinterfaces:
JAssignmentTarget,JExpression
- All Known Implementing Classes:
JAnnotationArrayMember,JAnnotationUse,JAnnotationValue,JArray,JAssignment,JBlock,JCatchBlock,JClass,JDefinedClass,JDocComment,JEnumConstant,JExpressionImpl,JFieldRef,JFieldVar,JInvocation,JMods,JNullType,JPackage,JPrimitiveType,JStringLiteral,JType,JTypeVar,JVar
public interface JGenerableCommon interface for code components that can generate uses of themselves.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerate(JFormatter f)
-
-
-
Method Detail
-
generate
void generate(JFormatter f)
-
-