Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Class | Description |
---|---|---|
class |
JDefinedClass |
A generated Java class/interface/enum/....
|
class |
JEnumConstant |
Enum Constant.
|
class |
JFieldVar |
A field that can have a
JDocComment associated with it |
class |
JMethod |
Java method.
|
class |
JPackage |
A Java package.
|
class |
JTypeVar |
Type variable used to declare generics.
|
class |
JVar |
Variables and fields.
|
Modifier and Type | Method | Description |
---|---|---|
JFormatter |
JFormatter.d(JDeclaration d) |
Cause the JDeclaration to generate source for itself
|
Copyright © 2018 Oracle Corporation. All rights reserved.