Uses of Enum
spoon.reflect.code.BinaryOperatorKind
Packages that use BinaryOperatorKind
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines all the sub-factories for the Spoon meta-model.
-
Uses of BinaryOperatorKind in spoon.reflect.code
Methods in spoon.reflect.code that return BinaryOperatorKindModifier and TypeMethodDescriptionCtBinaryOperator.getKind()
Gets the kind of this binary operator.CtOperatorAssignment.getKind()
Gets the operator kind.static BinaryOperatorKind
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.Methods in spoon.reflect.code with parameters of type BinaryOperatorKindModifier and TypeMethodDescription<C extends CtBinaryOperator<T>>
CCtBinaryOperator.setKind(BinaryOperatorKind kind)
Sets the kind of this binary operator.<C extends CtOperatorAssignment<T, A>>
CCtOperatorAssignment.setKind(BinaryOperatorKind kind)
Sets the operator kind. -
Uses of BinaryOperatorKind in spoon.reflect.factory
Methods in spoon.reflect.factory with parameters of type BinaryOperatorKindModifier and TypeMethodDescription<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)
-
Uses of BinaryOperatorKind in spoon.support.reflect.code
Methods in spoon.support.reflect.code that return BinaryOperatorKindModifier and TypeMethodDescriptionCtBinaryOperatorImpl.getKind()
CtOperatorAssignmentImpl.getKind()
Methods in spoon.support.reflect.code with parameters of type BinaryOperatorKindModifier and TypeMethodDescription<C extends CtBinaryOperator<T>>
CCtBinaryOperatorImpl.setKind(BinaryOperatorKind kind)
<C extends CtOperatorAssignment<T, A>>
CCtOperatorAssignmentImpl.setKind(BinaryOperatorKind kind)