Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Class | Description |
---|---|---|
class |
JArray |
array creation and initialization.
|
class |
JAssignment |
Assignment statements, which are also expressions.
|
class |
JEnumConstant |
Enum Constant.
|
class |
JFieldRef |
Field Reference
|
class |
JFieldVar |
A field that can have a
JDocComment associated with it |
class |
JInvocation |
JMethod invocation
|
class |
JStringLiteral |
String literal.
|
class |
JVar |
Variables and fields.
|
Copyright © 2018 Oracle Corporation. All rights reserved.