Uses of Interface
spoon.reflect.code.CtBinaryOperator
Packages that use 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
Methods in spoon.reflect.code with type parameters of type CtBinaryOperatorModifier 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.Methods in spoon.reflect.code that return CtBinaryOperator -
Uses of CtBinaryOperator in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtBinaryOperatorModifier 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
Methods in spoon.reflect.visitor with parameters of type CtBinaryOperatorModifier 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
Methods in spoon.support that return CtBinaryOperatorModifier and TypeMethodDescription<T> CtBinaryOperator<T>
DefaultCoreFactory.createBinaryOperator()
-
Uses of CtBinaryOperator in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtBinaryOperatorModifier and TypeMethodDescription<T> void
ParentExiter.visitCtBinaryOperator(CtBinaryOperator<T> operator)
-
Uses of CtBinaryOperator in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtBinaryOperatorMethods in spoon.support.reflect.code with type parameters of type CtBinaryOperatorModifier 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)
Methods in spoon.support.reflect.code that return CtBinaryOperator -
Uses of CtBinaryOperator in spoon.support.reflect.eval
Methods in spoon.support.reflect.eval with parameters of type CtBinaryOperatorModifier and TypeMethodDescription<T> void
VisitorPartialEvaluator.visitCtBinaryOperator(CtBinaryOperator<T> operator)
-
Uses of CtBinaryOperator in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtBinaryOperatorModifier and TypeMethodDescription<T> void
CloneBuilder.visitCtBinaryOperator(CtBinaryOperator<T> e)
<T> void
CloneVisitor.visitCtBinaryOperator(CtBinaryOperator<T> operator)
-
Uses of CtBinaryOperator in spoon.support.visitor.equals
Methods in spoon.support.visitor.equals with parameters of type CtBinaryOperatorModifier and TypeMethodDescription<T> void
EqualsChecker.visitCtBinaryOperator(CtBinaryOperator<T> e)
-
Uses of CtBinaryOperator in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtBinaryOperatorModifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtBinaryOperator(CtBinaryOperator<T> operator)