| Package | Description |
|---|---|
| br.com.objectos.code.java | |
| br.com.objectos.code.java.element | |
| br.com.objectos.code.java.expression |
| Modifier and Type | Method and Description |
|---|---|
static Assignment |
CodeJavaTrial.assign(AssignmentOperator operator,
LeftHandSide lhs,
ExpressionCode rhs) |
static Assignment |
CodeJava.assign(AssignmentOperator operator,
LeftHandSide lhs,
ExpressionCode expression) |
static Assignment |
CodeJavaTrial.assign(LeftHandSide lhs,
ExpressionCode rhs) |
static Assignment |
CodeJava.assign(LeftHandSide lhs,
ExpressionCode expression) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract LeftHandSide |
AbstractDefaultCodeElement.selfLeftHandSide() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayAccess |
interface |
Identifier |
| Modifier and Type | Method and Description |
|---|---|
static Assignment |
Expressions.assign(AssignmentOperator operator,
LeftHandSide lhs,
ExpressionCode rhs) |
static Assignment |
Expressions.assign(LeftHandSide lhs,
ExpressionCode rhs) |
Copyright © 2019 Objectos Software LTDA. All rights reserved.