Uses of Interface
spoon.reflect.code.CtBinaryOperator
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.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtBinaryOperator in spoon.reflect.code
Modifier and TypeMethodDescription<C extends CtBinaryOperator<T>>
CCtBinaryOperator.setKind(BinaryOperatorKind kind)
Sets the kind of this binary operator.<C extends CtBinaryOperator<T>>
CCtBinaryOperator.setLeftHandOperand(CtExpression<?> expression)
Sets the left-hand operand.<C extends CtBinaryOperator<T>>
CCtBinaryOperator.setRightHandOperand(CtExpression<?> expression)
Sets the right-hand operand. -
Uses of CtBinaryOperator in spoon.reflect.factory
Modifier and TypeMethodDescription<T> CtBinaryOperator<T>
CodeFactory.createBinaryOperator(CtExpression<?> left, CtExpression<?> right, BinaryOperatorKind kind)
Creates a binary operator.<T> CtBinaryOperator<T>
CoreFactory.createBinaryOperator()
Creates a binary operator.<T> CtBinaryOperator<T>
Factory.createBinaryOperator()
<T> CtBinaryOperator<T>
Factory.createBinaryOperator(CtExpression<?> left, CtExpression<?> right, BinaryOperatorKind kind)
<T> CtBinaryOperator<T>
FactoryImpl.createBinaryOperator()
<T> CtBinaryOperator<T>
FactoryImpl.createBinaryOperator(CtExpression<?> left, CtExpression<?> right, BinaryOperatorKind kind)
-
Uses of CtBinaryOperator in spoon.reflect.visitor
Modifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtBinaryOperator(CtBinaryOperator<T> operator)
<T> void
CtBiScannerDefault.visitCtBinaryOperator(CtBinaryOperator<T> operator)
<T> void
CtInheritanceScanner.visitCtBinaryOperator(CtBinaryOperator<T> e)
<T> void
CtScanner.visitCtBinaryOperator(CtBinaryOperator<T> operator)
<T> void
CtVisitor.visitCtBinaryOperator(CtBinaryOperator<T> operator)
Visits a binary operator.<T> void
DefaultJavaPrettyPrinter.visitCtBinaryOperator(CtBinaryOperator<T> operator)
-
Uses of CtBinaryOperator in spoon.support
Modifier and TypeMethodDescription<T> CtBinaryOperator<T>
DefaultCoreFactory.createBinaryOperator()
-
Uses of CtBinaryOperator in spoon.support.compiler.jdt
Modifier and TypeMethodDescription<T> void
ParentExiter.visitCtBinaryOperator(CtBinaryOperator<T> operator)
-
Uses of CtBinaryOperator in spoon.support.reflect.code
Modifier and TypeMethodDescription<C extends CtBinaryOperator<T>>
CCtBinaryOperatorImpl.setKind(BinaryOperatorKind kind)
<C extends CtBinaryOperator<T>>
CCtBinaryOperatorImpl.setLeftHandOperand(CtExpression<?> expression)
<C extends CtBinaryOperator<T>>
CCtBinaryOperatorImpl.setRightHandOperand(CtExpression<?> expression)
-
Uses of CtBinaryOperator in spoon.support.reflect.eval
Modifier and TypeMethodDescription<T> void
VisitorPartialEvaluator.visitCtBinaryOperator(CtBinaryOperator<T> operator)
-
Uses of CtBinaryOperator in spoon.support.visitor.clone
Modifier and TypeMethodDescription<T> void
CloneBuilder.visitCtBinaryOperator(CtBinaryOperator<T> e)
<T> void
CloneVisitor.visitCtBinaryOperator(CtBinaryOperator<T> operator)
-
Uses of CtBinaryOperator in spoon.support.visitor.equals
Modifier and TypeMethodDescription<T> void
EqualsChecker.visitCtBinaryOperator(CtBinaryOperator<T> e)
-
Uses of CtBinaryOperator in spoon.support.visitor.replace
Modifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtBinaryOperator(CtBinaryOperator<T> operator)