Codemodel 2.6-redhat-2

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 JGenerable

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


Method Summary
 void generate(JFormatter f)
           
 

Method Detail

generate

void generate(JFormatter f)

Codemodel 2.6-redhat-2

Copyright © 2005-2012 Oracle. All Rights Reserved.