Package | Description |
---|---|
spoon.reflect.code |
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
|
spoon.support.reflect.code |
Modifier and Type | Method and Description |
---|---|
UnaryOperatorKind |
CtUnaryOperator.getKind()
Gets the kind of this operator.
|
static UnaryOperatorKind |
UnaryOperatorKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnaryOperatorKind[] |
UnaryOperatorKind.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 CtUnaryOperator> |
CtUnaryOperator.setKind(UnaryOperatorKind kind)
Sets the kind of this operator.
|
Modifier and Type | Method and Description |
---|---|
UnaryOperatorKind |
CtUnaryOperatorImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
<C extends CtUnaryOperator> |
CtUnaryOperatorImpl.setKind(UnaryOperatorKind kind) |
Copyright © 2007–2021 Inria. All rights reserved.