| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJExpressionAssignmentTargetImpl
Abstract base class for expressions that also implement
IJAssignmentTarget. |
class |
JArrayCompRef
array component reference.
|
class |
JFieldRef
Field Reference
|
class |
JFieldVar
A field that can have a
JDocComment associated with it |
class |
JLambdaParam
This represent a single parameter to a Java 8 lambda expression.
|
class |
JVar
Variables and fields.
|
| Modifier and Type | Method and Description |
|---|---|
IJAssignmentTarget |
JAssignment.lhs() |
| Constructor and Description |
|---|
JAssignment(IJAssignmentTarget lhs,
IJExpression rhs)
Constructor for "=" operator
|
JAssignment(IJAssignmentTarget lhs,
IJExpression rhs,
String op)
Constructor for
op + "=" operator |
Copyright © 2013–2015 Philip Helger. All rights reserved.