Package | Description |
---|---|
spoon.reflect.code |
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
|
spoon.reflect.factory |
This package defines all the sub-factories for the Spoon meta-model.
|
spoon.support.reflect.code |
Modifier and Type | Method and Description |
---|---|
BinaryOperatorKind |
CtOperatorAssignment.getKind()
Gets the operator kind.
|
BinaryOperatorKind |
CtBinaryOperator.getKind()
Gets the kind of this binary operator.
|
static BinaryOperatorKind |
BinaryOperatorKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperatorKind[] |
BinaryOperatorKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<C extends CtBinaryOperator<T>> |
CtBinaryOperator.setKind(BinaryOperatorKind kind)
Sets the kind of this binary operator.
|
<C extends CtOperatorAssignment<T,A>> |
CtOperatorAssignment.setKind(BinaryOperatorKind kind)
Sets the operator kind.
|
Modifier and Type | Method and Description |
---|---|
<T> CtBinaryOperator<T> |
CodeFactory.createBinaryOperator(CtExpression<?> left,
CtExpression<?> right,
BinaryOperatorKind kind)
Creates a binary operator.
|
<T> CtBinaryOperator<T> |
Factory.createBinaryOperator(CtExpression<?> left,
CtExpression<?> right,
BinaryOperatorKind kind) |
<T> CtBinaryOperator<T> |
FactoryImpl.createBinaryOperator(CtExpression<?> left,
CtExpression<?> right,
BinaryOperatorKind kind) |
Modifier and Type | Method and Description |
---|---|
BinaryOperatorKind |
CtOperatorAssignmentImpl.getKind() |
BinaryOperatorKind |
CtBinaryOperatorImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
<C extends CtBinaryOperator<T>> |
CtBinaryOperatorImpl.setKind(BinaryOperatorKind kind) |
<C extends CtOperatorAssignment<T,A>> |
CtOperatorAssignmentImpl.setKind(BinaryOperatorKind kind) |
Copyright © 2007–2021 Inria. All rights reserved.