Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Class | Description |
---|---|---|
class |
JFieldRef |
Field Reference
|
class |
JFieldVar |
A field that can have a
JDocComment associated with it |
class |
JVar |
Variables and fields.
|
Modifier and Type | Method | Description |
---|---|---|
JBlock |
JBlock.assign(JAssignmentTarget lhs,
JExpression exp) |
Creates an assignment statement and adds it to this block.
|
static JExpression |
JExpr.assign(JAssignmentTarget lhs,
JExpression rhs) |
|
JBlock |
JBlock.assignPlus(JAssignmentTarget lhs,
JExpression exp) |
|
static JExpression |
JExpr.assignPlus(JAssignmentTarget lhs,
JExpression rhs) |
Copyright © 2018 Oracle Corporation. All rights reserved.