Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Class and 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 and Description |
---|---|
static JExpression |
JExpr.assign(JAssignmentTarget lhs,
JExpression rhs) |
JBlock |
JBlock.assign(JAssignmentTarget lhs,
JExpression exp)
Creates an assignment statement and adds it to this block.
|
static JExpression |
JExpr.assignPlus(JAssignmentTarget lhs,
JExpression rhs) |
JBlock |
JBlock.assignPlus(JAssignmentTarget lhs,
JExpression exp) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.