Uses of Interface
com.sun.codemodel.JDeclaration
-
Packages that use JDeclaration Package Description com.sun.codemodel Library for generating Java source code -
-
Uses of JDeclaration in com.sun.codemodel
Classes in com.sun.codemodel that implement JDeclaration Modifier and Type Class Description class
JDefinedClass
A generated Java class/interface/enum/....class
JEnumConstant
Enum Constant.class
JFieldVar
A field that can have aJDocComment
associated with itclass
JMethod
Java method.class
JPackage
A Java package.class
JTypeVar
Type variable used to declare generics.class
JVar
Variables and fields.Methods in com.sun.codemodel with parameters of type JDeclaration Modifier and Type Method Description JFormatter
JFormatter. d(JDeclaration d)
Cause the JDeclaration to generate source for itself
-