Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Class and 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 and Description |
---|---|
JFormatter |
JFormatter.d(JDeclaration d)
Cause the JDeclaration to generate source for itself
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.